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 0d518e4e7c..bde1ea2812 100644
--- a/qbs/imports/QtcLibrary.qbs
+++ b/qbs/imports/QtcLibrary.qbs
@@ -24,6 +24,7 @@ DynamicLibrary {
: ["$ORIGIN", "$ORIGIN/.."]
property string libIncludeBase: ".." // #include <lib/header.h>
cpp.includePaths: [libIncludeBase]
+ cpp.minimumWindowsVersion: "5.1"
Export {
Depends { name: "cpp" }