summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <bero@arklinux.ch>2011-05-09 09:34:23 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-05-09 09:34:23 (GMT)
commitf0ae4f8ebdc6b7c50c163cfa29e686f3f87c8ba5 (patch)
tree6e930ac7df2af8ddbc18f664dbb6568480f0034e /src
parent912b6804bcacbf1b4f356d947986df8156a545a4 (diff)
downloadQt-f0ae4f8ebdc6b7c50c163cfa29e686f3f87c8ba5.zip
Qt-f0ae4f8ebdc6b7c50c163cfa29e686f3f87c8ba5.tar.gz
Qt-f0ae4f8ebdc6b7c50c163cfa29e686f3f87c8ba5.tar.bz2
Fix -no-gui
-no-gui still tried to build the graphicssystem and inputmethod plugins, both of which require QtGui Merge-request: 1215 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/plugins.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro
index e778ab7..42499dd 100644
--- a/src/plugins/plugins.pro
+++ b/src/plugins/plugins.pro
@@ -7,9 +7,9 @@ unix:!symbian {
SUBDIRS *= codecs
}
!contains(QT_CONFIG, no-gui): SUBDIRS *= imageformats iconengines
-!embedded:SUBDIRS *= graphicssystems
+!embedded:!contains(QT_CONFIG, no-gui):SUBDIRS *= graphicssystems
embedded:SUBDIRS *= gfxdrivers decorations mousedrivers kbddrivers
-!win32:!embedded:!mac:!symbian:SUBDIRS *= inputmethods
+!win32:!embedded:!mac:!symbian:!contains(QT_CONFIG, no-gui):SUBDIRS *= inputmethods
!symbian:!contains(QT_CONFIG, no-gui):SUBDIRS += accessible
symbian:SUBDIRS += s60
contains(QT_CONFIG, phonon): SUBDIRS *= phonon