summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-18 23:29:48 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-18 23:33:30 +0100
commit9e29e1fd328304c2852c456e38fcb5da6421be96 (patch)
tree42bcfa14290fbf9c8f01d8f48254f1c229c5f03e /src/CMakeLists.txt
parenta10cebb21bdd211716628039b406362f2168c852 (diff)
downloadMana-9e29e1fd328304c2852c456e38fcb5da6421be96.tar.gz
Mana-9e29e1fd328304c2852c456e38fcb5da6421be96.tar.bz2
Mana-9e29e1fd328304c2852c456e38fcb5da6421be96.tar.xz
Mana-9e29e1fd328304c2852c456e38fcb5da6421be96.zip
Fixed layout of video setup page when translated
Introduced a LayoutHelper class which can be used for any non-Window container where you want to use a layout to place child widgets.
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 f87b6c8c..d7127801 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -53,6 +53,8 @@ SET(SRCS
gui/widgets/resizegrip.h
gui/widgets/layout.cpp
gui/widgets/layout.h
+ gui/widgets/layouthelper.cpp
+ gui/widgets/layouthelper.h
gui/widgets/tab.cpp
gui/widgets/tab.h
gui/widgets/tabbedarea.cpp