Files
yacreader/common/themes/themes_common.pri
luisangelsm 6b3fcc63d3 Make help/about dialog themable
Just the hardcoded colors used, the rest of the dialog will be themed by Qt.
2026-02-19 18:06:31 +01:00

16 lines
297 B
Plaintext

INCLUDEPATH += $$PWD \
$$PWD/shared
HEADERS += \
$$PWD/icon_utils.h \
$$PWD/theme_id.h \
$$PWD/theme_manager.h \
$$PWD/themable.h \
$$PWD/yacreader_icon.h \
$$PWD/shared/help_about_dialog_theme.h \
SOURCES += \
$$PWD/icon_utils.cpp \
$$PWD/theme_manager.cpp