Merge branch 'master' into refactor
[profile/ivi/qtdeclarative.git] / src / qtquick1 / qtquick1.pro
1 load(qt_module)
2
3 TARGET     = QtQuick1
4 QPRO_PWD   = $$PWD
5
6 CONFIG += module
7 CONFIG += dll warn_on
8 MODULE_PRI += ../../modules/qt_qtquick1.pri
9
10 QT += testlib-private declarative testlib declarative-private core-private gui-private network widgets-private
11
12 load(qt_module_config)
13
14 # Install qtquick1.prf into the Qt mkspecs so that "CONFIG += qtquick1"
15 # can be used in customer applications to build against QtQuick 1.
16 feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
17 feature.files = $$PWD/features/qtquick1.prf
18 INSTALLS += feature
19
20 symbian {
21     DEFINES += QT_MAKEDLL
22     CONFIG += epocallowdlldata
23     contains(QT_EDITION, OpenSource) {
24         TARGET.CAPABILITY = LocalServices NetworkServices ReadUserData UserEnvironment WriteUserData
25     } else {
26         TARGET.CAPABILITY = All -Tcb
27     }
28 }
29
30 #INCLUDEPATH += $$PWD/QtQuick1
31 #INCLUDEPATH += $$PWD
32
33 include(util/util.pri)
34 include(graphicsitems/graphicsitems.pri)
35
36 HEADERS += qtquick1_p.h
37 SOURCES += qtquick1.cpp
38
39 DEFINES += QT_NO_OPENTYPE
40 INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
41