Skip to content
Snippets Groups Projects
Commit 6d658c70 authored by Christian Kandeler's avatar Christian Kandeler Committed by hjk
Browse files

Debugger: Fix qbs build for autotests.


Change-Id: Iec79432b6a10a40de9b7b669bece2202ac858edb
Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
parent 44374dde
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ Autotest { ...@@ -11,6 +11,7 @@ Autotest {
prefix: project.debuggerDir prefix: project.debuggerDir
files: [ files: [
"debuggerprotocol.h", "debuggerprotocol.cpp", "debuggerprotocol.h", "debuggerprotocol.cpp",
"simplifytype.h", "simplifytype.cpp",
"watchdata.h", "watchdata.cpp", "watchdata.h", "watchdata.cpp",
"watchutils.h", "watchutils.cpp" "watchutils.h", "watchutils.cpp"
] ]
......
...@@ -7,7 +7,7 @@ Autotest { ...@@ -7,7 +7,7 @@ Autotest {
Group { Group {
name: "Sources from Debugger plugin" name: "Sources from Debugger plugin"
prefix: project.debuggerDir prefix: project.debuggerDir
files: "debuggerprotocol.cpp" files: "simplifytype.cpp"
} }
Group { Group {
name: "Test sources" name: "Test sources"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment