mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
HEADERS += \
|
|
$$PWD/theme.h \
|
|
$$PWD/theme_factory.h
|
|
SOURCES += \
|
|
$$PWD/theme_factory.cpp
|