diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-19 18:18:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-19 18:18:16 +0300 |
commit | 4f3dca2f9338402005c1bc5b6043d583f58390f0 (patch) | |
tree | 6d6477c11f46f7e16afbc0425ab4b5cb30e1d716 /src/CMakeLists.txt | |
parent | 428746384072d9f8bd9320c880430bbb68815f3e (diff) | |
download | plus-4f3dca2f9338402005c1bc5b6043d583f58390f0.tar.gz plus-4f3dca2f9338402005c1bc5b6043d583f58390f0.tar.bz2 plus-4f3dca2f9338402005c1bc5b6043d583f58390f0.tar.xz plus-4f3dca2f9338402005c1bc5b6043d583f58390f0.zip |
Move theme colors enums and strings into combined file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5c0a49bcf..48f698c8f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -527,6 +527,7 @@ SET(SRCS gui/theme.h gui/themecolorsidoperators.cpp gui/themecolorsidoperators.h + gui/themecolortype.h gui/themeinfo.h gui/touchactiondata.cpp gui/touchactiondata.h |