Debugger: Allow enabling of qml debugger without startup warning
[profile/ivi/qtdeclarative.git] / tools / qmlscene / qmlscene.pro
1 TEMPLATE = app
2 TARGET = qmlscene
3 DESTDIR= $$QT.qml.bins
4
5 QT += qml quick core-private
6 !isEmpty(QT.widgets.name): QT += widgets
7
8 target.path = $$[QT_INSTALL_BINS]
9 INSTALLS += target
10
11 macx: CONFIG -= app_bundle
12
13 SOURCES += main.cpp
14
15 CONFIG += console
16
17 DEFINES += QML_RUNTIME_TESTING QT_DECLARATIVE_DEBUG_NO_WARNING