aboutsummaryrefslogtreecommitdiffstats
path: root/qtcreator.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-02-14 14:31:58 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-02-14 15:53:33 +0100
commita9754611f667d252ac015f2c8260caaf8dfbc909 (patch)
tree121b2e96316b9e55522637588aa7152e470a44f2 /qtcreator.qbs
parenta45ccb0d4e267e88ae39ad2f17adf7d738a39caa (diff)
Add Core as dependency for the qtcreator executable in the qbs build.
Rationale: "qbs run -p qtcreator" will otherwise fail on a clean build dir, because Creator cannot run without the Core plugin. Change-Id: I87c16847189fc09bcc4903e865b99b6ba472f1f0 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'qtcreator.qbs')
-rw-r--r--qtcreator.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcreator.qbs b/qtcreator.qbs
index 5ef5e1316e6..35a6be50bf0 100644
--- a/qtcreator.qbs
+++ b/qtcreator.qbs
@@ -160,6 +160,7 @@ Project {
Depends { name: "Qt"; submodules: ["widgets", "network"] }
Depends { name: "Utils" }
Depends { name: "ExtensionSystem" }
+ Depends { name: "Core" }
files: [
"src/app/main.cpp",