hi,
I'm trying to compile a simple project :
why .exe isn't put in AppDir and it's put inside /release??? (I set DESTDIR = .)Qt Code:
TEMPLATE = app CONFIG += qt warn_on TARGET += DESTDIR = . DEPENDPATH += . INCLUDEPATH += . # Input SOURCES += main.cppTo copy to clipboard, switch view to plain text mode
and is there a way to avoid the creation of /debug and /release directory?
Thanks to all
Bookmarks