Remove deprecated classes from the build.
svn path=/trunk/KDE/kdelibs/; revision=1192862
This commit is contained in:
parent
95a18aca96
commit
c6d5218c34
@ -100,8 +100,6 @@ set(plasma_LIB_SRCS
|
|||||||
dataengine.cpp
|
dataengine.cpp
|
||||||
dataenginemanager.cpp
|
dataenginemanager.cpp
|
||||||
delegate.cpp
|
delegate.cpp
|
||||||
deprecated/animationdriver.cpp
|
|
||||||
deprecated/animator.cpp
|
|
||||||
dialog.cpp
|
dialog.cpp
|
||||||
abstractdialogmanager.cpp
|
abstractdialogmanager.cpp
|
||||||
extenders/extender.cpp
|
extenders/extender.cpp
|
||||||
@ -213,6 +211,14 @@ set(plasma_LIB_SRCS
|
|||||||
private/qtjolie-branch/qtjolie/serverthread.cpp
|
private/qtjolie-branch/qtjolie/serverthread.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(NOT KDE_NO_DEPRECATED)
|
||||||
|
set(plasma_LIB_SRCS
|
||||||
|
${plasma_LIB_SRCS}
|
||||||
|
deprecated/animationdriver.cpp
|
||||||
|
deprecated/animator.cpp
|
||||||
|
)
|
||||||
|
endif(NOT KDE_NO_DEPRECATED)
|
||||||
|
|
||||||
kde4_add_kcfg_files(plasma_LIB_SRCS data/kconfigxt/libplasma-theme-global.kcfgc)
|
kde4_add_kcfg_files(plasma_LIB_SRCS data/kconfigxt/libplasma-theme-global.kcfgc)
|
||||||
|
|
||||||
kde4_add_ui_files(plasma_LIB_SRCS
|
kde4_add_ui_files(plasma_LIB_SRCS
|
||||||
@ -292,7 +298,6 @@ set(plasma_LIB_INCLUDES
|
|||||||
abstractdialogmanager.h
|
abstractdialogmanager.h
|
||||||
abstractrunner.h
|
abstractrunner.h
|
||||||
abstracttoolbox.h
|
abstracttoolbox.h
|
||||||
animationdriver.h
|
|
||||||
animations/animation.h
|
animations/animation.h
|
||||||
animator.h
|
animator.h
|
||||||
applet.h
|
applet.h
|
||||||
@ -339,6 +344,14 @@ set(plasma_LIB_INCLUDES
|
|||||||
view.h
|
view.h
|
||||||
wallpaper.h)
|
wallpaper.h)
|
||||||
|
|
||||||
|
if(NOT KDE_NO_DEPRECATED)
|
||||||
|
set(plasma_LIB_INCLUDES
|
||||||
|
${plasma_LIB_INCLUDES}
|
||||||
|
animationdriver.h
|
||||||
|
)
|
||||||
|
endif(NOT KDE_NO_DEPRECATED)
|
||||||
|
|
||||||
|
|
||||||
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
||||||
set(plasma_LIB_INCLUDES
|
set(plasma_LIB_INCLUDES
|
||||||
${plasma_LIB_INCLUDES}
|
${plasma_LIB_INCLUDES}
|
||||||
|
Loading…
Reference in New Issue
Block a user