66c2cda035cbfb07df261e9c134f739e0bedf646
[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 symbian {
17     TARGET.EPOCHEAPSIZE = 0x20000 0x5000000
18 }
19
20 DEFINES += QML_RUNTIME_TESTING