File: inputpanel.pro

package info (click to toggle)
qtvirtualkeyboard-opensource-src 5.11.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,076 kB
  • sloc: ansic: 90,066; cpp: 41,805; python: 278; makefile: 27
file content (19 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (5)
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 \