Fix use cmake variable

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=522125
This commit is contained in:
Laurent Montel 2006-03-24 14:54:37 +00:00
parent 31ffe09826
commit 388d6752bf

View File

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