From 5459b753e877f69342bfc722638db028a743f379 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 16 Jul 2016 23:14:01 +0200 Subject: [PATCH] Add required icons --- CMakeLists.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 09b7102..8780f26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,6 +120,36 @@ set(DOC_FILES README.md ) +set(REQUIRED_ICONS + edit-paste + window-close + document-save-as + go-previous + document-open + edit-copy + preferences-other + document-revert + document-open-recent + list-remove + dialog-ok + media-playback-start + dialog-cancel + edit-clear + list-add + dialog-ok-apply + help-about + application-exit + edit-cut + media-playback-pause + edit-undo + system-file-manager + edit-select-all + preferences-system-network + system-run + go-next + qtcreator +) + # find c++utilities find_package(c++utilities 4.0.0 REQUIRED) use_cpp_utilities()