Enable module build with QT_NO_IM
[profile/ivi/qtdeclarative.git] / src / qmltest / qmltest.pro
1 TARGET     = QtQuickTest
2 CONFIG += dll warn_on
3
4 DEFINES += QT_NO_URL_CAST_FROM_STRING
5 QT = core
6 QT_PRIVATE = testlib-private quick qml-private v8-private gui core-private
7
8 load(qt_module)
9
10 # Install qmltestcase.prf into the Qt mkspecs so that "CONFIG += qmltestcase"
11 # can be used in customer applications to build against QtQuickTest.
12 feature.path = $$[QT_INSTALL_DATA]/mkspecs/features
13 feature.files = $$PWD/features/qmltestcase.prf
14 INSTALLS += feature
15
16 SOURCES += \
17     $$PWD/quicktest.cpp \
18     $$PWD/quicktestevent.cpp \
19     $$PWD/quicktestresult.cpp
20 HEADERS += \
21     $$PWD/quicktestglobal.h \
22     $$PWD/quicktest.h \
23     $$PWD/quicktestevent_p.h \
24     $$PWD/quicktestresult_p.h \
25     $$PWD/qtestoptions_p.h
26
27 DEFINES += QT_QML_DEBUG_NO_WARNING