* add configxml to the build.
* move the headers section down to the install area svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=689450
This commit is contained in:
parent
681b82c0c0
commit
469f8a3402
@ -14,6 +14,7 @@ set(plasma_LIB_SRCS
|
|||||||
abstractrunner.cpp
|
abstractrunner.cpp
|
||||||
animator.cpp
|
animator.cpp
|
||||||
applet.cpp
|
applet.cpp
|
||||||
|
configxml.cpp
|
||||||
corona.cpp
|
corona.cpp
|
||||||
dataengine.cpp
|
dataengine.cpp
|
||||||
dataenginemanager.cpp
|
dataenginemanager.cpp
|
||||||
@ -35,13 +36,6 @@ set(plasma_LIB_SRCS
|
|||||||
widgets/vboxlayout.cpp
|
widgets/vboxlayout.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set(plasmagik_HEADERS
|
|
||||||
packagemetadata.h
|
|
||||||
packager.h
|
|
||||||
packagestructure.h
|
|
||||||
package.h
|
|
||||||
)
|
|
||||||
|
|
||||||
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
|
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
|
||||||
|
|
||||||
target_link_libraries(plasma ${KDE4_KIO_LIBS})
|
target_link_libraries(plasma ${KDE4_KIO_LIBS})
|
||||||
@ -52,12 +46,20 @@ install(TARGETS plasma DESTINATION ${LIB_INSTALL_DIR})
|
|||||||
|
|
||||||
########### install files ###############
|
########### install files ###############
|
||||||
|
|
||||||
|
set(plasmagik_HEADERS
|
||||||
|
packagemetadata.h
|
||||||
|
packager.h
|
||||||
|
packagestructure.h
|
||||||
|
package.h
|
||||||
|
)
|
||||||
|
|
||||||
install(FILES ${plasmagik_HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/)
|
install(FILES ${plasmagik_HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/)
|
||||||
|
|
||||||
install(FILES
|
install(FILES
|
||||||
abstractrunner.h
|
abstractrunner.h
|
||||||
animator.h
|
animator.h
|
||||||
applet.h
|
applet.h
|
||||||
|
configxml.h
|
||||||
corona.h
|
corona.h
|
||||||
dataengine.h
|
dataengine.h
|
||||||
dataenginemanager.h
|
dataenginemanager.h
|
||||||
|
Loading…
Reference in New Issue
Block a user