From 2e2e74018614ec25c1591cd883d7936ec42b8ca9 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Tue, 2 Jul 2013 12:20:51 +0200 Subject: Make the qbs project files embeddable in another project. The qmake project files already have this ability. Change-Id: I9d01609525b410a7cf0bb86865aa85c5435bad03 Reviewed-by: Joerg Bornemann --- qbs.qbs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qbs.qbs') 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", -- cgit v1.2.3