You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
477 B
22 lines
477 B
project(playground-base)
|
|
|
|
find_package(KDE4 REQUIRED)
|
|
include (KDE4Defaults)
|
|
include(MacroOptionalAddSubdirectory)
|
|
|
|
# search packages used by KDE
|
|
#find_package (KDE4)
|
|
#include(KDE4Defaults)
|
|
#include(MacroLibrary)
|
|
|
|
#add_subdirectory( qrdf )
|
|
#add_subdirectory( raptor )
|
|
# needs Qt 3.x
|
|
#add_subdirectory( kbfx_plasma )
|
|
|
|
#add_subdirectory( plasma )
|
|
macro_optional_add_subdirectory( plasmagik )
|
|
macro_optional_add_subdirectory( systemsettings )
|
|
|
|
#add_subdirectory( strigiplasmoid )
|