diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-25 23:55:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-25 23:55:14 +0200 |
commit | 2399843ceb70b45b2c1a47b680e11ba1e623ef45 (patch) | |
tree | a89b1e859a110041e0bda829f3fcf0406075bcd3 /src/CMakeLists.txt | |
parent | Fixing strings: pano suggestions (diff) | |
download | rekonq-2399843ceb70b45b2c1a47b680e11ba1e623ef45.tar.xz |
Another importing step.
Need to fix cookies' classes and then (I think) we are near the goal..
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 486a3992..3e22ac5d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,6 +20,8 @@ SET( rekonq_SRCS main.cpp sidepanel.cpp panelhistory.cpp + lineedit.cpp + stackedurlbar.cpp ) KDE4_ADD_UI_FILES( rekonq_SRCS |