mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
imager: Target Windows 10, as required by Qt6
This commit is contained in:
parent
1dabdde5f0
commit
da720afc7e
1 changed files with 2 additions and 2 deletions
|
@ -271,8 +271,8 @@ endif()
|
|||
|
||||
# Because dependencies are typically not available by default on Windows, build bundled code
|
||||
if (WIN32)
|
||||
# Target Windows 7 (needed for drivelist module)
|
||||
add_definitions(-DWINVER=0x0601 -D_WIN32_WINNT=0x0601)
|
||||
# Target Windows 10, in line with Qt requirements
|
||||
add_definitions(-DWINVER=0x0A00 -D_WIN32_WINNT=0x0A00 -DNTDDI_VERION=0x0A000000)
|
||||
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue