diff options
| author | 2019-03-23 01:15:02 +0100 | |
|---|---|---|
| committer | 2019-03-23 01:15:02 +0100 | |
| commit | d0f326f7289add5d84c662c6c813f1c3c88fca4f (patch) | |
| tree | b4eef57399baee34b8e349abb3f0f1ea390360b8 /cli/CMakeLists.txt | |
| parent | 489661ca4599a84033a57a5645e150e4129a70a0 (diff) | |
| download | OneRoll-d0f326f7289add5d84c662c6c813f1c3c88fca4f.tar.gz OneRoll-d0f326f7289add5d84c662c6c813f1c3c88fca4f.zip | |
Add color management for every dice.
Diffstat (limited to 'cli/CMakeLists.txt')
| -rw-r--r-- | cli/CMakeLists.txt | 3 |
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() |