mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Use version-less macro for Qt6
This commit is contained in:
parent
bd95cd47a4
commit
4b1c8dcc59
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ if (QT_MAJOR_VERSION STREQUAL "5")
|
|||
qt5_add_resources(RESOURCES resources.qrc)
|
||||
endif()
|
||||
else()
|
||||
qt5_add_resources(RESOURCES resources.qrc)
|
||||
qt_add_resources(RESOURCES resources.qrc)
|
||||
endif()
|
||||
add_library(mobileshellplugin SHARED ${mobileshellplugin_SRCS} ${RESOURCES})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue