mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make icons work again
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8cdae5ce24
commit
7cd9e2b7bb
2 changed files with 2 additions and 1 deletions
|
@ -307,6 +307,8 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||||
add_definitions(-mwindows -D_WIN32)
|
add_definitions(-mwindows -D_WIN32)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
qt5_add_resources(SUBSURFACE_RESOURCES subsurface.qrc)
|
||||||
|
|
||||||
# include translations
|
# include translations
|
||||||
add_subdirectory(translations)
|
add_subdirectory(translations)
|
||||||
add_subdirectory(subsurface-core)
|
add_subdirectory(subsurface-core)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# create the libraries
|
# create the libraries
|
||||||
file(GLOB SUBSURFACE_UI *.ui)
|
file(GLOB SUBSURFACE_UI *.ui)
|
||||||
qt5_wrap_ui(SUBSURFACE_UI_HDRS ${SUBSURFACE_UI})
|
qt5_wrap_ui(SUBSURFACE_UI_HDRS ${SUBSURFACE_UI})
|
||||||
qt5_add_resources(SUBSURFACE_RESOURCES subsurface.qrc)
|
|
||||||
source_group("Subsurface Interface Files" FILES ${SUBSURFACE_UI})
|
source_group("Subsurface Interface Files" FILES ${SUBSURFACE_UI})
|
||||||
|
|
||||||
if(BTSUPPORT)
|
if(BTSUPPORT)
|
||||||
|
|
Loading…
Add table
Reference in a new issue