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:
parent
7d7cd17d38
commit
6b95e54f1f
@ -3,7 +3,7 @@ SUBDIRS = listnames \
|
||||
pingpong \
|
||||
complexpingpong
|
||||
|
||||
!contains(QT_CONFIG, no-gui) {
|
||||
!contains(QT_CONFIG, no-widgets) {
|
||||
SUBDIRS += dbus-chat \
|
||||
remotecontrolledcar
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ SUBDIRS = \
|
||||
xml \
|
||||
qpa
|
||||
|
||||
!contains(QT_CONFIG, no-gui) {
|
||||
!contains(QT_CONFIG, no-widgets) {
|
||||
SUBDIRS += \
|
||||
animation \
|
||||
desktop \
|
||||
|
@ -4,7 +4,7 @@ SUBDIRS = \
|
||||
download \
|
||||
downloadmanager
|
||||
|
||||
!contains(QT_CONFIG, no-gui) {
|
||||
!contains(QT_CONFIG, no-widgets) {
|
||||
SUBDIRS += \
|
||||
blockingfortuneclient \
|
||||
broadcastreceiver \
|
||||
|
@ -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
|
||||
|
@ -2,7 +2,7 @@ TEMPLATE = subdirs
|
||||
SUBDIRS = htmlinfo \
|
||||
xmlstreamlint
|
||||
|
||||
!contains(QT_CONFIG, no-gui) {
|
||||
!contains(QT_CONFIG, no-widgets) {
|
||||
SUBDIRS += dombookmarks \
|
||||
rsslisting \
|
||||
saxbookmarks \
|
||||
|
Loading…
Reference in New Issue
Block a user