diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-26 03:11:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-26 03:11:44 +0300 |
commit | 06db32f677e630efaf716de5655e72af920dcaf6 (patch) | |
tree | 85837a53bd85d63a5765bf619ed60f6610746e1a /src/CMakeLists.txt | |
parent | 839c541b991703b609d6a362222787347faac789 (diff) | |
download | mv-06db32f677e630efaf716de5655e72af920dcaf6.tar.gz mv-06db32f677e630efaf716de5655e72af920dcaf6.tar.bz2 mv-06db32f677e630efaf716de5655e72af920dcaf6.tar.xz mv-06db32f677e630efaf716de5655e72af920dcaf6.zip |
Rename themecolortype.h into themecolortype.inc.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 48f698c8f..a12eaff47 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -527,7 +527,7 @@ SET(SRCS gui/theme.h gui/themecolorsidoperators.cpp gui/themecolorsidoperators.h - gui/themecolortype.h + gui/themecolortype.inc gui/themeinfo.h gui/touchactiondata.cpp gui/touchactiondata.h |