diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 20:07:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-04 20:07:58 +0300 |
commit | a6c31640303618601c8520c13f1565e8ed816447 (patch) | |
tree | 05424b61d17053d38d1c8972953e4560f17e914f /src/CMakeLists.txt | |
parent | 60745b8038b18d4b7b7198a03547676b92988426 (diff) | |
download | ManaVerse-a6c31640303618601c8520c13f1565e8ed816447.tar.gz ManaVerse-a6c31640303618601c8520c13f1565e8ed816447.tar.bz2 ManaVerse-a6c31640303618601c8520c13f1565e8ed816447.tar.xz ManaVerse-a6c31640303618601c8520c13f1565e8ed816447.zip |
Move layouttype into enums directory.
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 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 |