diff options
| author | Jarosław Staniek <[email protected]> | 2008-03-25 12:06:18 +0000 |
|---|---|---|
| committer | Jarosław Staniek <[email protected]> | 2008-03-25 12:06:18 +0000 |
| commit | 48f122fa6cc58410bdff3c435c6a5a3c483da355 (patch) | |
| tree | d5f6e4223c68d8329b658c7f53e04a7f976fd834 /src/CMakeLists.txt | |
| parent | eb0974229ffd40a7af10908273a4caff3567b202 (diff) | |
fix exports and use dolphinprivatelib in the part
svn path=/trunk/KDE/kdebase/apps/; revision=789835
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7ec2b5c56..94f512298 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -160,13 +160,14 @@ set(kcm_dolphin_PART_SRCS columnviewsettingspage.cpp detailsviewsettingspage.cpp dolphinfontrequester.cpp - dolphinsettings.cpp +# dolphinsettings.cpp generalviewsettingspage.cpp iconsizedialog.cpp iconsviewsettingspage.cpp pixmapviewer.cpp viewsettingspagebase.cpp - viewproperties.cpp) +# viewproperties.cpp +) kde4_add_kcfg_files(kcm_dolphin_PART_SRCS dolphin_columnmodesettings.kcfgc @@ -177,7 +178,7 @@ kde4_add_kcfg_files(kcm_dolphin_PART_SRCS kde4_add_plugin(kcm_dolphin ${kcm_dolphin_PART_SRCS}) -target_link_libraries(kcm_dolphin ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} ) +target_link_libraries(kcm_dolphin ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBS} dolphinprivate) if (Nepomuk_FOUND) target_link_libraries(kcm_dolphin ${NEPOMUK_LIBRARIES}) endif (Nepomuk_FOUND) |
