Build QMLObserver and qmldump only in debug mode

The problem is that we actually should have both debug & release builds,
but we don't have detection at the moment which binary to use.
See QTCREATORBUG-2496

Reviewed-by: Thomas Hartmann
This commit is contained in:
Lasse Holmstedt
2010-09-29 10:56:34 +02:00
parent 86fcf51b60
commit 91c0df0689
2 changed files with 8 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
TEMPLATE = app
DEFINES += QMLOBSERVER
### FIXME: only debug plugins are now supported.
CONFIG -= release
CONFIG += debug
include(qml.pri)
SOURCES += main.cpp