Skip to content

Commit b072a9d

Browse files
committed
examples: Update qrc file to use complete map...
... instead of dropped sprint sample map. Make qrc file visible in CMake IDE projects.
1 parent 2523ad5 commit b072a9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install(
2727
DESTINATION "${MAPPER_DATA_DESTINATION}/examples/${_dir}"
2828
)
2929

30-
foreach(_example ${Mapper_EXAMPLES})
30+
foreach(_example ${Mapper_EXAMPLES} examples.qrc)
3131
configure_file(${_example} ${_example} COPYONLY)
3232
endforeach()
3333

examples/examples.qrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<RCC>
22
<qresource prefix="/examples">
3-
<file>sprint sample.omap</file>
3+
<file>complete map.omap</file>
44
<file>forest sample.omap</file>
55
</qresource>
66
</RCC>

0 commit comments

Comments
 (0)