From d0f326f7289add5d84c662c6c813f1c3c88fca4f Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 23 Mar 2019 01:15:02 +0100 Subject: Add color management for every dice. --- cli/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/CMakeLists.txt') diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 4374b9f..3c14576 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -37,6 +37,7 @@ ADD_DEFINITIONS( set(dice_RESOURCES diceparser.qrc) FIND_PACKAGE(Qt5LinguistTools) +find_package(Qt5Svg) IF(UPDATE_TRANSLATIONS) @@ -111,7 +112,7 @@ SET( dice_sources add_executable( dice ${dice_sources} ${dice_QM} ) -target_link_libraries(dice ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES}) +target_link_libraries(dice ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES} ${Qt5Svg_LIBRARIES}) INSTALL_TARGETS(/bin dice) #qt5_use_modules() -- cgit v1.2.3-70-g09d2