summaryrefslogtreecommitdiffstats
path: root/plugins/src/inputmethods/xim/xim.pro
blob: af042690de2270e7c340f857fc32e68c23a48e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = lib
TARGET = qxim
DESTDIR  = ../../../inputmethods

INCLUDEPATH += .
CONFIG      += qt warn_on plugin
target.path += $$plugins.path/inputmethods
INSTALLS    += target
DEFINES     += QT_NO_XINERAMA

# Input
HEADERS += qximinputcontext.h \
           qximinputcontextplugin.h
SOURCES += qximinputcontext_x11.cpp \
           qximinputcontextplugin.cpp