From a9754611f667d252ac015f2c8260caaf8dfbc909 Mon Sep 17 00:00:00 2001
From: Christian Kandeler <christian.kandeler@digia.com>
Date: Thu, 14 Feb 2013 14:31:58 +0100
Subject: [PATCH] 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>
---
 qtcreator.qbs | 1 +
 1 file changed, 1 insertion(+)

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",
-- 
GitLab