aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-04-12 13:34:36 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-04-12 14:49:16 +0200
commit639bc748b7f3a22e5d9e6d1b380f9740ef853820 (patch)
treebd12ea2af3508673ec345f68acf9cfb1f2c29a01 /qtcreator.qbs
parentb5eac91b5480c50e930a8331bc41fbc5be5f83d9 (diff)
Revert "Add Core as dependency for the qtcreator executable in the qbs build."
This reverts commit a9754611f667d252ac015f2c8260caaf8dfbc909. That patch does not work as-is, because it introduces a dependency from the qtcreator library to the Core plugin without adding the respective directory to the list of rpaths. While doing just that would make Creator start up again, it seems conceptually wrong, because the Core plugin is explicitly loaded by the application itself. Removing the dependency altogether seems like the cleaner solution overall. Change-Id: Ife7b726449701a0a61eb48d98c04c55a55cf47e3 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index de7e79f9edd..621e1aec302 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -161,7 +161,6 @@ Project {
Depends { name: "Qt"; submodules: ["widgets", "network"] }
Depends { name: "Utils" }
Depends { name: "ExtensionSystem" }
- Depends { name: "Core" }
files: [
"src/app/main.cpp",