1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-24 03:47:18 +02:00

Install additional dll on Windows to get better style for Qt

This commit is contained in:
Ivan Savenko 2023-01-08 14:11:08 +02:00
parent 9308319ac7
commit 6379c5f6fa

View File

@ -506,6 +506,9 @@ if(WIN32)
FILES ${integration_loc}
DESTINATION ${BIN_DIR}/platforms
)
install(
FILES "$<TARGET_FILE:Qt${QT_VERSION_MAJOR}::QWindowsVistaStylePlugin>"
DESTINATION ${BIN_DIR}/styles)
endif()
endif()