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
|
||||
dataenginemanager.cpp
|
||||
delegate.cpp
|
||||
deprecated/animationdriver.cpp
|
||||
deprecated/animator.cpp
|
||||
dialog.cpp
|
||||
abstractdialogmanager.cpp
|
||||
extenders/extender.cpp
|
||||
@ -213,6 +211,14 @@ set(plasma_LIB_SRCS
|
||||
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_ui_files(plasma_LIB_SRCS
|
||||
@ -292,7 +298,6 @@ set(plasma_LIB_INCLUDES
|
||||
abstractdialogmanager.h
|
||||
abstractrunner.h
|
||||
abstracttoolbox.h
|
||||
animationdriver.h
|
||||
animations/animation.h
|
||||
animator.h
|
||||
applet.h
|
||||
@ -339,6 +344,14 @@ set(plasma_LIB_INCLUDES
|
||||
view.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)
|
||||
set(plasma_LIB_INCLUDES
|
||||
${plasma_LIB_INCLUDES}
|
||||
|
Loading…
Reference in New Issue
Block a user