mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04: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
|