mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
Remove last usage of ${QT_MAJOR_VERSION}
This commit is contained in:
parent
5134858942
commit
778ddc8ec6
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ if (ENABLE_GAMEMODE)
|
|||
target_compile_definitions(astra PRIVATE ENABLE_GAMEMODE)
|
||||
endif ()
|
||||
|
||||
install(TARGETS astra ${KF${QT_MAJOR_VERSION}_INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
install(TARGETS astra ${KF6_INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
||||
if (WIN32)
|
||||
get_target_property(QMAKE_EXE Qt6::qmake IMPORTED_LOCATION)
|
||||
|
|
Loading…
Add table
Reference in a new issue