Fix compilation of examples with -no-widgets

Change-Id: Ie0e19daf6c6476b5c5130f4930dfa3df92917384
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
Kent Hansen 2012-06-05 14:32:07 +02:00 committed by Qt by Nokia
parent 7d7cd17d38
commit 6b95e54f1f
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ SUBDIRS = listnames \
pingpong \
complexpingpong
!contains(QT_CONFIG, no-gui) {
!contains(QT_CONFIG, no-widgets) {
SUBDIRS += dbus-chat \
remotecontrolledcar
}

View File

@ -8,7 +8,7 @@ SUBDIRS = \
xml \
qpa
!contains(QT_CONFIG, no-gui) {
!contains(QT_CONFIG, no-widgets) {
SUBDIRS += \
animation \
desktop \

View File

@ -4,7 +4,7 @@ SUBDIRS = \
download \
downloadmanager
!contains(QT_CONFIG, no-gui) {
!contains(QT_CONFIG, no-widgets) {
SUBDIRS += \
blockingfortuneclient \
broadcastreceiver \

View File

@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = semaphores \
waitconditions
!contains(QT_CONFIG, no-gui):SUBDIRS += mandelbrot
!contains(QT_CONFIG, no-widgets):SUBDIRS += mandelbrot
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads

View File

@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = htmlinfo \
xmlstreamlint
!contains(QT_CONFIG, no-gui) {
!contains(QT_CONFIG, no-widgets) {
SUBDIRS += dombookmarks \
rsslisting \
saxbookmarks \