1
Fork 0
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:
Joshua Goins 2023-12-17 10:15:49 -05:00
parent 5134858942
commit 778ddc8ec6

View file

@ -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)