mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 02:43:04 -05:00
14 lines
233 B
Plaintext
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
|