diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-07 20:20:15 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-07 20:40:39 +0200 |
commit | 074a549f33e199175a4c080c88ed3a9b6d91d1c0 (patch) | |
tree | e718b456c858b9ce522fd38244755355d7127a6e /src/CMakeLists.txt | |
parent | Fixed new tab QKeySequence (diff) | |
download | rekonq-074a549f33e199175a4c080c88ed3a9b6d91d1c0.tar.xz |
Added settings webkit section, with rekonq personal settings.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 585702f2..9f67c749 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,6 +30,7 @@ KDE4_ADD_UI_FILES( rekonq_SRCS settings_fonts.ui settings_privacy.ui settings_proxy.ui + settings_webkit.ui ) KDE4_ADD_KCFG_FILES( rekonq_SRCS rekonq.kcfgc ) |