From 6d658c70f085fb57dfac28d1c263f2a3cd1e38ef Mon Sep 17 00:00:00 2001
From: Christian Kandeler <christian.kandeler@digia.com>
Date: Wed, 15 Jan 2014 17:32:47 +0100
Subject: [PATCH] Debugger: Fix qbs build for autotests.

Change-Id: Iec79432b6a10a40de9b7b669bece2202ac858edb
Reviewed-by: hjk <hjk121@nokiamail.com>
---
 tests/auto/debugger/dumpers.qbs       | 1 +
 tests/auto/debugger/simplifytypes.qbs | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/auto/debugger/dumpers.qbs b/tests/auto/debugger/dumpers.qbs
index 14fca2736e8..aa084b1ed61 100644
--- a/tests/auto/debugger/dumpers.qbs
+++ b/tests/auto/debugger/dumpers.qbs
@@ -11,6 +11,7 @@ Autotest {
         prefix: project.debuggerDir
         files: [
             "debuggerprotocol.h", "debuggerprotocol.cpp",
+            "simplifytype.h", "simplifytype.cpp",
             "watchdata.h", "watchdata.cpp",
             "watchutils.h", "watchutils.cpp"
         ]
diff --git a/tests/auto/debugger/simplifytypes.qbs b/tests/auto/debugger/simplifytypes.qbs
index a32d8823976..f766bbcf974 100644
--- a/tests/auto/debugger/simplifytypes.qbs
+++ b/tests/auto/debugger/simplifytypes.qbs
@@ -7,7 +7,7 @@ Autotest {
     Group {
         name: "Sources from Debugger plugin"
         prefix: project.debuggerDir
-        files: "debuggerprotocol.cpp"
+        files: "simplifytype.cpp"
     }
     Group {
         name: "Test sources"
-- 
GitLab