aboutsummaryrefslogtreecommitdiffstats
path: root/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
parent0b53638a75cf66357fc16639cbfd011b61e8e5db (diff)
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')
-rw-r--r--qbs/imports/QtcLibrary.qbs1
-rw-r--r--qbs/imports/QtcPlugin.qbs1
-rw-r--r--qbs/imports/QtcTool.qbs1
3 files changed, 3 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" }
diff --git a/qbs/imports/QtcPlugin.qbs b/qbs/imports/QtcPlugin.qbs
index 0575a98a3c..cde595bbcb 100644
--- a/qbs/imports/QtcPlugin.qbs
+++ b/qbs/imports/QtcPlugin.qbs
@@ -36,6 +36,7 @@ Product {
property string pluginIncludeBase: ".." // #include <plugin/header.h>
cpp.includePaths: [pluginIncludeBase]
+ cpp.minimumWindowsVersion: "5.1"
Group {
name: "PluginSpec"
diff --git a/qbs/imports/QtcTool.qbs b/qbs/imports/QtcTool.qbs
index a2eb0a2e9b..f5d4d95e0a 100644
--- a/qbs/imports/QtcTool.qbs
+++ b/qbs/imports/QtcTool.qbs
@@ -14,6 +14,7 @@ Application {
cpp.rpaths: qbs.targetOS.contains("osx")
? ["@executable_path/../" + project.ide_library_path]
: ["$ORIGIN/../" + project.ide_library_path]
+ cpp.minimumWindowsVersion: "5.1"
Group {
fileTagsFilter: product.type