7e8f601468eea17a2597a3806182a80d601bbdb9
[profile/ivi/qtdeclarative.git] / src / imports / testlib / testlib.pro
1 TARGET  = qmltestplugin
2 TARGETPATH = QtTest
3 include(../qimportbase.pri)
4
5 CONFIG += qt plugin
6
7 QT += declarative quick qmltest qmltest-private v8-private declarative-private core-private testlib
8
9 SOURCES += main.cpp
10
11 OTHER_FILES += testlib.json
12
13 DESTDIR = $$QT.declarative.imports/$$TARGETPATH
14
15 target.path += $$[QT_INSTALL_IMPORTS]/QtTest
16 OTHER_IMPORT_FILES = \
17     qmldir \
18     TestCase.qml \
19     SignalSpy.qml \
20     testlogger.js
21
22 otherImportFiles.files += $$OTHER_IMPORT_FILES
23
24 otherImportFiles.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
25
26 copy2build.input = OTHER_IMPORT_FILES
27 copy2build.output = $$QT.declarative.imports/$$TARGETPATH/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
28
29
30 INSTALLS += target otherImportFiles