1f7a6024f4b033f245e71ffd23b6a5b57d5b7128
[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 widgets widgets-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 INCLUDEPATH += ../../src/3rdparty/v8/include
14
15 DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII
16
17 target.path = $$[QT_INSTALL_BINS]
18 INSTALLS += target
19
20 maemo5 {
21     QT += maemo5
22 }
23 symbian {
24     TARGET.UID3 = 0x20021317
25     CONFIG += qt_demo
26     TARGET.EPOCHEAPSIZE = 0x20000 0x4000000
27     TARGET.CAPABILITY = NetworkServices ReadUserData
28
29     # Deploy plugin for remote debugging
30     qmldebuggingplugin.sources = $$QT_BUILD_TREE/plugins/qmltooling/qmldbg_tcp$${QT_LIBINFIX}.dll  $$QT_BUILD_TREE/plugins/qmltooling/qmldbg_ost$${QT_LIBINFIX}.dll 
31     qmldebuggingplugin.path = c:$$QT_PLUGINS_BASE_DIR/qmltooling
32     DEPLOYMENT +=  qmldebuggingplugin
33 }
34 mac {
35     QMAKE_INFO_PLIST=Info_mac.plist
36     TARGET=QMLViewer
37     ICON=qml.icns
38 } else {
39     TARGET=qmlviewer
40 }