summaryrefslogtreecommitdiffstats
path: root/virtualkeyboard/platforminputcontext/platforminputcontext.pro
blob: e85714c9e1dd32c19483b0a47597a3f7788b85c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = lib
TARGET  = exampleplatforminputcontextplugin
TARGETPATH = $$[QT_INSTALL_PLUGINS]/platforminputcontexts

target.path = $$TARGETPATH

QT += quick gui gui-private

CONFIG += plugin

SOURCES += platforminputcontext.cpp \
           declarativeinputcontext.cpp \
           plugin.cpp

HEADERS += platforminputcontext.h \
           declarativeinputcontext.h

OTHER_FILES = $$$PWD/platforminputcontext.json

INSTALLS += target
OTHER += platforminputcontext.json