mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Add the Theme struct to both projects
This commit is contained in:
7
YACReader/themes/theme.h
Normal file
7
YACReader/themes/theme.h
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#ifndef THEME_H
|
||||||
|
#define THEME_H
|
||||||
|
|
||||||
|
struct Theme {
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // THEME_H
|
||||||
@ -1 +1,4 @@
|
|||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/theme.h \
|
||||||
|
|||||||
7
YACReaderLibrary/themes/theme.h
Normal file
7
YACReaderLibrary/themes/theme.h
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#ifndef THEME_H
|
||||||
|
#define THEME_H
|
||||||
|
|
||||||
|
struct Theme {
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // THEME_H
|
||||||
@ -1 +1,4 @@
|
|||||||
INCLUDEPATH += $$PWD
|
INCLUDEPATH += $$PWD
|
||||||
|
|
||||||
|
HEADERS += \
|
||||||
|
$$PWD/theme.h \
|
||||||
|
|||||||
Reference in New Issue
Block a user