aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-03-23 01:15:02 +0100
committerRenaud G <renaud@rolisteam.org>2019-03-23 01:15:02 +0100
commitd0f326f7289add5d84c662c6c813f1c3c88fca4f (patch)
treeb4eef57399baee34b8e349abb3f0f1ea390360b8 /cli/CMakeLists.txt
parent489661ca4599a84033a57a5645e150e4129a70a0 (diff)
downloadOneRoll-d0f326f7289add5d84c662c6c813f1c3c88fca4f.tar.gz
OneRoll-d0f326f7289add5d84c662c6c813f1c3c88fca4f.zip
Add color management for every dice.
Diffstat (limited to 'cli/CMakeLists.txt')
-rw-r--r--cli/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
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()