Skip to content

Commit

Permalink
That wasn't it. Must've been the setThemeNamee instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier O. Cordero Pérez committed Nov 12, 2021
1 parent 826c87f commit 716531e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ else()
Kirigami2
I18n # NO_MODULE
CoreAddons
#IconThemes
IconThemes
)
endif()

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ else()
KF5::I18n
KF5::Kirigami2
KF5::CoreAddons
#KF5::IconThemes
KF5::IconThemes
)
endif()

Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 716531e

Please sign in to comment.