Remove Q_WS_*, symbian and maemo code in QtDeclarative
[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 qmltest qmltest-private v8-private declarative-private core-private testlib
8
9 SOURCES += main.cpp
10 HEADERS +=
11
12 DESTDIR = $$QT.declarative.imports/$$TARGETPATH
13
14 target.path += $$[QT_INSTALL_IMPORTS]/QtTest
15 OTHER_IMPORT_FILES = \
16     qmldir \
17     TestCase.qml \
18     SignalSpy.qml \
19     testlogger.js
20
21 otherImportFiles.files += $$OTHER_IMPORT_FILES
22
23 otherImportFiles.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
24
25 copy2build.input = OTHER_IMPORT_FILES
26 copy2build.output = $$QT.declarative.imports/$$TARGETPATH/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT}
27
28
29 INSTALLS += target otherImportFiles