svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=521451
This commit is contained in:
Laurent Montel 2006-03-22 16:06:38 +00:00
parent 8a63a2ff83
commit 7dd56dca16
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ kde4_automoc(${plasma_LIB_SRCS})
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
target_link_libraries(plasma ${QT_AND_KDECORE_LIBS} kio )
target_link_libraries(plasma ${KDE4_KDECORE_LIBS} kio )
set_target_properties(plasma PROPERTIES VERSION 1.0.0 SOVERSION 1 )
install_targets(${LIB_INSTALL_DIR} plasma )

View File

@ -11,7 +11,7 @@ kde4_automoc(${testAppletInfo_SRCS})
kde4_add_executable(testAppletInfo ${testAppletInfo_SRCS})
target_link_libraries(testAppletInfo ${QT_AND_KDECORE_LIBS} )
target_link_libraries(testAppletInfo ${KDE4_KDECORE_LIBS} )
########### install files ###############