* add Service to the build
* pop the library rev number up since the changes are so drastic since 4.0.x svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=809022
This commit is contained in:
parent
09a017908c
commit
cce4c58318
@ -34,6 +34,8 @@ set(plasma_LIB_SRCS
|
|||||||
datacontainer.cpp
|
datacontainer.cpp
|
||||||
dataengine.cpp
|
dataengine.cpp
|
||||||
dataenginemanager.cpp
|
dataenginemanager.cpp
|
||||||
|
delegate.cpp
|
||||||
|
desktoptoolbox.cpp
|
||||||
dialog.cpp
|
dialog.cpp
|
||||||
#FOR FUTURE
|
#FOR FUTURE
|
||||||
#layouts/borderlayout.cpp
|
#layouts/borderlayout.cpp
|
||||||
@ -43,16 +45,16 @@ set(plasma_LIB_SRCS
|
|||||||
querymatch.cpp
|
querymatch.cpp
|
||||||
runnercontext.cpp
|
runnercontext.cpp
|
||||||
runnermanager.cpp
|
runnermanager.cpp
|
||||||
|
service.cpp
|
||||||
|
servicejob.cpp
|
||||||
shadowitem.cpp
|
shadowitem.cpp
|
||||||
svg.cpp
|
svg.cpp
|
||||||
panelsvg.cpp
|
panelsvg.cpp
|
||||||
theme.cpp
|
theme.cpp
|
||||||
toolbox.cpp
|
toolbox.cpp
|
||||||
paneltoolbox.cpp
|
paneltoolbox.cpp
|
||||||
desktoptoolbox.cpp
|
|
||||||
uiloader.cpp
|
uiloader.cpp
|
||||||
view.cpp
|
view.cpp
|
||||||
delegate.cpp
|
|
||||||
scripting/appletscript.cpp
|
scripting/appletscript.cpp
|
||||||
scripting/dataenginescript.cpp
|
scripting/dataenginescript.cpp
|
||||||
scripting/runnerscript.cpp
|
scripting/runnerscript.cpp
|
||||||
@ -79,13 +81,14 @@ endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
|||||||
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
|
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
|
||||||
|
|
||||||
target_link_libraries(plasma ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS}
|
target_link_libraries(plasma ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS}
|
||||||
${QT_QTUITOOLS_LIBRARY} ${QT_QTWEBKIT_LIBRARY} ${KDE4_THREADWEAVER_LIBRARIES})
|
${QT_QTUITOOLS_LIBRARY} ${QT_QTWEBKIT_LIBRARY}
|
||||||
|
${KDE4_THREADWEAVER_LIBRARIES})
|
||||||
|
|
||||||
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
||||||
target_link_libraries(plasma ${QT_QTOPENGL_LIBRARY} ${OPENGL_gl_LIBRARY})
|
target_link_libraries(plasma ${QT_QTOPENGL_LIBRARY} ${OPENGL_gl_LIBRARY})
|
||||||
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
||||||
|
|
||||||
set_target_properties(plasma PROPERTIES VERSION 1.0.0 SOVERSION 1)
|
set_target_properties(plasma PROPERTIES VERSION 2.0.0 SOVERSION 2)
|
||||||
install(TARGETS plasma ${INSTALL_TARGETS_DEFAULT_ARGS})
|
install(TARGETS plasma ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||||
|
|
||||||
|
|
||||||
@ -117,7 +120,8 @@ set(plasma_LIB_INCLUDES
|
|||||||
runnercontext.h
|
runnercontext.h
|
||||||
runnermanager.h
|
runnermanager.h
|
||||||
querymatch.h
|
querymatch.h
|
||||||
shadowitem_p.h
|
service.h
|
||||||
|
servicejob.h
|
||||||
svg.h
|
svg.h
|
||||||
panelsvg.h
|
panelsvg.h
|
||||||
theme.h
|
theme.h
|
||||||
@ -176,6 +180,8 @@ install(FILES
|
|||||||
includes/RunnerContext
|
includes/RunnerContext
|
||||||
includes/RunnerManager
|
includes/RunnerManager
|
||||||
includes/QueryMatch
|
includes/QueryMatch
|
||||||
|
includes/Service
|
||||||
|
includes/ServiceJob
|
||||||
includes/Svg
|
includes/Svg
|
||||||
includes/PanelSvg
|
includes/PanelSvg
|
||||||
includes/UiLoader
|
includes/UiLoader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user