aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/openwnn/plugin/plugin.pro
blob: 1fde08a20e835fa2074829392871681e600274ce (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
27
28
29
30
31
32
33
34
35
36
37
38
39
TARGET = qtvirtualkeyboard_openwnn
QT += qml virtualkeyboard

HEADERS += \
    openwnnplugin.h \
    openwnninputmethod_p.h
SOURCES += \
    openwnnplugin.cpp \
    openwnninputmethod.cpp
OTHER_FILES += \
    openwnn.json

include(../../../config.pri)

LAYOUT_FILES += \
    $$LAYOUTS_BASE/content/layouts/ja_JP/dialpad.fallback \
    $$LAYOUTS_BASE/content/layouts/ja_JP/digits.fallback \
    $$LAYOUTS_BASE/content/layouts/ja_JP/main.qml \
    $$LAYOUTS_BASE/content/layouts/ja_JP/numbers.fallback \
    $$LAYOUTS_BASE/content/layouts/ja_JP/symbols.qml

OTHER_FILES += \
    $$LAYOUT_FILES

layouts.files = $$LAYOUT_FILES
layouts.base = $$LAYOUTS_BASE
layouts.prefix = $$LAYOUTS_PREFIX
RESOURCES += layouts

QMAKE_USE += openwnn

win32 {
    QMAKE_TARGET_PRODUCT = "Qt Virtual Keyboard OpenWNN (Qt $$QT_VERSION)"
    QMAKE_TARGET_DESCRIPTION = "Virtual Keyboard Extension for Qt."
}

PLUGIN_TYPE = virtualkeyboard
PLUGIN_CLASS_NAME = QtVirtualKeyboardOpenWnnPlugin
load(qt_plugin)