aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/testlib.pro
blob: de6453eeabb8fccef7f7edefab7c2b864567b70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
CXX_MODULE = qml
TARGET  = qmltestplugin
TARGETPATH = QtTest
IMPORT_VERSION = 1.15

QT += quick qmltest-private qml-private core-private testlib gui-private

SOURCES += \
    main.cpp \
    quicktestevent.cpp \
    quicktestutil.cpp

HEADERS += \
    quicktestevent_p.h \
    quicktestresultforeign_p.h \
    quicktestutil_p.h

QML_FILES = \
    TestCase.qml \
    SignalSpy.qml \
    testlogger.js

load(qml_plugin)

OTHER_FILES += testlib.json
CONFIG += qmltypes install_qmltypes