diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-22 01:18:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-22 01:18:22 +0200 |
commit | 182a330e250008177d05a5ef4ed0bd87226ee954 (patch) | |
tree | 27e54a567764689b75931d435085aa895dc948a4 /src/CMakeLists.txt | |
parent | pedantic (diff) | |
download | rekonq-182a330e250008177d05a5ef4ed0bd87226ee954.tar.xz |
Side Panel
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9f67c749..486a3992 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,6 +18,8 @@ SET( rekonq_SRCS settings.cpp webview.cpp main.cpp + sidepanel.cpp + panelhistory.cpp ) KDE4_ADD_UI_FILES( rekonq_SRCS |