From 716531e60bb43f8c473c9e03a1b9ec40a21543cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20O=2E=20Cordero=20P=C3=A9rez?= Date: Fri, 12 Nov 2021 05:12:44 -0400 Subject: [PATCH] That wasn't it. Must've been the setThemeNamee instruction. --- CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- src/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd2b7546..13953fba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,7 +149,7 @@ else() Kirigami2 I18n # NO_MODULE CoreAddons - #IconThemes + IconThemes ) endif() diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0b59c156..77bc3785 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -177,7 +177,7 @@ else() KF5::I18n KF5::Kirigami2 KF5::CoreAddons - #KF5::IconThemes + KF5::IconThemes ) endif() diff --git a/src/main.cpp b/src/main.cpp index fbe83455..d9ef5789 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -58,7 +58,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) // QIcon::setThemeSearchPath(""); // These should work on non Linux systems. I'm not sure why they don't... - QIcon::setThemeName("breeze"); +// QIcon::setThemeName("breeze"); // QIcon::setThemeName("breeze-dark"); // QIcon::setThemeName("/icons/breeze-dark/breeze-icons-dark.rcc"); // // These icon themes worked under KDE Plasma