diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-08-10 16:45:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-08-10 16:45:54 +0900 |
commit | 192b7af94830ff981760570254cce1a27a81d341 (patch) | |
tree | 6d0ea292f748d85c78c6bb3f3ea54bce407fdfb9 /kate/app/CMakeLists.txt | |
parent | 5d331d450a4dddeef3d3b828ba5f32dbb99dbecc (diff) | |
download | tdebase-192b7af94830ff981760570254cce1a27a81d341.tar.gz tdebase-192b7af94830ff981760570254cce1a27a81d341.zip |
Added Kate session panel. This commit contains the GUI elements. The logic will be added in a separate commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/app/CMakeLists.txt')
-rw-r--r-- | kate/app/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/app/CMakeLists.txt b/kate/app/CMakeLists.txt index 7adea8ea3..77908ffcf 100644 --- a/kate/app/CMakeLists.txt +++ b/kate/app/CMakeLists.txt @@ -38,8 +38,8 @@ set( ${target}_SRCS kbookmarkhandler.cpp katedocmanageriface.skel kateappIface.cpp kateappIface.skel katedocmanageriface.cpp kateexternaltools.cpp katesavemodifieddialog.cpp kateviewspacecontainer.cpp - katemwmodonhddialog.cpp katesession.cpp katemdi.cpp - katetabwidget.cpp + katemwmodonhddialog.cpp katesession.cpp katesessionpanel.cpp + katemdi.cpp katetabwidget.cpp ) tde_add_library( ${target} SHARED AUTOMOC |