fix build without quick
(gui && qml) is not a sufficient condition for the availability of quick (e.g., missing opengl support can disable it). Task-number: QTBUG-32682 Change-Id: I3b7fb005528cc99239f59d34c7f70abeebcfa75c Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
cd11c240a6
commit
9f26d9e242
@@ -13,7 +13,7 @@ qtHaveModule(widgets) {
|
||||
audiooutput \
|
||||
}
|
||||
|
||||
qtHaveModule(gui):qtHaveModule(qml) {
|
||||
qtHaveModule(quick) {
|
||||
SUBDIRS += \
|
||||
declarative-camera \
|
||||
declarative-radio \
|
||||
|
||||
Reference in New Issue
Block a user