Remove Q_WS_*, symbian and maemo code in QtDeclarative
[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 mac {
21     QMAKE_INFO_PLIST=Info_mac.plist
22     TARGET=QMLViewer
23     ICON=qml.icns
24 } else {
25     TARGET=qmlviewer
26 }