aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.qbs')
-rw-r--r--qbs.qbs5
1 files changed, 5 insertions, 0 deletions
diff --git a/qbs.qbs b/qbs.qbs
index d6f83b80e..62864d87f 100644
--- a/qbs.qbs
+++ b/qbs.qbs
@@ -3,6 +3,11 @@ import qbs 1.0
Project {
property bool enableUnitTests: false
property bool enableRPath: true
+ property bool installApiHeaders: true
+ property path libInstallDir: qbs.targetOS.contains("windows") ? "bin" : "lib"
+ property path libRPaths: (project.enableRPath && qbs.targetOS.contains("linux"))
+ ? ["$ORIGIN/../lib"] : undefined
+ property path resourcesInstallDir: ""
references: [
"src/src.qbs",