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

14 lines
233 B
Plaintext

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