summaryrefslogtreecommitdiff
path: root/qbs/imports/QtcLibrary.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'qbs/imports/QtcLibrary.qbs')
-rw-r--r--qbs/imports/QtcLibrary.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/imports/QtcLibrary.qbs b/qbs/imports/QtcLibrary.qbs
index ec10919caa..55d5490384 100644
--- a/qbs/imports/QtcLibrary.qbs
+++ b/qbs/imports/QtcLibrary.qbs
@@ -27,6 +27,7 @@ DynamicLibrary {
: ["$ORIGIN", "$ORIGIN/.."]
property string libIncludeBase: ".." // #include <lib/header.h>
cpp.includePaths: [libIncludeBase]
+ cpp.minimumOsxVersion: "10.7"
cpp.minimumWindowsVersion: qbs.architecture === "x86" ? "5.1" : "5.2"
Export {