[resolved] Debug or release or debug or release?
-
Something I don't quite get. In my project file, I can have
@CONFIG += release@
or
@CONFIG += debug@
But then, in Qt-Creator, each new project comes with a "debug" or "release" targets. Is the definition in the ".Pro" file a master switch? what happens if I choose "config += debug" in the .pro file, but choose a "debug" output in the Qt-Creator gui?
-
I'm not sure about build conf, but in terms of OBJECTS_DIR and DEST_DIR, .pro definition is superior to settings specified in .pro.user.
-
[quote author="ronM71" date="1313592168"]So If I remove the "CONFIG += debug" (or release) from the .pro file, it would just build for the target I specify in the Qt-Creator GUI?[/quote]
yes.
-
If that's it, please add [Solved] to thread's subject :)