From 5b45f02fb546154887f903f425971d3d3c3fe3c1 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 7 Jul 2019 12:23:25 +0200 Subject: [PATCH] Bundle icons for QLineEdit::createStandardContextMenu() --- tray/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tray/CMakeLists.txt b/tray/CMakeLists.txt index 44738df..481f948 100644 --- a/tray/CMakeLists.txt +++ b/tray/CMakeLists.txt @@ -46,7 +46,11 @@ set(REQUIRED_ICONS dialog-ok dialog-ok-apply edit-copy + edit-cut + edit-delete edit-paste + edit-redo + edit-undo emblem-error folder folder-download @@ -78,7 +82,6 @@ set(REQUIRED_ICONS view-barcode view-refresh window-close) -# fallback icons can not replace built-in Breeze icons (yet) set(FALLBACK_ICON_THEME breeze) # find c++utilities find_package(c++utilities${CONFIGURATION_PACKAGE_SUFFIX} 5.0.0 REQUIRED)