aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: 7bf1cf7a492a2497bafa7de68f838d21e2b90dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT += testlib quick
#QT -= gui

CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle

TEMPLATE = app

SOURCES += \ 
    tst_cursornavigation.cpp
INCLUDEPATH += ../plugin

DISTFILES += \
    basics.qml \
    CNRect.qml \
    4WayTest.qml \
    reparenting.qml \
    reparenting2.qml \
    360Test.qml