summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-06 17:50:52 +0100
committerIra Rice <irarice@gmail.com>2009-01-06 11:06:36 -0700
commit14a12cbe586f88ace6d90d9ca5b802edfb546768 (patch)
tree74a724358ec376df7347e566dab1f23fde92751a /src/CMakeLists.txt
parent394989d94081cbc462ba7d567fc88d0c4dff8134 (diff)
downloadMana-14a12cbe586f88ace6d90d9ca5b802edfb546768.tar.gz
Mana-14a12cbe586f88ace6d90d9ca5b802edfb546768.tar.bz2
Mana-14a12cbe586f88ace6d90d9ca5b802edfb546768.tar.xz
Mana-14a12cbe586f88ace6d90d9ca5b802edfb546768.zip
Merged layout handler from mainline
Also fixed login dialog layout. This is the layout handler by Guillaume Melquiond, which he started in commit 59472ef68fdef3f7e8858a81a46e28c127119c58.
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 7f0560b5..f270f35c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -53,6 +53,8 @@ SET(SRCS
gui/widgets/dropdown.h
gui/widgets/resizegrip.cpp
gui/widgets/resizegrip.h
+ gui/widgets/layout.cpp
+ gui/widgets/layout.h
gui/box.cpp
gui/box.h
gui/browserbox.cpp