summaryrefslogtreecommitdiff
path: root/qbs/imports/QtcLibrary.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-04-04 15:07:21 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-04-08 13:38:05 +0200
commit49ae4ec5385e28b01c61fb3ca720ecc7f793bf15 (patch)
tree8575686fd23a70aa9015bcc22c0f333e653ff605 /qbs/imports/QtcLibrary.qbs
parent0b53638a75cf66357fc16639cbfd011b61e8e5db (diff)
downloadqt-creator-49ae4ec5385e28b01c61fb3ca720ecc7f793bf15.tar.gz
Fix qbs build on Windows.
Change-Id: Idc471dd4a9734f71e615532a4d70225435452d27 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
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" }