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:
parent
9308319ac7
commit
6379c5f6fa
@ -506,6 +506,9 @@ if(WIN32)
|
|||||||
FILES ${integration_loc}
|
FILES ${integration_loc}
|
||||||
DESTINATION ${BIN_DIR}/platforms
|
DESTINATION ${BIN_DIR}/platforms
|
||||||
)
|
)
|
||||||
|
install(
|
||||||
|
FILES "$<TARGET_FILE:Qt${QT_VERSION_MAJOR}::QWindowsVistaStylePlugin>"
|
||||||
|
DESTINATION ${BIN_DIR}/styles)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user