remove QT+=widgets from SUBDIRS projects

it makes no sense whatsoever

Change-Id: I114799dbe35ac31f6d90642ba8c5dbe3fc075604
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen
2012-12-14 20:23:15 +01:00
committed by The Qt Project
parent 87d6d6d3c2
commit 0f2fc9ffd9
3 changed files with 0 additions and 5 deletions

View File

@@ -11,8 +11,6 @@ SUBDIRS += audiodecoder
audiodevices \ audiodevices \
audioinput \ audioinput \
audiooutput \ audiooutput \
QT += widgets
} }
!isEmpty(QT.gui.name):!isEmpty(QT.qml.name) { !isEmpty(QT.gui.name):!isEmpty(QT.qml.name) {

View File

@@ -4,7 +4,6 @@ TEMPLATE = subdirs
# Ensure that library is built before application # Ensure that library is built before application
CONFIG += ordered CONFIG += ordered
QT += widgets
!contains(DEFINES, DISABLE_FFT): SUBDIRS += 3rdparty/fftreal !contains(DEFINES, DISABLE_FFT): SUBDIRS += 3rdparty/fftreal
SUBDIRS += app SUBDIRS += app

View File

@@ -8,8 +8,6 @@ TEMPLATE = subdirs
videowidget \ videowidget \
player \ player \
customvideosurface customvideosurface
QT += widgets
} }
!isEmpty(QT.gui.name):!isEmpty(QT.qml.name) { !isEmpty(QT.gui.name):!isEmpty(QT.qml.name) {