[Qt-creator] qmake does not pick the right build configuration

Mohammad Mirzadeh mirzadeh at gmail.com
Mon May 14 22:21:58 CEST 2012


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120514/de0fa628/attachment.html>


More information about the Qt-creator mailing list