mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
Make help/about dialog themable
Just the hardcoded colors used, the rest of the dialog will be themed by Qt.
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
INCLUDEPATH += $$PWD \
|
||||
$$PWD/shared
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/icon_utils.h \
|
||||
@ -6,6 +7,7 @@ HEADERS += \
|
||||
$$PWD/theme_manager.h \
|
||||
$$PWD/themable.h \
|
||||
$$PWD/yacreader_icon.h \
|
||||
$$PWD/shared/help_about_dialog_theme.h \
|
||||
|
||||
|
||||
SOURCES += \
|
||||
|
||||
Reference in New Issue
Block a user