2008-01-25 17:10:58 +00:00
|
|
|
find_package(KDE4 REQUIRED)
|
|
|
|
include (KDE4Defaults)
|
2007-07-25 00:25:17 +00:00
|
|
|
|
2008-01-25 17:10:58 +00:00
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs ${CMAKE_CURRENT_SOURCE_DIR}/.. ${KDE4_INCLUDES} ${OPENGL_INCLUDE_DIR})
|
2007-11-16 14:42:04 +00:00
|
|
|
|
2008-06-17 23:21:39 +00:00
|
|
|
add_subdirectory(tests)
|
2008-01-07 23:33:55 +00:00
|
|
|
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=1209)
|
2007-08-05 23:05:57 +00:00
|
|
|
|
2006-02-28 08:01:15 +00:00
|
|
|
########### next target ###############
|
|
|
|
|
2007-06-17 00:25:16 +00:00
|
|
|
set(plasmagik_SRCS
|
|
|
|
packagemetadata.cpp
|
|
|
|
packagestructure.cpp
|
|
|
|
package.cpp
|
|
|
|
)
|
|
|
|
|
2007-05-20 21:05:27 +00:00
|
|
|
set(plasma_LIB_SRCS
|
2007-06-17 00:25:16 +00:00
|
|
|
${plasmagik_SRCS}
|
2007-06-08 05:24:19 +00:00
|
|
|
abstractrunner.cpp
|
2008-04-25 03:17:00 +00:00
|
|
|
animationdriver.cpp
|
2008-04-25 03:23:31 +00:00
|
|
|
animator.cpp
|
2007-06-08 05:24:19 +00:00
|
|
|
applet.cpp
|
2007-09-27 19:55:18 +00:00
|
|
|
appletbrowser.cpp
|
2008-02-29 08:10:14 +00:00
|
|
|
appletbrowser/customdragtreeview.cpp
|
2007-09-27 18:59:53 +00:00
|
|
|
appletbrowser/kcategorizeditemsview.cpp
|
|
|
|
appletbrowser/kcategorizeditemsviewdelegate.cpp
|
|
|
|
appletbrowser/kcategorizeditemsviewmodels.cpp
|
2008-02-29 08:10:14 +00:00
|
|
|
appletbrowser/openwidgetassistant.cpp
|
2007-09-27 18:59:53 +00:00
|
|
|
appletbrowser/plasmaappletitemmodel.cpp
|
2007-11-12 19:27:21 +00:00
|
|
|
applethandle.cpp
|
2007-07-18 09:34:18 +00:00
|
|
|
configxml.cpp
|
2007-09-18 21:25:15 +00:00
|
|
|
containment.cpp
|
2007-06-08 05:24:19 +00:00
|
|
|
corona.cpp
|
2007-07-23 00:22:16 +00:00
|
|
|
datacontainer.cpp
|
2007-06-08 05:24:19 +00:00
|
|
|
dataengine.cpp
|
|
|
|
dataenginemanager.cpp
|
2008-05-18 04:28:58 +00:00
|
|
|
delegate.cpp
|
|
|
|
desktoptoolbox.cpp
|
2007-12-05 22:32:45 +00:00
|
|
|
dialog.cpp
|
2008-04-13 20:58:49 +00:00
|
|
|
#FOR FUTURE
|
|
|
|
#layouts/borderlayout.cpp
|
2007-07-20 03:16:40 +00:00
|
|
|
packages.cpp
|
2008-07-03 23:50:13 +00:00
|
|
|
paintutils.cpp
|
2008-05-19 06:12:48 +00:00
|
|
|
panelsvg.cpp
|
|
|
|
paneltoolbox.cpp
|
2007-06-08 05:24:19 +00:00
|
|
|
plasma.cpp
|
2008-07-17 09:30:57 +00:00
|
|
|
popupapplet.cpp
|
2008-05-02 18:46:05 +00:00
|
|
|
querymatch.cpp
|
2008-05-01 18:40:10 +00:00
|
|
|
runnercontext.cpp
|
2008-05-01 07:51:59 +00:00
|
|
|
runnermanager.cpp
|
2008-05-19 18:17:12 +00:00
|
|
|
scripting/appletscript.cpp
|
|
|
|
scripting/dataenginescript.cpp
|
|
|
|
scripting/runnerscript.cpp
|
|
|
|
scripting/scriptengine.cpp
|
2008-05-18 04:28:58 +00:00
|
|
|
service.cpp
|
|
|
|
servicejob.cpp
|
2007-08-05 08:41:55 +00:00
|
|
|
shadowitem.cpp
|
2007-06-08 05:24:19 +00:00
|
|
|
svg.cpp
|
|
|
|
theme.cpp
|
2008-04-14 13:05:49 +00:00
|
|
|
toolbox.cpp
|
2008-07-16 15:17:44 +00:00
|
|
|
tooltipmanager.cpp
|
|
|
|
tooltip.cpp
|
2007-09-09 21:40:24 +00:00
|
|
|
uiloader.cpp
|
2008-07-14 22:25:21 +00:00
|
|
|
version.cpp
|
2007-11-15 08:22:58 +00:00
|
|
|
view.cpp
|
2008-05-19 06:12:48 +00:00
|
|
|
widgets/checkbox.cpp
|
2008-05-19 19:10:58 +00:00
|
|
|
widgets/combobox.cpp
|
2008-05-19 05:56:42 +00:00
|
|
|
widgets/flash.cpp
|
2008-05-19 20:18:46 +00:00
|
|
|
widgets/groupbox.cpp
|
2007-06-08 05:24:19 +00:00
|
|
|
widgets/icon.cpp
|
2008-05-19 01:24:12 +00:00
|
|
|
widgets/label.cpp
|
|
|
|
widgets/lineedit.cpp
|
2008-04-21 16:26:18 +00:00
|
|
|
widgets/meter.cpp
|
2008-05-19 05:44:32 +00:00
|
|
|
widgets/pushbutton.cpp
|
2008-05-19 05:56:42 +00:00
|
|
|
widgets/radiobutton.cpp
|
2008-04-21 16:26:18 +00:00
|
|
|
widgets/signalplotter.cpp
|
2008-05-19 18:17:12 +00:00
|
|
|
widgets/textedit.cpp
|
2008-05-19 05:56:42 +00:00
|
|
|
widgets/webcontent.cpp
|
2007-09-27 17:50:31 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
kde4_add_ui_files (
|
|
|
|
plasma_LIB_SRCS
|
|
|
|
appletbrowser/kcategorizeditemsviewbase.ui
|
2007-07-28 15:22:44 +00:00
|
|
|
)
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2007-07-25 00:25:17 +00:00
|
|
|
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
|
|
|
MESSAGE(STATUS "Adding support for OpenGL applets to libplasma")
|
2007-07-24 21:50:37 +00:00
|
|
|
set(plasma_LIB_SRCS
|
|
|
|
${plasma_LIB_SRCS}
|
|
|
|
glapplet.cpp)
|
2007-07-25 00:25:17 +00:00
|
|
|
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
2007-07-24 21:50:37 +00:00
|
|
|
|
2007-07-17 21:27:05 +00:00
|
|
|
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2008-06-16 09:04:14 +00:00
|
|
|
target_link_libraries(plasma ${KDE4_KIO_LIBS} ${KDE4_KFILE_LIBS} ${KDE4_KNEWSTUFF2_LIBS}
|
2008-05-18 04:28:58 +00:00
|
|
|
${QT_QTUITOOLS_LIBRARY} ${QT_QTWEBKIT_LIBRARY}
|
2008-07-17 16:26:29 +00:00
|
|
|
${KDE4_THREADWEAVER_LIBRARIES} ${KDE4_SOLID_LIBS} ${X11_LIBRARIES})
|
2007-11-07 16:08:11 +00:00
|
|
|
|
2007-11-10 14:00:53 +00:00
|
|
|
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
2008-04-11 06:52:03 +00:00
|
|
|
target_link_libraries(plasma ${QT_QTOPENGL_LIBRARY} ${OPENGL_gl_LIBRARY})
|
2007-11-10 14:00:53 +00:00
|
|
|
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
2006-02-28 08:01:15 +00:00
|
|
|
|
2008-05-18 04:28:58 +00:00
|
|
|
set_target_properties(plasma PROPERTIES VERSION 2.0.0 SOVERSION 2)
|
2008-06-30 09:40:15 +00:00
|
|
|
|
|
|
|
kde4_target_link_interface_libraries(plasma "${KDE4_KDEUI_LIBS}")
|
|
|
|
|
2008-04-01 16:22:47 +00:00
|
|
|
install(TARGETS plasma ${INSTALL_TARGETS_DEFAULT_ARGS})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2007-07-18 09:34:18 +00:00
|
|
|
set(plasmagik_HEADERS
|
|
|
|
packagemetadata.h
|
|
|
|
packagestructure.h
|
|
|
|
package.h
|
|
|
|
)
|
|
|
|
|
2008-06-27 06:45:00 +00:00
|
|
|
install(FILES ${plasmagik_HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/ COMPONENT Devel)
|
2007-07-17 21:27:05 +00:00
|
|
|
|
2007-07-24 21:50:37 +00:00
|
|
|
set(plasma_LIB_INCLUDES
|
2007-07-17 21:27:05 +00:00
|
|
|
abstractrunner.h
|
2008-04-25 03:17:00 +00:00
|
|
|
animationdriver.h
|
2008-04-25 03:23:31 +00:00
|
|
|
animator.h
|
2007-07-17 21:27:05 +00:00
|
|
|
applet.h
|
2007-09-27 19:55:18 +00:00
|
|
|
appletbrowser.h
|
2007-07-18 09:34:18 +00:00
|
|
|
configxml.h
|
2007-09-18 21:25:15 +00:00
|
|
|
containment.h
|
2007-07-17 21:27:05 +00:00
|
|
|
corona.h
|
2007-07-23 00:22:16 +00:00
|
|
|
datacontainer.h
|
2007-07-17 21:27:05 +00:00
|
|
|
dataengine.h
|
|
|
|
dataenginemanager.h
|
2008-05-19 06:12:48 +00:00
|
|
|
delegate.h
|
2007-12-05 22:32:45 +00:00
|
|
|
dialog.h
|
2008-07-03 23:50:13 +00:00
|
|
|
paintutils.h
|
2008-05-19 06:12:48 +00:00
|
|
|
panelsvg.h
|
2007-07-17 21:27:05 +00:00
|
|
|
plasma.h
|
|
|
|
plasma_export.h
|
2008-07-17 09:30:57 +00:00
|
|
|
popupapplet.h
|
2008-05-19 06:12:48 +00:00
|
|
|
querymatch.h
|
2008-05-01 18:40:10 +00:00
|
|
|
runnercontext.h
|
2008-05-01 07:51:59 +00:00
|
|
|
runnermanager.h
|
2008-05-18 04:28:58 +00:00
|
|
|
service.h
|
|
|
|
servicejob.h
|
2007-07-17 21:27:05 +00:00
|
|
|
svg.h
|
2007-09-09 21:40:24 +00:00
|
|
|
theme.h
|
2008-07-16 15:17:44 +00:00
|
|
|
tooltipmanager.h
|
2007-11-15 08:22:58 +00:00
|
|
|
uiloader.h
|
2008-07-16 15:17:44 +00:00
|
|
|
tooltipmanager.h
|
2008-07-14 22:25:21 +00:00
|
|
|
version.h
|
2008-05-19 06:12:48 +00:00
|
|
|
view.h)
|
2007-07-24 21:50:37 +00:00
|
|
|
|
2007-07-25 00:25:17 +00:00
|
|
|
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
2007-07-24 21:50:37 +00:00
|
|
|
set(plasma_LIB_INCLUDES
|
2007-07-25 00:52:15 +00:00
|
|
|
${plasma_LIB_INCLUDES}
|
2007-07-24 21:50:37 +00:00
|
|
|
glapplet.h)
|
2007-07-25 00:25:17 +00:00
|
|
|
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
2007-07-24 21:50:37 +00:00
|
|
|
|
|
|
|
install(FILES
|
|
|
|
${plasma_LIB_INCLUDES}
|
2008-06-09 11:33:54 +00:00
|
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma COMPONENT Devel)
|
2007-07-17 21:27:05 +00:00
|
|
|
|
|
|
|
install(FILES
|
2008-05-19 06:12:48 +00:00
|
|
|
widgets/checkbox.h
|
2008-05-19 19:10:58 +00:00
|
|
|
widgets/combobox.h
|
2008-05-19 05:56:42 +00:00
|
|
|
widgets/flash.h
|
2008-05-19 20:18:46 +00:00
|
|
|
widgets/groupbox.h
|
2007-07-17 21:27:05 +00:00
|
|
|
widgets/icon.h
|
2008-05-19 01:24:12 +00:00
|
|
|
widgets/label.h
|
|
|
|
widgets/lineedit.h
|
2008-04-21 16:26:18 +00:00
|
|
|
widgets/meter.h
|
2008-05-19 05:56:42 +00:00
|
|
|
widgets/pushbutton.h
|
|
|
|
widgets/radiobutton.h
|
2008-04-21 16:26:18 +00:00
|
|
|
widgets/signalplotter.h
|
2008-05-19 18:17:12 +00:00
|
|
|
widgets/textedit.h
|
2008-05-19 05:56:42 +00:00
|
|
|
widgets/webcontent.h
|
2008-06-09 11:33:54 +00:00
|
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets COMPONENT Devel)
|
2007-07-17 21:27:05 +00:00
|
|
|
|
2008-04-14 07:45:51 +00:00
|
|
|
#For future
|
|
|
|
#install(FILES
|
|
|
|
# layouts/borderlayout.h
|
|
|
|
# DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/layouts)
|
2007-11-19 22:42:56 +00:00
|
|
|
|
2008-01-25 00:04:03 +00:00
|
|
|
install(FILES
|
|
|
|
scripting/appletscript.h
|
|
|
|
scripting/dataenginescript.h
|
|
|
|
scripting/runnerscript.h
|
|
|
|
scripting/scriptengine.h
|
2008-06-09 11:33:54 +00:00
|
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/scripting COMPONENT Devel)
|
2008-01-25 00:04:03 +00:00
|
|
|
|
|
|
|
|
2007-07-17 21:27:05 +00:00
|
|
|
install(FILES
|
2008-05-25 18:38:07 +00:00
|
|
|
includes/AbstractRunner
|
|
|
|
includes/AnimationDriver
|
|
|
|
includes/Animator
|
|
|
|
includes/Applet
|
|
|
|
includes/AppletBrowser
|
|
|
|
includes/AppletScript
|
|
|
|
includes/CheckBox
|
|
|
|
includes/ComboBox
|
|
|
|
includes/ConfigXml
|
|
|
|
includes/Containment
|
|
|
|
includes/Corona
|
|
|
|
includes/DataContainer
|
|
|
|
includes/DataEngine
|
|
|
|
includes/DataEngineManager
|
|
|
|
includes/DataEngineScript
|
|
|
|
includes/Delegate
|
|
|
|
includes/Dialog
|
2008-06-17 15:02:33 +00:00
|
|
|
includes/Flash
|
2008-05-25 18:38:07 +00:00
|
|
|
includes/GroupBox
|
2008-06-16 22:31:44 +00:00
|
|
|
includes/Icon
|
2008-05-25 18:38:07 +00:00
|
|
|
includes/Label
|
|
|
|
includes/LineEdit
|
2008-06-30 07:24:50 +00:00
|
|
|
includes/Meter
|
2008-05-25 18:38:07 +00:00
|
|
|
includes/Package
|
|
|
|
includes/PackageMetadata
|
|
|
|
includes/PackageStructure
|
2008-07-03 23:50:13 +00:00
|
|
|
includes/PaintUtils
|
2008-05-25 18:38:07 +00:00
|
|
|
includes/PanelSvg
|
|
|
|
includes/Plasma
|
2008-07-17 09:30:57 +00:00
|
|
|
includes/PopupApplet
|
2008-05-25 18:38:07 +00:00
|
|
|
includes/PushButton
|
|
|
|
includes/QueryMatch
|
|
|
|
includes/RadioButton
|
|
|
|
includes/RunnerContext
|
|
|
|
includes/RunnerManager
|
|
|
|
includes/RunnerScript
|
|
|
|
includes/ScriptEngine
|
|
|
|
includes/Service
|
|
|
|
includes/ServiceJob
|
2008-06-30 07:24:50 +00:00
|
|
|
includes/SignalPlotter
|
2008-05-25 18:38:07 +00:00
|
|
|
includes/Svg
|
|
|
|
includes/TextEdit
|
2008-07-16 15:17:44 +00:00
|
|
|
includes/ToolTipManager
|
2008-05-25 18:38:07 +00:00
|
|
|
includes/Theme
|
|
|
|
includes/UiLoader
|
|
|
|
includes/View
|
2008-07-14 22:25:21 +00:00
|
|
|
includes/Version
|
2008-05-25 18:38:07 +00:00
|
|
|
includes/WebContent
|
2008-06-09 11:33:54 +00:00
|
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma COMPONENT Devel)
|
2008-05-19 05:56:42 +00:00
|
|
|
|
2007-07-29 11:35:29 +00:00
|
|
|
if(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
2008-05-25 18:38:07 +00:00
|
|
|
install(FILES
|
|
|
|
includes/GLApplet
|
2008-06-09 11:33:54 +00:00
|
|
|
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma COMPONENT Devel)
|
2007-07-29 11:35:29 +00:00
|
|
|
endif(QT_QTOPENGL_FOUND AND OPENGL_FOUND)
|
|
|
|
|
2008-03-26 19:28:31 +00:00
|
|
|
install(FILES
|
2008-05-25 18:38:07 +00:00
|
|
|
servicetypes/plasma-animator.desktop
|
|
|
|
servicetypes/plasma-applet.desktop
|
|
|
|
servicetypes/plasma-containment.desktop
|
|
|
|
servicetypes/plasma-dataengine.desktop
|
|
|
|
servicetypes/plasma-packagestructure.desktop
|
|
|
|
servicetypes/plasma-runner.desktop
|
2008-07-14 22:25:21 +00:00
|
|
|
servicetypes/plasma-scriptengine.desktop
|
|
|
|
DESTINATION ${SERVICETYPES_INSTALL_DIR})
|
2007-07-17 21:27:05 +00:00
|
|
|
|
2008-06-16 09:04:14 +00:00
|
|
|
install(FILES scripting/plasmoids.knsrc DESTINATION ${CONFIG_INSTALL_DIR})
|
|
|
|
|