Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[quick] Fix missing images in qgis_quick library (#36152)
They were removed by mistake in 19edc99 when cleaning up .qrc handling
  • Loading branch information
wonder-sk committed May 4, 2020
1 parent 768d68f commit 27b5dae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/quickgui/CMakeLists.txt
Expand Up @@ -89,6 +89,8 @@ INCLUDE_DIRECTORIES(SYSTEM
${QTKEYCHAIN_INCLUDE_DIR}
)

SET(QGIS_QUICK_GUI_IMAGE_RCCS ./images/images.qrc)

############################################################
# qgis_quick shared library
QT5_WRAP_CPP(QGIS_QUICK_GUI_MOC_SRCS ${QGIS_QUICK_GUI_MOC_HDRS})
Expand All @@ -99,6 +101,7 @@ ELSE(MSVC)
ENDIF(MSVC)

ADD_LIBRARY(qgis_quick ${LIBRARY_TYPE}
${QGIS_QUICK_GUI_IMAGE_RCCS}
${QGIS_QUICK_GUI_SRC}
${QGIS_QUICK_GUI_MOC_HDRS}
${QGIS_QUICK_GUI_MOC_SRCS}
Expand Down

0 comments on commit 27b5dae

Please sign in to comment.