remove QT+=widgets from SUBDIRS projects
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Fri, 14 Dec 2012 19:23:15 +0000 (20:23 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sun, 16 Dec 2012 21:15:22 +0000 (22:15 +0100)
it makes no sense whatsoever

Change-Id: I114799dbe35ac31f6d90642ba8c5dbe3fc075604
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
examples/multimedia/multimedia.pro
examples/multimedia/spectrum/spectrum.pro
examples/multimediawidgets/multimediawidgets.pro

index 020ddaa..85dc4cd 100644 (file)
@@ -11,8 +11,6 @@ SUBDIRS += audiodecoder
         audiodevices \
         audioinput \
         audiooutput \
-
-    QT += widgets
 }
 
 !isEmpty(QT.gui.name):!isEmpty(QT.qml.name) {
index 164ab69..81006a2 100644 (file)
@@ -4,7 +4,6 @@ TEMPLATE = subdirs
 
 # Ensure that library is built before application
 CONFIG  += ordered
-QT += widgets
 
 !contains(DEFINES, DISABLE_FFT): SUBDIRS += 3rdparty/fftreal
 SUBDIRS += app
index 29d07bb..b14ddd2 100644 (file)
@@ -8,8 +8,6 @@ TEMPLATE = subdirs
         videowidget \
         player \
         customvideosurface
-
-    QT += widgets
 }
 
 !isEmpty(QT.gui.name):!isEmpty(QT.qml.name) {