From 1fa601d4f776da13fb6348210230866ca86eadde Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Tue, 27 Sep 2011 00:29:57 -0500
Subject: Fix Qt3 compilation when Xinerama is not available Thanks to
 "Fat-Zer" for the patch!

---
 plugins/src/inputmethods/xim/xim.pro | 1 +
 1 file changed, 1 insertion(+)

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 \
-- 
cgit v1.2.3

