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
Libraries
KOSMIndoorMap
Commits
afa81ab9
Commit
afa81ab9
authored
Aug 17, 2022
by
Laurent Montel
Browse files
Use Qt:: directly
parent
bb0dd845
Pipeline
#218911
passed with stage
in 7 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
afa81ab9
...
...
@@ -5,11 +5,11 @@ add_definitions(-DTRANSLATION_DOMAIN=\"kosmindoormap\")
add_subdirectory
(
osm
)
add_subdirectory
(
map
)
if
(
TARGET Qt
${
QT_MAJOR_VERSION
}
::Quick
)
if
(
TARGET Qt::Quick
)
add_subdirectory
(
map-quick
)
add_subdirectory
(
map-publictransport-integration
)
endif
()
if
((
NOT ANDROID AND TARGET Qt
${
QT_MAJOR_VERSION
}
::Widgets
)
OR BUILD_STANDALONE_APP
)
if
((
NOT ANDROID AND TARGET Qt::Widgets
)
OR BUILD_STANDALONE_APP
)
add_subdirectory
(
app
)
endif
()
if
(
NOT CROSS_COMPILING
)
...
...
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