summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/windows-desktop.conf
blob: c1f2955e1b8a91b2e1778e92535f52f27d806141 (plain)
1
2
3
4
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/\\\\$//