qsgflickable test is unstable
[profile/ivi/qtdeclarative.git] / tools / qmlviewer / qmlviewer.pro
1 TEMPLATE = app
2 CONFIG += qt uic declarative_debug
3 DESTDIR = $$QT.declarative.bins
4 QT += declarative qtquick1 qtquick1-private
5
6 include(qml.pri)
7
8 SOURCES += main.cpp
9
10 INCLUDEPATH += ../../include/QtDeclarative
11 INCLUDEPATH += ../../src/declarative/util
12 INCLUDEPATH += ../../src/declarative/graphicsitems
13
14 DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
15
16 target.path = $$[QT_INSTALL_BINS]
17 INSTALLS += target
18
19 maemo5 {
20     QT += maemo5
21 }
22 symbian {
23     TARGET.UID3 = 0x20021317
24     CONFIG += qt_demo
25     TARGET.EPOCHEAPSIZE = 0x20000 0x4000000
26     TARGET.CAPABILITY = NetworkServices ReadUserData
27
28     # Deploy plugin for remote debugging
29     qmldebuggingplugin.sources = $$QT_BUILD_TREE/plugins/qmltooling/qmldbg_tcp$${QT_LIBINFIX}.dll  $$QT_BUILD_TREE/plugins/qmltooling/qmldbg_ost$${QT_LIBINFIX}.dll 
30     qmldebuggingplugin.path = c:$$QT_PLUGINS_BASE_DIR/qmltooling
31     DEPLOYMENT +=  qmldebuggingplugin
32 }
33 mac {
34     QMAKE_INFO_PLIST=Info_mac.plist
35     TARGET=QMLViewer
36     ICON=qml.icns
37 } else {
38     TARGET=qmlviewer
39 }