From 5fd4b8f5633756535674f97ed902d6459af6a9f5 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 19 Aug 2023 14:04:09 +0300 Subject: [PATCH] All builds should include Windows icon themes. --- src/libs/vmisc/vmisc.pro | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/libs/vmisc/vmisc.pro b/src/libs/vmisc/vmisc.pro index bd17d202d..de9cb5d54 100644 --- a/src/libs/vmisc/vmisc.pro +++ b/src/libs/vmisc/vmisc.pro @@ -49,16 +49,14 @@ RESOURCES += \ share/resources/icon.qrc \ # All other icons except cursors and Windows theme. share/resources/flags.qrc \ share/resources/breezethemes/breeze.qrc \ - share/resources/scenestyle.qrc + share/resources/scenestyle.qrc \ + share/resources/win_light_theme.qrc \ + share/resources/win_dark_theme.qrc macx { RESOURCES += \ share/resources/mac_light_theme.qrc \ share/resources/mac_dark_theme.qrc -} else { - RESOURCES += \ - share/resources/win_light_theme.qrc \ - share/resources/win_dark_theme.qrc } # This is static library so no need in "make install"