QmlDesigner: Make it easier to disable QmlDesigner

Exporting DO_NOT_BUILD_QMLDESIGNER disables the build of
the QmlDesigner plugin.

Change-Id: Ia3809268816cd84ef23b872f8df4709e381b3618
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Thomas Hartmann
2014-11-17 11:21:55 +01:00
committed by Thomas Hartmann
parent a4b4728267
commit 4c614d970b

View File

@@ -51,10 +51,16 @@ SUBDIRS = \
beautifier \
qmakeandroidsupport \
winrt \
qmldesigner \
qmlprofiler \
welcome
DO_NOT_BUILD_QMLDESIGNER = $$(DO_NOT_BUILD_QMLDESIGNER)
isEmpty(DO_NOT_BUILD_QMLDESIGNER) {
SUBDIRS += qmldesigner
} else {
warning("QmlDesigner plugin has been disabled.")
}
isEmpty(QBS_INSTALL_DIR): QBS_INSTALL_DIR = $$(QBS_INSTALL_DIR)
exists(../shared/qbs/qbs.pro)|!isEmpty(QBS_INSTALL_DIR): \