mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
android/desktop: remove mapWidget from subsurface.qrc
remove mapWidget entries from subsurface.qrc, and add reference to map-widget.qrc in CMakelist.txt Android uses the same CMakelist.txt Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
ff88e7ee99
commit
5df93e084d
3 changed files with 3 additions and 14 deletions
|
|
@ -269,7 +269,7 @@ endif()
|
|||
|
||||
#set up the subsurface_link_libraries variable
|
||||
set(SUBSURFACE_LINK_LIBRARIES ${SUBSURFACE_LINK_LIBRARIES} ${LIBDIVECOMPUTER_LIBRARIES} ${LIBGIT2_LIBRARIES} ${LIBUSB_LIBRARIES})
|
||||
qt5_add_resources(SUBSURFACE_RESOURCES subsurface.qrc)
|
||||
qt5_add_resources(SUBSURFACE_RESOURCES subsurface.qrc map-widget/qml/map-widget.qrc)
|
||||
|
||||
# include translations
|
||||
add_subdirectory(translations)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue