summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-10-04 20:07:58 +0300
committerAndrei Karas <akaras@inbox.ru>2016-10-04 20:07:58 +0300
commita6c31640303618601c8520c13f1565e8ed816447 (patch)
tree05424b61d17053d38d1c8972953e4560f17e914f /src/CMakeLists.txt
parent60745b8038b18d4b7b7198a03547676b92988426 (diff)
downloadplus-a6c31640303618601c8520c13f1565e8ed816447.tar.gz
plus-a6c31640303618601c8520c13f1565e8ed816447.tar.bz2
plus-a6c31640303618601c8520c13f1565e8ed816447.tar.xz
plus-a6c31640303618601c8520c13f1565e8ed816447.zip
Move layouttype into enums directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3d0eb0af0..9127ac46e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -217,7 +217,7 @@ SET(SRCS
gui/widgets/layoutcell.h
gui/widgets/layouthelper.cpp
gui/widgets/layouthelper.h
- gui/widgets/layouttype.h
+ enums/gui/layouttype.h
gui/widgets/linepart.cpp
gui/widgets/linepart.h
gui/widgets/linkhandler.h