From 1dd58302b17fe2e9f75efa20dc79c5d9dd7de199 Mon Sep 17 00:00:00 2001 From: Russell Taylor <taylorrj@ornl.gov> Date: Wed, 25 Jul 2012 14:34:16 -0400 Subject: [PATCH] Re #5654. Add icons as a resource so they're available in MantidPlot. --- Code/Mantid/MantidPlot/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Code/Mantid/MantidPlot/CMakeLists.txt b/Code/Mantid/MantidPlot/CMakeLists.txt index 13199021f3f..5c4feaa49b0 100644 --- a/Code/Mantid/MantidPlot/CMakeLists.txt +++ b/Code/Mantid/MantidPlot/CMakeLists.txt @@ -711,6 +711,7 @@ include_directories ( ${CMAKE_CURRENT_BINARY_DIR} ) ########################################################################### qt4_add_resources ( RES_FILES ${PROJECT_SOURCE_DIR}/Images/images.qrc ) +qt4_add_resources ( RES_FILES ${CMAKE_CURRENT_SOURCE_DIR}/icons/icons.qrc ) qt4_add_resources ( RES_FILES ${PROJECT_SOURCE_DIR}/MantidQt/SliceViewer/icons/SliceViewerIcons.qrc ) qt4_add_resources ( RES_FILES ${PROJECT_SOURCE_DIR}/Vates/VatesSimpleGui/ViewWidgets/icons/ViewWidgetsIcons.qrc ) -- GitLab