From 639bc748b7f3a22e5d9e6d1b380f9740ef853820 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 12 Apr 2013 13:34:36 +0200 Subject: [PATCH] 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 Reviewed-by: Joerg Bornemann --- qtcreator.qbs | 1 - 1 file changed, 1 deletion(-) 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",