summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-09-27 00:29:57 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-09-27 00:29:57 -0500
commit1fa601d4f776da13fb6348210230866ca86eadde (patch)
treec54a0e47a59e94a9e118890cbb50eab191eb4058
parent37bcaebd22d0ab6be333d5d23d3d52a2697b63e7 (diff)
downloadqt3-1fa601d4f776da13fb6348210230866ca86eadde.tar.gz
qt3-1fa601d4f776da13fb6348210230866ca86eadde.zip
Fix Qt3 compilation when Xinerama is not available
Thanks to "Fat-Zer" for the patch!
-rw-r--r--plugins/src/inputmethods/xim/xim.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/src/inputmethods/xim/xim.pro b/plugins/src/inputmethods/xim/xim.pro
index 9a65291..994f0d4 100644
--- a/plugins/src/inputmethods/xim/xim.pro
+++ b/plugins/src/inputmethods/xim/xim.pro
@@ -6,6 +6,7 @@ INCLUDEPATH += .
CONFIG += qt warn_on debug plugin
target.path += $$plugins.path/inputmethods
INSTALLS += target
+DEFINES += QT_NO_XINERAMA
# Input
HEADERS += qximinputcontext.h \