Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Marble
Commits
75a3cfd5
Commit
75a3cfd5
authored
Jul 05, 2016
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable registration of marblepart as filehandler, currently broken
parent
1b1de187
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
5 deletions
+10
-5
src/plugins/runner/gpx/CMakeLists.txt
src/plugins/runner/gpx/CMakeLists.txt
+2
-1
src/plugins/runner/kml/CMakeLists.txt
src/plugins/runner/kml/CMakeLists.txt
+4
-2
src/plugins/runner/osm/CMakeLists.txt
src/plugins/runner/osm/CMakeLists.txt
+2
-1
src/plugins/runner/shp/CMakeLists.txt
src/plugins/runner/shp/CMakeLists.txt
+2
-1
No files found.
src/plugins/runner/gpx/CMakeLists.txt
View file @
75a3cfd5
...
...
@@ -66,6 +66,7 @@ if(ECM_FOUND)
endif
()
macro_optional_find_package
(
KF5 QUIET COMPONENTS KIO
)
if
(
KF5_FOUND
)
install
(
FILES marble_part_gpx.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
# install again once part is fixed to load and show the passed file
# install(FILES marble_part_gpx.desktop DESTINATION ${SERVICES_INSTALL_DIR})
install
(
FILES marble_thumbnail_gpx.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
endif
()
src/plugins/runner/kml/CMakeLists.txt
View file @
75a3cfd5
...
...
@@ -26,9 +26,11 @@ if(ECM_FOUND)
endif
()
macro_optional_find_package
(
KF5 QUIET COMPONENTS KIO
)
if
(
KF5_FOUND
)
install
(
FILES marble_part_kml.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
# install again once part is fixed to load and show the passed file
# install(FILES marble_part_kml.desktop DESTINATION ${SERVICES_INSTALL_DIR})
install
(
FILES marble_thumbnail_kml.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
install
(
PROGRAMS marble_kmz.desktop DESTINATION
${
APPS_INSTALL_DIR
}
)
install
(
FILES marble_part_kmz.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
# install again once part is fixed to load and show the passed file
# install(FILES marble_part_kmz.desktop DESTINATION ${SERVICES_INSTALL_DIR})
install
(
FILES marble_thumbnail_kmz.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
endif
()
src/plugins/runner/osm/CMakeLists.txt
View file @
75a3cfd5
...
...
@@ -48,6 +48,7 @@ if(ECM_FOUND)
endif
()
macro_optional_find_package
(
KF5 QUIET COMPONENTS KIO
)
if
(
KF5_FOUND
)
install
(
FILES marble_part_osm.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
# install again once part is fixed to load and show the passed file
# install(FILES marble_part_osm.desktop DESTINATION ${SERVICES_INSTALL_DIR})
install
(
FILES marble_thumbnail_osm.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
endif
()
src/plugins/runner/shp/CMakeLists.txt
View file @
75a3cfd5
...
...
@@ -27,6 +27,7 @@ if(ECM_FOUND)
endif
()
macro_optional_find_package
(
KF5 QUIET COMPONENTS KIO
)
if
(
KF5_FOUND
)
install
(
FILES marble_part_shp.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
# install again once part is fixed to load and show the passed file
# install(FILES marble_part_shp.desktop DESTINATION ${SERVICES_INSTALL_DIR})
install
(
FILES marble_thumbnail_shp.desktop DESTINATION
${
SERVICES_INSTALL_DIR
}
)
endif
()
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