Skip to content
Snippets Groups Projects
Commit 91c0df06 authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

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
parent 86fcf51b
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,10 @@ TARGET = qmldump
QT += declarative
CONFIG += console
### FIXME: only debug plugins are now supported.
CONFIG -= release
CONFIG += debug
TEMPLATE = app
SOURCES += main.cpp
......
TEMPLATE = app
DEFINES += QMLOBSERVER
### FIXME: only debug plugins are now supported.
CONFIG -= release
CONFIG += debug
include(qml.pri)
SOURCES += main.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment