~ubuntu-branches/ubuntu/precise/kde-workspace/precise-security

« back to all changes in this revision

Viewing changes to systemsettings/core/CMakeLists.txt

Tags: upstream-4.7.2
Import upstream version 4.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
kde4_add_library( systemsettingsview SHARED ${systemsettingsview_LIB_SRCS} )
26
26
 
27
 
target_link_libraries( systemsettingsview ${KDE4_KDECORE_LIBS} ${KDE4_KCMUTILS_LIBS} )
 
27
target_link_libraries( systemsettingsview ${KDE4_KDECORE_LIBS} ${KDE4_KIO_LIBRARY} ${KDE4_KCMUTILS_LIBS} )
28
28
 
29
29
set_target_properties( systemsettingsview PROPERTIES SOVERSION 2 )
30
30