Skip to content
Snippets Groups Projects
Commit 65d151ce authored by Joerg Bornemann's avatar Joerg Bornemann Committed by hjk
Browse files

qbs files updated


Change-Id: I6200e52487e614b905fdb0676bfaf67fd0ea55b9
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent ff7fb314
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ DynamicLibrary { ...@@ -12,6 +12,8 @@ DynamicLibrary {
] ]
cpp.defines: [ cpp.defines: [
"SYMBIANUTILS_BUILD_LIB", "SYMBIANUTILS_BUILD_LIB",
"JSON_BUILD_LIB",
"JSON_INCLUDE_PRI",
"HAS_SERIALPORT" "HAS_SERIALPORT"
] ]
cpp.optimization: "fast" cpp.optimization: "fast"
......
...@@ -4,7 +4,7 @@ DynamicLibrary { ...@@ -4,7 +4,7 @@ DynamicLibrary {
name: "utils" name: "utils"
destination: "lib" destination: "lib"
cpp.defines: [ "QTCREATOR_UTILS_LIB" ] cpp.defines: base.concat(["QTCREATOR_UTILS_LIB"])
cpp.includePaths: [ ".", "..", cpp.includePaths: [ ".", "..",
"../..", "../..",
"../3rdparty/botan/build", "../3rdparty/botan/build",
......
...@@ -7,7 +7,7 @@ Product { ...@@ -7,7 +7,7 @@ Product {
Depends { name: "pluginspec" } Depends { name: "pluginspec" }
Depends { name: 'cpp' } Depends { name: 'cpp' }
cpp.defines: [ name.toUpperCase() + "_LIBRARY" ] cpp.defines: base.concat([ name.toUpperCase() + "_LIBRARY" ])
cpp.rpaths: ["$ORIGIN/../../.."] cpp.rpaths: ["$ORIGIN/../../.."]
Group { Group {
......
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