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:
committed by
The Qt Project
parent
87d6d6d3c2
commit
0f2fc9ffd9
@@ -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) {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user