summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/CMakeLists.txt2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5dcee84..63d46e50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-14 Yohann Ferreira <bertram@cegetel.net>
+
+ * src/CMakeLists.txt: Fixed (again) a compilation error using CMake.
+
2008-04-14 David Athay <ko2fan@gmail.com>
* src/gui/guildwindow.cpp, src/gui/chat.cpp,
@@ -9,6 +13,8 @@
2008-04-12 Yohann Ferreira <bertram@cegetel.net>
* src/CMakeLists.txt: Fixed a compilation error using Cmake.
+ * src/gui/radiobutton.h, src/gui/radiobutton.cpp: Remove the rhomb
+ around the radio buttons.
2008-04-12 Bjørn Lindeijer <bjorn@lindeijer.nl>
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bd492d77..e6a6653f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -55,6 +55,8 @@ SET(SRCS
gui/widgets/resizegrip.h
gui/widgets/layout.cpp
gui/widgets/layout.h
+ gui/widgets/tabbedarea.cpp
+ gui/widgets/tabbedarea.h
gui/box.cpp
gui/box.h
gui/browserbox.cpp