forked from qt-creator/qt-creator
ADS: Only build if QmlDesigner is enabled
Change-Id: I8ca3bd5fab714e003ad05e502e5759f06ca77fed Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
bb783eb819
commit
c063c6d407
@@ -3,7 +3,6 @@ include(../../qtcreator.pri)
|
|||||||
TEMPLATE = subdirs
|
TEMPLATE = subdirs
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
advanceddockingsystem \
|
|
||||||
aggregation \
|
aggregation \
|
||||||
extensionsystem \
|
extensionsystem \
|
||||||
utils \
|
utils \
|
||||||
@@ -24,6 +23,13 @@ qtHaveModule(quick) {
|
|||||||
tracing
|
tracing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTC_DO_NOT_BUILD_QMLDESIGNER = $$(QTC_DO_NOT_BUILD_QMLDESIGNER)
|
||||||
|
isEmpty(QTC_DO_NOT_BUILD_QMLDESIGNER):qtHaveModule(quick-private) {
|
||||||
|
exists($$[QT_INSTALL_QML]/QtQuick/Controls/qmldir) {
|
||||||
|
SUBDIRS += advanceddockingsystem
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
for(l, SUBDIRS) {
|
for(l, SUBDIRS) {
|
||||||
QTC_LIB_DEPENDS =
|
QTC_LIB_DEPENDS =
|
||||||
include($$l/$${l}_dependencies.pri)
|
include($$l/$${l}_dependencies.pri)
|
||||||
|
Reference in New Issue
Block a user