summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/inputmethods/inputmethods.pro
blob: 72e8e12f98fe98fb8cbba850dd2df7500e0c6a9a (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
QT += core gui widgets webenginewidgets testlib

TARGET = inputmethods
TEMPLATE = app


SOURCES += \
    colorpicker.cpp \
    controlview.cpp \
    main.cpp \
    referenceview.cpp \
    testview.cpp \
    webview.cpp

HEADERS  += \
    colorpicker.h \
    controlview.h \
    referenceview.h \
    testview.h \
    webview.h

RESOURCES += \
    test.qrc

DISTFILES += \
    testdata.csv