summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-08-01 11:12:08 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commit6686e9920feff933c1d8251bc48bb4d7cfc4d0a0 (patch)
treea604c1a12542433941e842770da02ff24f268143 /src/CMakeLists.txt
parentLet WebView compile and work (diff)
downloadrekonq-6686e9920feff933c1d8251bc48bb4d7cfc4d0a0.tar.xz
Let WebTab compile (and everything NOT commented out...)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b89125ac..35bbe67e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -72,21 +72,19 @@ set(rekonq_KDEINIT_SRCS
useragent/useragentwidget.cpp
#----------------------------------------
webtab/clicktoflash.cpp
-# webtab/messagebar.cpp
+ webtab/messagebar.cpp
webtab/networkaccessmanager.cpp
-# webtab/previewselectorbar.cpp
+ webtab/previewselectorbar.cpp
webtab/protocolhandler.cpp
-# webtab/searchenginebar.cpp
+ webtab/searchenginebar.cpp
webtab/sslinfodialog.cpp
webtab/walletbar.cpp
webtab/webpage.cpp
webtab/webpluginfactory.cpp
webtab/websslinfo.cpp
webtab/webview.cpp
-# webtab/webtab.cpp
+ webtab/webtab.cpp
#----------------------------------------
- webwindow/networkaccessmanager.cpp
- webwindow/webpage.cpp
webwindow/webwindow.cpp
#----------------------------------------
)