From 472e32bfc2b7e038d4051523bb36a08957a05376 Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 11 Sep 2023 21:20:43 +0200 Subject: [PATCH] Apply cmake-format --- cmake/modules/QtConfig.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/QtConfig.cmake b/cmake/modules/QtConfig.cmake index fd33315..f09f126 100644 --- a/cmake/modules/QtConfig.cmake +++ b/cmake/modules/QtConfig.cmake @@ -521,8 +521,8 @@ if (REQUIRED_ICONS) list(APPEND ICON_SEARCH_PATHS "${CMAKE_INSTALL_FULL_DATAROOTDIR}/icons") list(APPEND ICON_SEARCH_PATHS "/usr/${CMAKE_INSTALL_DATAROOTDIR}/icons") # find icons from regular prefix when # cross- compiling - list(APPEND ICON_SEARCH_PATHS "/usr/share/icons") # the project might change CMAKE_…_DATAROOTDIR - # to something custom so let's add one hardcoded fallback + list(APPEND ICON_SEARCH_PATHS "/usr/share/icons") # the project might change CMAKE_…_DATAROOTDIR to something + # custom so let's add one hardcoded fallback list(REMOVE_DUPLICATES ICON_SEARCH_PATHS) set(BUILTIN_ICONS_DIR "${CMAKE_CURRENT_BINARY_DIR}/icons")