summaryrefslogtreecommitdiffstats
path: root/virtualkeyboard/platforminputcontext/platforminputcontext.pro
blob: e2288fe5b37f1e99c0b3b068fe6e17fa457b6a37 (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  = b2qtinputcontextplugin
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