Remove Q_WS_*, symbian and maemo code in QtDeclarative
[profile/ivi/qtdeclarative.git] / src / qmltest / qmltest.pro
1 load(qt_module)
2
3 TARGET     = QtQuickTest
4 QPRO_PWD   = $$PWD
5
6 CONFIG += module
7 CONFIG += dll warn_on declarative_debug
8 MODULE_PRI += ../../modules/qt_qmltest.pri
9
10 QT += testlib-private declarative testlib qtquick1 widgets widgets-private gui
11 DEFINES += QT_BUILD_QUICK_TEST_LIB QT_NO_URL_CAST_FROM_STRING
12
13
14 load(qt_module_config)
15
16 # Install qmltestcase.prf into the Qt mkspecs so that "CONFIG += qmltestcase"
17 # can be used in customer applications to build against QtQuickTest.
18 feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
19 feature.files = $$PWD/features/qmltestcase.prf
20 INSTALLS += feature
21
22 INCLUDEPATH += $$PWD/QtQuickTest
23 INCLUDEPATH += $$PWD
24
25 SOURCES += \
26     $$PWD/quicktest.cpp \
27     $$PWD/quicktestevent.cpp \
28     $$PWD/quicktestresult.cpp
29 HEADERS += \
30     $$PWD/quicktestglobal.h \
31     $$PWD/quicktest.h \
32     $$PWD/quicktestevent_p.h \
33     $$PWD/quicktestresult_p.h \
34     $$PWD/qtestoptions_p.h
35
36
37 DEFINES += QT_BUILD_QUICK_TEST_LIB
38