summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-14 22:15:54 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-14 22:15:54 +0300
commit4e7b98accb8f6fa927711174e4ee82a731317c74 (patch)
tree0d024c46b41771aa178771ec57eafe2f5f39f819 /src/CMakeLists.txt
parentffee866c7eea91d38f6a27fbd4ecf38b573d32ee (diff)
downloadplus-4e7b98accb8f6fa927711174e4ee82a731317c74.tar.gz
plus-4e7b98accb8f6fa927711174e4ee82a731317c74.tar.bz2
plus-4e7b98accb8f6fa927711174e4ee82a731317c74.tar.xz
plus-4e7b98accb8f6fa927711174e4ee82a731317c74.zip
Move layoutarray into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f831a6190..baf729677 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -181,6 +181,8 @@ SET(SRCS
gui/widgets/tabs/langtab.h
gui/widgets/layout.cpp
gui/widgets/layout.h
+ gui/widgets/layoutarray.cpp
+ gui/widgets/layoutarray.h
gui/widgets/layoutcell.cpp
gui/widgets/layoutcell.h
gui/widgets/layouthelper.cpp