diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index 79103a7f068..0c8fe743203 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -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): \