Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Kirigami Gallery
Commits
a82417b8
Commit
a82417b8
authored
Apr 03, 2021
by
Antonio Rojas
Browse files
Add kitemmodels dependency to cmake
Otherwise there is no way for packagers to know that this is a runtime dependency
parent
7b74daa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a82417b8
...
...
@@ -47,6 +47,7 @@ endif()
ecm_find_qmlmodule
(
QtGraphicalEffects 1.0
)
ecm_find_qmlmodule
(
org.kde.kitemmodels 1.0
)
add_definitions
(
-DQT_NO_URL_CAST_FROM_STRING
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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