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 \ pingpong \
complexpingpong complexpingpong
!contains(QT_CONFIG, no-gui) { !contains(QT_CONFIG, no-widgets) {
SUBDIRS += dbus-chat \ SUBDIRS += dbus-chat \
remotecontrolledcar remotecontrolledcar
} }

View File

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

View File

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

View File

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

View File

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