summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qml.pro
blob: ddef2cb8b237572ace698e6249941b7d9cc293d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
QT += testlib webchannel
TEMPLATE = app
TARGET = qml

CONFIG += warn_on qmltestcase

# TODO: running tests without requiring make install
IMPORTPATH += $$OUT_PWD/../../../qml $$PWD

SOURCES += \
    qml.cpp \
    testtransport.cpp

HEADERS += \
    testtransport.h

OTHER_FILES += \
    WebChannelTest.qml \
    tst_webchannel.qml \
    tst_metaobjectpublisher.qml \
    tst_bench.qml

TESTDATA = data/*