diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-02 21:10:29 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-02 21:10:29 +0800 |
commit | 0e1a1f5316d102c65af1dc02440ba1bb7985c32f (patch) | |
tree | ac8027bdb88980be280727ab654d615e49fc2706 | |
parent | 21092ef6492e6a3186891bd4661ded0178b315d5 (diff) | |
download | ibus-0e1a1f5316d102c65af1dc02440ba1bb7985c32f.tar.gz ibus-0e1a1f5316d102c65af1dc02440ba1bb7985c32f.tar.xz ibus-0e1a1f5316d102c65af1dc02440ba1bb7985c32f.zip |
Add x11 in CONFIG. To let qt im module built with x11 libraries.
-rw-r--r-- | client/qt4/ibus.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/qt4/ibus.pro b/client/qt4/ibus.pro index 1c308a2..7a4f267 100644 --- a/client/qt4/ibus.pro +++ b/client/qt4/ibus.pro @@ -24,7 +24,7 @@ TARGET = ibus DEPENDPATH += . INCLUDEPATH += . -CONFIG += qt qdbus plugin +CONFIG += qt qdbus plugin x11 # Input HEADERS += \ |