diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b9d89436..9b0ae88b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -345,6 +345,7 @@ if (SUBSURFACE_TARGET_EXECUTABLE MATCHES "MobileExecutable") subsurface-helper.cpp ) qt5_add_resources(MOBILE_RESOURCES mobile-widgets/qml/mobile-resources.qrc) + qt5_add_resources(MOBILE_RESOURCES mobile-widgets/3rdparty/icons.qrc) # the following is split across two commands since in cmake 3.12 this would result # in a non-sensical "no sources given to target" error if done all as one set of diff --git a/mobile-widgets/3rdparty/icons.qrc b/mobile-widgets/3rdparty/icons.qrc new file mode 100644 index 000000000..89cc574e8 --- /dev/null +++ b/mobile-widgets/3rdparty/icons.qrc @@ -0,0 +1,25 @@ + + + + breeze-icons/icons/actions/24/go-next.svg + breeze-icons/icons/actions/24/go-previous.svg + breeze-icons/icons/actions/24/go-next.svg + breeze-icons/icons/actions/24/go-previous.svg + breeze-icons/icons/actions/24/application-menu.svg + breeze-icons/icons/actions/24/dialog-cancel.svg + breeze-icons/icons/actions/24/distribute-horizontal-x.svg + breeze-icons/icons-dark/actions/24/document-edit.svg + breeze-icons/icons-dark/actions/24/document-save.svg + breeze-icons/icons/actions/24/go-up.svg + breeze-icons/icons/actions/22/gps.svg + breeze-icons/icons/actions/22/handle-left.svg + breeze-icons/icons/actions/22/handle-right.svg + breeze-icons/icons/actions/22/map-globe.svg + breeze-icons/icons/actions/24/list-add.svg + breeze-icons/icons/actions/22/overflow-menu.svg + breeze-icons/icons/actions/24/trash-empty.svg + breeze-icons/icons/actions/24/edit-copy.svg + breeze-icons/icons/actions/24/edit-paste.svg + breeze-icons/icons/actions/16/view-readermode.svg + +