mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
6 lines
249 B
Plaintext
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/\\\\$//
|