Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update quimplatforminputcontextplugin.pro.in.
* qt5/immodule/.qmake.conf
  - Add this new file. qmake requires this file.
* qt5/immodule/quimplatforminputcontextplugin.pro.in
  - (PLUGIN_TYPE): Define this variable.
  - (QT): Replace platformsupport-private with gui-private.
  • Loading branch information
mnogu committed Nov 27, 2012
1 parent bc66039 commit 465cf53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file added qt5/immodule/.qmake.conf
Empty file.
4 changes: 3 additions & 1 deletion qt5/immodule/quimplatforminputcontextplugin.pro.in
@@ -1,4 +1,6 @@
include(../../qt4/common.pro)

PLUGIN_TYPE = platforminputcontexts
load(qt_plugin)

# to include util.h and for quimplatforminputcontext.cpp
Expand All @@ -7,7 +9,7 @@ INCLUDEPATH += @srcdir@/../../qt4/candwin \

LIBS += @X11_LIBS@ -luim-counted-init

QT += platformsupport-private
QT += gui-private

# Input
HEADERS += @srcdir@/quimplatforminputcontext.h \
Expand Down

0 comments on commit 465cf53

Please sign in to comment.