Hi, TO automate my configuration file, I have included
debug {
SOFT_ARCH=$$(SOFT_ARCH_DEBUG)
} release {
SOFT_ARCH=$$(SOFT_ARCH_OPT)
}
for a specific software build both under debug and release mode. However,
qmake always switches to release mode. What am I doing wrong?
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
