Remove Q_WS_*, symbian and maemo code in QtDeclarative
[profile/ivi/qtdeclarative.git] / tools / qmlscene / qmlscene.pro
1 TEMPLATE = app
2 TARGET = qmlscene
3 DESTDIR= $$QT.declarative.bins
4
5 QT += declarative declarative-private qtquick1 widgets
6
7 target.path = $$[QT_INSTALL_BINS]
8 INSTALLS += target
9
10 macx: CONFIG -= app_bundle
11
12 SOURCES += main.cpp
13
14 CONFIG += console declarative_debug
15
16 DEFINES += QML_RUNTIME_TESTING