aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/inputpanel/inputpanel.pro
blob: da447548eb86fa87523cacd8dc4442b13123fab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
TARGET = tst_inputpanel

QT += testlib
CONFIG += qmltestcase console

static {
    QT += svg
    QTPLUGIN += qtvirtualkeyboardplugin
}

SOURCES += $$PWD/tst_inputpanel.cpp

TESTDATA = $$PWD/data/*

OTHER_FILES += \
    $$PWD/data/inputpanel/inputpanel.qml \
    $$PWD/data/inputpanel/handwritinginputpanel.qml \
    $$PWD/data/tst_inputpanel.qml \