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

Mohammad Mirzadeh mirzadeh at gmail.com
Mon May 14 22:31:20 CEST 2012


huh! thanks, that works. What does dev|release mean though?

On Mon, May 14, 2012 at 1:28 PM, André Pönitz <
andre.poenitz at mathematik.tu-chemnitz.de> wrote:

> On Mon, May 14, 2012 at 01:21:58PM -0700, Mohammad Mirzadeh wrote:
> > Hi,
> >
> > TO automate my configuration file, I have included
> >
> > debug {
> >       SOFT_ARCH=$$(SOFT_ARCH_DEBUG)
> > } release {
> >       SOFT_ARCH=$$(SOFT_ARCH_OPT)
> > }
>
> Try
>
>  CONFIG(debug, debug|release) {
>       SOFT_ARCH=$$(SOFT_ARCH_DEBUG)
>  }
>
>  CONFIG(release, debug|release) {
>       SOFT_ARCH=$$(SOFT_ARCH_OPT)
>  }
>
> Andre'
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20120514/a4742cc3/attachment.html>


More information about the Qt-creator mailing list