[Qt-interest] qmake force release build

Matthias Pospiech matthias.pospiech at gmx.de
Sat May 16 18:16:00 CEST 2009


I try to build the examples of the wwwidgets in release mode.
The .pro file is

TEMPLATE = subdirs

CONFIG           += release
CONFIG           -= debug

SUBDIRS += listwidget texteditor pinpad  colorpickers \
 widgetgallery

and (from one of the subdirs)

SOURCES += main.cpp

TEMPLATE = app

CONFIG += wwwidgets

INCLUDEPATH = C:\Programme\Qt\msvc\4.5.1\include\wwWidgets


But the compiler never builds in release mode.

The libary itsseld contrary never builds in debug mode, which means the 
examples never execute...

Matthias





More information about the Qt-interest-old mailing list