diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-22 01:22:23 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-22 01:22:23 +0100 |
commit | 44bb7b573b225d9021c1110203f4650dd79c7297 (patch) | |
tree | 2c96022c701ec719c0a59bc7838f159b41d5e088 /src/CMakeLists.txt | |
parent | Polishing code a bit.. (diff) | |
download | rekonq-44bb7b573b225d9021c1110203f4650dd79c7297.tar.xz |
New Config Dialog. Yeah!
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1e2a3866..d53a7add 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -28,7 +28,10 @@ KDE4_ADD_UI_FILES( rekonq_SRCS history.ui passworddialog.ui proxy.ui - settings.ui + settings_general.ui + settings_appearance.ui + settings_privacy.ui + settings_proxy.ui ) # include(${QT_USE_FILE}) |