qt6windows7/mkspecs/common/windows-desktop.conf
2023-10-29 23:33:08 +01:00

6 lines
249 B
Plaintext

# 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/\\\\$//