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
Libraries
KOSMIndoorMap
Commits
3ddd7d7f
Commit
3ddd7d7f
authored
Apr 09, 2021
by
Volker Krause
Browse files
Actually build without QtWidgets
parent
aa0a3a2a
Pipeline
#57129
passed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
3ddd7d7f
...
...
@@ -35,7 +35,8 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KOSMINDOORMAP
SOVERSION 1
)
find_package
(
Qt5 5.15 REQUIRED COMPONENTS Quick OPTIONAL_COMPONENTS Widgets
)
find_package
(
Qt5 5.15 REQUIRED COMPONENTS Quick
)
find_package
(
Qt5 5.15 OPTIONAL_COMPONENTS Widgets
)
find_package
(
KF5 REQUIRED COMPONENTS I18n
)
find_package
(
KPublicTransport REQUIRED
)
find_package
(
KOpeningHours
)
...
...
Write
Preview
Markdown
is supported
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