Fix typo
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=521451
This commit is contained in:
parent
8a63a2ff83
commit
7dd56dca16
@ -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 )
|
||||
|
@ -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 ###############
|
||||
|
Loading…
Reference in New Issue
Block a user