summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/windows-desktop.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/common/windows-desktop.conf')
-rw-r--r--mkspecs/common/windows-desktop.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/common/windows-desktop.conf b/mkspecs/common/windows-desktop.conf
new file mode 100644
index 0000000000..c1f2955e1b
--- /dev/null
+++ b/mkspecs/common/windows-desktop.conf
@@ -0,0 +1,5 @@
+# This file contains initializations for Windows Desktop platforms (non-UWP)
+
+WINDOWS_TARGET_PLATFORM_VERSION = $$(WindowsSDKVersion)
+# The version number might have a trailing backslash due to a VS bug.
+WINDOWS_TARGET_PLATFORM_VERSION ~= s/\\\\$//