Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
4b1c8dcc
Commit
4b1c8dcc
authored
May 13, 2022
by
Volker Krause
Browse files
Use version-less macro for Qt6
parent
bd95cd47
Pipeline
#175724
passed with stage
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/mobileshell/CMakeLists.txt
View file @
4b1c8dcc
...
...
@@ -27,7 +27,7 @@ if (QT_MAJOR_VERSION STREQUAL "5")
qt5_add_resources
(
RESOURCES resources.qrc
)
endif
()
else
()
qt
5
_add_resources
(
RESOURCES resources.qrc
)
qt_add_resources
(
RESOURCES resources.qrc
)
endif
()
add_library
(
mobileshellplugin SHARED
${
mobileshellplugin_SRCS
}
${
RESOURCES
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment