summaryrefslogtreecommitdiffstats
path: root/QtTest/QtTest.pro
blob: 88db644f576a80884a91de21f766d4fbaf3013f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# No C++ sources to build, so use the "subdirs" template without
# any SUBDIRS to disable trying to build a C++ app, lib, or plugin.
TEMPLATE = subdirs

qdeclarativesources.files += \
    qmldir \
    TestCase.qml \
    testlogger.js

qdeclarativesources.path += $$[QT_INSTALL_IMPORTS]/QtTest

INSTALLS += qdeclarativesources