dfc91ceceb4379b37531c969f2e5c3e9b08101ff
[profile/ivi/qtdeclarative.git] / tools / qmlscene / qmlscene.pro
1 TEMPLATE = app
2 TARGET = qmlscene
3 DESTDIR= $$QT.declarative.bins
4
5 QT += declarative quick
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 declarative_debug
16
17 DEFINES += QML_RUNTIME_TESTING