aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-01-24 13:54:12 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-01-24 15:11:02 +0100
commit119ef38cb87fe970a0255ef3db36c70c41a053c8 (patch)
tree200cd906573cdac505313d926209c3907b4e6888 /tests/manual
parent6e38860bed306685ee06aba9db911ab88f88f107 (diff)
remove superfluous use of base in tests/manual/hello
Change-Id: I3e972fea95b3203fcd58ab08f44571831f89ddab Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/hello/hello.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/hello/hello.qbs b/tests/manual/hello/hello.qbs
index 6d29f361d..322867e56 100644
--- a/tests/manual/hello/hello.qbs
+++ b/tests/manual/hello/hello.qbs
@@ -5,7 +5,7 @@ Application {
Depends { name: 'cpp' }
- cpp.defines: base.concat(['SOMETHING'])
+ cpp.defines: ['SOMETHING']
files: [
"src/foo.h",