remove QT+=widgets from SUBDIRS projects

it makes no sense whatsoever

Change-Id: Ica7c764575079a12512ee2eb62a995ebbefa09a0
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2012-12-14 21:12:53 +01:00 committed by The Qt Project
parent 25a18283d0
commit 6c88c7db63
28 changed files with 0 additions and 50 deletions

View File

@ -2,4 +2,3 @@ TEMPLATE = subdirs
CONFIG += ordered
win32:CONFIG += console
SUBDIRS = complexping.pro complexpong.pro
QT += widgets

View File

@ -7,5 +7,3 @@ SUBDIRS = listnames \
SUBDIRS += chat \
remotecontrolledcar
}
QT += widgets

View File

@ -2,4 +2,3 @@ TEMPLATE = subdirs
CONFIG += ordered
win32:CONFIG += console
SUBDIRS = ping.pro pong.pro
QT += widgets

View File

@ -1,5 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = car \
controller
QT += widgets

View File

@ -3,5 +3,3 @@ SUBDIRS = styleexample raycasting flickable digiflip
SUBDIRS += lightmaps
SUBDIRS += flightinfo
QT += widgets widgets

View File

@ -2,5 +2,3 @@ TEMPLATE = \
subdirs
SUBDIRS = \
imagegestures
QT += widgets

View File

@ -2,5 +2,3 @@ TEMPLATE = subdirs
# no QSharedMemory
!vxworks:!qnx:SUBDIRS = sharedmemory
!wince*: SUBDIRS += localfortuneserver localfortuneclient
QT += widgets

View File

@ -26,5 +26,3 @@ SUBDIRS += hellowindow \
paintedwindow
EXAMPLE_FILES = shared
QT += widgets

View File

@ -8,5 +8,3 @@ SUBDIRS += \
states \
stickman \
sub-attaq \
QT += widgets

View File

@ -1,5 +1,3 @@
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = screenshot systray
QT += widgets

View File

@ -11,5 +11,3 @@ SUBDIRS = classwizard \
contains(DEFINES, QT_NO_WIZARD): SUBDIRS -= trivialwizard licensewizard classwizard
wince*: SUBDIRS += sipdialog
QT += widgets

View File

@ -6,4 +6,3 @@ SUBDIRS = draggableicons \
puzzle
wince*: SUBDIRS -= dropsite
QT += widgets

View File

@ -4,5 +4,3 @@ SUBDIRS = \
blurpicker \
lighting \
fademessage
QT += widgets

View File

@ -18,5 +18,3 @@ contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -=
contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles2):{
SUBDIRS += boxes
}
QT += widgets

View File

@ -18,6 +18,4 @@ SUBDIRS = addressbook \
spinboxdelegate \
spreadsheet \
stardelegate
QT += widgets
contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= puzzle

View File

@ -3,5 +3,3 @@ SUBDIRS = basiclayouts \
borderlayout \
dynamiclayouts \
flowlayout
QT += widgets

View File

@ -6,5 +6,3 @@ SUBDIRS = application \
menus \
recentfiles \
sdi
QT += widgets

View File

@ -12,8 +12,6 @@ SUBDIRS = basicdrawing \
transformations \
fontsampler
QT += widgets
examples_affine.subdir = affine
examples_composition.subdir = composition
examples_deform.subdir = deform

View File

@ -7,5 +7,3 @@ SUBDIRS = echowindow \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
INSTALLS += target
QT += widgets

View File

@ -1,5 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = basictools \
extrafilters
QT += widgets

View File

@ -5,5 +5,3 @@ SUBDIRS = stylewindow \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
INSTALLS += target
QT += widgets

View File

@ -4,5 +4,4 @@ SUBDIRS = part1 part2 part3 part4 part5 part6 part7
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook-fr
INSTALLS += target
QT += widgets

View File

@ -4,5 +4,3 @@ SUBDIRS = part1 part2 part3 part4 part5 part6 part7
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/addressbook
INSTALLS += target
QT += widgets

View File

@ -1,5 +1,4 @@
TEMPLATE = subdirs
SUBDIRS += dir_gsqt
QT += widgets
dir_gsqt.file = gsQt/gsqt.pro

View File

@ -5,5 +5,3 @@ SUBDIRS = part1 \
part3 \
part4 \
part5
QT += widgets

View File

@ -10,5 +10,3 @@ SUBDIRS = 1_readonly \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/modelview
INSTALLS += target
QT += widgets

View File

@ -6,5 +6,3 @@ SUBDIRS = hellothread \
movedobject
contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
QT += widgets

View File

@ -4,4 +4,3 @@ SUBDIRS = toplevel childwidget windowlayout nestedlayouts
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/widgets
INSTALLS += target
QT += widgets