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 \
|
pingpong \
|
||||||
complexpingpong
|
complexpingpong
|
||||||
|
|
||||||
!contains(QT_CONFIG, no-gui) {
|
!contains(QT_CONFIG, no-widgets) {
|
||||||
SUBDIRS += dbus-chat \
|
SUBDIRS += dbus-chat \
|
||||||
remotecontrolledcar
|
remotecontrolledcar
|
||||||
}
|
}
|
||||||
|
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
@ -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
|
||||||
|
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user