aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/qmldesigner.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2012-09-18 16:40:13 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-09-19 11:11:03 +0200
commit78f80caf95c2a7bd3f6a0ad2e42ad87e07c3abdd (patch)
tree065e5f47b085996fe32d8b61d5f40645254528f2 /src/plugins/qmldesigner/qmldesigner.qbs
parent6d26d349c9ebf7a6d0260266a9d10123a9c25864 (diff)
Exclude the qml designer from the qbs build.
The qbs build of this plugin is constantly being broken by its maintainers. Due to its convoluted structure, it's hard for others to keep the qbs files up to date, so we give up on that for now. We can re-enable it later if and when there is more consideration for qbs. (This patch also contains one last build fix.) Change-Id: I37f8bea3ee65cb62857e7d6649eab4e6d129eb5b Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'src/plugins/qmldesigner/qmldesigner.qbs')
-rw-r--r--src/plugins/qmldesigner/qmldesigner.qbs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/qmldesigner.qbs b/src/plugins/qmldesigner/qmldesigner.qbs
index 7fac4be12c..38ccef778d 100644
--- a/src/plugins/qmldesigner/qmldesigner.qbs
+++ b/src/plugins/qmldesigner/qmldesigner.qbs
@@ -28,6 +28,7 @@ QtcPlugin {
"../../../share/qtcreator/qml/qmlpuppet/interfaces",
"../../../share/qtcreator/qml/qmlpuppet/container",
"../../../share/qtcreator/qml/qmlpuppet/commands",
+ "components/componentcore",
"components/integration",
"components/propertyeditor",
"components/formeditor",
@@ -163,7 +164,6 @@ QtcPlugin {
"designercore/include/rewritingexception.h",
"components/componentscore/modelnodecontextmenu.h",
"designercore/include/basetexteditmodifier.h",
- "components/integration/integrationcore.h",
"components/integration/designdocumentcontrollerview.h",
"components/integration/designdocumentcontroller.h",
"components/integration/utilitypanelcontroller.h",
@@ -171,7 +171,6 @@ QtcPlugin {
"components/integration/componentaction.h",
"components/integration/componentview.h",
"components/integration/xuifiledialog.h",
- "components/integration/integrationcore.cpp",
"components/integration/designdocumentcontroller.cpp",
"components/integration/designdocumentcontrollerview.cpp",
"components/integration/utilitypanelcontroller.cpp",