summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforminputcontexts/compose/compose.pro
blob: 2e2f8600c3bf29a4128ef8e8618796a62ed727f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = composeplatforminputcontextplugin

QT += core-private gui-private

SOURCES += $$PWD/qcomposeplatforminputcontextmain.cpp \
           $$PWD/qcomposeplatforminputcontext.cpp

HEADERS += $$PWD/qcomposeplatforminputcontext.h

QMAKE_USE_PRIVATE += xkbcommon

include($$OUT_PWD/../../../gui/qtgui-config.pri)

OTHER_FILES += $$PWD/compose.json

PLUGIN_TYPE = platforminputcontexts
PLUGIN_EXTENDS = -
PLUGIN_CLASS_NAME = QComposePlatformInputContextPlugin
load(qt_plugin)