[Qt-interest] Qmake: console += debug fails to create debug build
Stephen Collyer
scollyer at netspinner.co.uk
Thu Jun 10 12:50:50 CEST 2010
I'm trying to build and run the QtMmlWidget example with Qt 4.6.1
under Opensuse 11.1 and I'm getting a segfault. I'm trying to
build a debug version to get a backtrace, which I've done by
adding debug to the top level .pro file. This, however, is failing
to build in debug mode:
TEMPLATE=subdirs
CONFIG += ordered debug
include(common.pri)
qtmmlwidget-uselib:SUBDIRS=buildlib
SUBDIRS+=example
I only use qmake very occasionally (I do everything with cmake) so
I'm not sure if I missing some qmake subtlety here.
Can anyone suggest what I'm doing wrong ?
--
Stephen Collyer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100610/f7551aa0/attachment.html
More information about the Qt-interest-old
mailing list