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
KPublicTransport
Commits
471c799d
Commit
471c799d
authored
Jan 04, 2022
by
Laurent Montel
Browse files
Allow to show headers in qtc6
parent
85b3dbe8
Pipeline
#118288
passed with stage
in 2 minutes and 44 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/generator/CMakeLists.txt
View file @
471c799d
...
...
@@ -5,5 +5,7 @@ add_executable(line-data-generator
generator.cpp
indexeddatatable.cpp
lineinfo.cpp
indexeddatatable.h
lineinfo.h
)
target_link_libraries
(
line-data-generator KOSM KWikidata Qt5::Gui
)
src/graphql/CMakeLists.txt
View file @
471c799d
...
...
@@ -4,6 +4,8 @@
add_library
(
KGraphQL STATIC
kgraphql.cpp
kgraphqlminimizer.cpp
kgraphql.h
kgraphqlminimizer_p.h
)
target_link_libraries
(
KGraphQL PUBLIC Qt5::Network
)
...
...
src/quick/CMakeLists.txt
View file @
471c799d
...
...
@@ -5,6 +5,8 @@ add_library(kpublictransportquickplugin)
target_sources
(
kpublictransportquickplugin PRIVATE
kpublictransportquickplugin.cpp
styledsvgimageprovider.cpp
kpublictransportquickplugin.h
styledsvgimageprovider.h
assets/assets.qrc
)
...
...
src/wikidata/CMakeLists.txt
View file @
471c799d
...
...
@@ -5,6 +5,9 @@ add_library(KWikidata STATIC
entities.cpp
wikidataquerymanager.cpp
wikidataquery.cpp
entities.h
wikidataquerymanager.h
wikidataquery.h
)
target_include_directories
(
KOSM PUBLIC
"$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
/..>"
)
...
...
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