From 1d0a0d7f7a08bb5a168e07692bc2ef966796165e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirco=20M=C3=BCller?= Date: Wed, 8 Dec 2010 18:07:17 +0100 Subject: trying to hooking up the correct colors (bzr r672.1.2) --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 95424c1de..b3f329ae1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -62,6 +62,8 @@ add_executable (test-unit add_executable (test-panel TestPanel.cpp + ../src/PanelStyle.cpp + ../src/PanelStyle.h ../src/PanelView.cpp ../src/PanelView.h ../src/PanelIndicatorObjectView.cpp -- cgit v1.2.3 From 73581492614d3c80af3d84e2c78aee6b79670efa Mon Sep 17 00:00:00 2001 From: Neil Jagdish Patel Date: Mon, 14 Feb 2011 15:21:42 +0000 Subject: Startings of systray support (bzr r853.4.5) --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5e4e4fa0a..a5a36fc87 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -83,6 +83,8 @@ add_executable (test-panel ../src/PanelIndicatorObjectEntryView.h ../src/PanelTitlebarGrabAreaView.h ../src/PanelTitlebarGrabAreaView.cpp + ../src/PanelTray.cpp + ../src/PanelTray.h ../src/IndicatorObjectFactory.h ../src/IndicatorObjectProxy.h ../src/IndicatorObjectEntryProxy.h -- cgit v1.2.3