diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-02 09:50:23 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-02 09:50:23 +0100 |
commit | 1dacbee9f2982947664559f3f7d998a89e768b73 (patch) | |
tree | e85106b2a979f75ab9f1e4174d8128e8f70e6fe4 /src/CMakeLists.txt | |
parent | Code Optimization (diff) | |
download | rekonq-1dacbee9f2982947664559f3f7d998a89e768b73.tar.xz |
Removed unuseful squeezelabel class
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b18f6275..19355e7b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,8 +15,7 @@ SET( rekonq_SRCS urlbar.cpp findbar.cpp searchbar.cpp - settings.cpp - squeezelabel.cpp + settings.cpp webview.cpp main.cpp ) |