Mercurial > retraceit
diff src/CMakeLists.txt @ 50:07744e276579
Add icon also for non Windows systems
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 07 May 2015 10:37:07 +0200 |
parents | 97c14310cc1a |
children | 2cd76e6c0fcf |
line wrap: on
line diff
--- a/src/CMakeLists.txt Thu May 07 10:23:19 2015 +0200 +++ b/src/CMakeLists.txt Thu May 07 10:37:07 2015 +0200 @@ -58,8 +58,8 @@ endif() set(QT_RESOURCES - ${CMAKE_CURRENT_SOURCE_DIR}/fonts.qrc - # ${CMAKE_SOURCE_DIR}/img/icons.qrc + fonts.qrc + icons/icons.qrc ) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}")