summaryrefslogtreecommitdiffstats
path: root/plugins/src/inputmethods/xim/xim.pro
blob: 80058a993a1c591403ca608ca60dd6ce01489600 (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     += TQT_NO_XINERAMA

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