All builds should include Windows icon themes.

This commit is contained in:
Roman Telezhynskyi 2023-08-19 14:04:09 +03:00
parent 46241e8e85
commit 5fd4b8f563

View File

@ -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"