mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
28 lines
820 B
Text
28 lines
820 B
Text
![]() |
if(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
|
||
|
add_subdirectory(activitybar)
|
||
|
add_subdirectory(icon)
|
||
|
add_subdirectory(lock_logout)
|
||
|
add_subdirectory(panelspacer)
|
||
|
endif(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
|
||
|
|
||
|
add_subdirectory(analog-clock)
|
||
|
add_subdirectory(batterymonitor)
|
||
|
add_subdirectory(calendar)
|
||
|
add_subdirectory(devicenotifier)
|
||
|
add_subdirectory(digital-clock)
|
||
|
add_subdirectory(quicklaunch)
|
||
|
|
||
|
if(QT_QTWEBKIT_FOUND)
|
||
|
add_subdirectory(webbrowser)
|
||
|
endif(QT_QTWEBKIT_FOUND)
|
||
|
|
||
|
if(NOT WIN32)
|
||
|
add_subdirectory(system-monitor)
|
||
|
#notifications
|
||
|
#should compile also on windows? (even if doesn't really make sense)
|
||
|
add_subdirectory(notifications)
|
||
|
if(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
|
||
|
add_subdirectory(systemtray)
|
||
|
endif(${KDE_PLATFORM_PROFILE} STREQUAL "Desktop")
|
||
|
endif(NOT WIN32)
|