summaryrefslogtreecommitdiffstats
path: root/plugins/src/inputmethods/xim/xim.pro
blob: 994f0d4430e1039b8df3901174480dafdfec346e (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 debug plugin
target.path += $$plugins.path/inputmethods
INSTALLS    += target
DEFINES     += QT_NO_XINERAMA

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