Files
yacreader/common/themes/themes_common.pri
2026-02-19 18:06:32 +01:00

17 lines
341 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 \
$$PWD/shared/whats_new_dialog_theme.h \
SOURCES += \
$$PWD/icon_utils.cpp \
$$PWD/theme_manager.cpp