diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-06-05 11:38:19 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-06-08 00:39:47 +0200 |
commit | e4f47b368fe0c3380636ab8ab0cc5706518f8a2b (patch) | |
tree | ded3fbc8568870d79ac72445f141e1bd523dda99 /kwebapp/CMakeLists.txt | |
parent | Fix/improve kwebapp contextual actions (diff) | |
download | rekonq-e4f47b368fe0c3380636ab8ab0cc5706518f8a2b.tar.xz |
Added an UrlResolver class to let every url work properly here
Diffstat (limited to 'kwebapp/CMakeLists.txt')
-rw-r--r-- | kwebapp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kwebapp/CMakeLists.txt b/kwebapp/CMakeLists.txt index fab9106a..459c5a45 100644 --- a/kwebapp/CMakeLists.txt +++ b/kwebapp/CMakeLists.txt @@ -1,6 +1,7 @@ set( kwebapp_SRCS rekonqview.cpp searchengine.cpp + urlresolver.cpp walletbar.cpp webview.cpp webpage.cpp |