kde4_header and kde4_footer() are gone now

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=540215
This commit is contained in:
Alexander Neundorf 2006-05-12 18:12:37 +00:00
parent b0c9b960d3
commit 8979e71d50
2 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
kde4_header()
@ -25,7 +24,6 @@ install_targets(${LIB_INSTALL_DIR} plasma )
install_files( /include/plasma FILES applet.h plasma.h appletCompositor.h appletLayout.h )
kde4_footer()

View File

@ -1,4 +1,3 @@
kde4_header()
include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib )
@ -16,7 +15,6 @@ target_link_libraries(testAppletInfo ${KDE4_KDECORE_LIBS} )
########### install files ###############
kde4_footer()