aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-03-23 11:34:11 +0100
committerGitHub <noreply@github.com>2019-03-23 11:34:11 +0100
commit607b8284672c75f134616a826e3475be4cf8e277 (patch)
tree9c340127d0b34ef50218f8ca2f6a3281eb743ba4 /cli/CMakeLists.txt
parent8aac692215539f3de44f1f5ee1cb8cdca76068fa (diff)
parentd0f326f7289add5d84c662c6c813f1c3c88fca4f (diff)
downloadOneRoll-607b8284672c75f134616a826e3475be4cf8e277.tar.gz
OneRoll-607b8284672c75f134616a826e3475be4cf8e277.zip
Merge pull request #38 from Rolisteam/fix-color-display
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()