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

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


sorry. meant to say debug|release

On Mon, May 14, 2012 at 1:31 PM, Mohammad Mirzadeh <mirzadeh at gmail.com>wrote:

> 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/526553fc/attachment.html>


More information about the Qt-creator mailing list