diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-11-13 11:43:05 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-11-13 11:43:05 +0100 |
commit | c6646ccdae1c9b25a44e93c0a31298ec89797934 (patch) | |
tree | 1c9cb8bc5c6b6a31664e6ee89e3d5853ac34bba8 /src/CMakeLists.txt | |
parent | Some porting, lots of QAction converted, history and bookmarks re-enabled, (diff) | |
download | rekonq-c6646ccdae1c9b25a44e93c0a31298ec89797934.tar.xz |
New 1st implementation of text search bar.
It is currently not working. Anyway, good starting point..
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 50b13782..a30af320 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,7 +10,7 @@ SET( rekonq_SRCS modelmenu.cpp networkaccessmanager.cpp searchlineedit.cpp -# searchbar.cpp + searchbar.cpp findwidget.cpp settings.cpp squeezelabel.cpp |