diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-23 00:09:49 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-23 00:09:49 +0100 | 
| commit | aca0bf7ec9a98c1ef7a4147798c76e90e4cc7992 (patch) | |
| tree | 186b0fac14b5d35f2e957646bff25ca539ba4dc8 /src/CMakeLists.txt | |
| parent | KDE-izing cookie dialogs.. (diff) | |
| download | rekonq-aca0bf7ec9a98c1ef7a4147798c76e90e4cc7992.tar.xz | |
1st implementation of new (K)urlbar.
It compiles but doesn't work (yet..)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b9d6a600..4498c543 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,13 +9,14 @@ SET( rekonq_SRCS      history.cpp       modelmenu.cpp       networkaccessmanager.cpp -    searchlineedit.cpp  # ready to be removed.. +    urlbar.cpp +#     searchlineedit.cpp  # ready to be removed..      findbar.cpp      searchbar.cpp      settings.cpp       squeezelabel.cpp       tabwidget.cpp -    urllineedit.cpp   # ready to be removed.. +#     urllineedit.cpp   # ready to be removed..      webview.cpp       main.cpp  ) | 
