qt6windows7/mkspecs/common/windows-desktop.conf

6 lines
249 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
# 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/\\\\$//