SVN commit 1295794 by kossebau: Move kspy to unmaintained/4 as announced on kde-sdk-devel Port to KDE4 has not been completed, has been disabled from build for 4 years Functionality meanwhile available by "Qt Inspector", "GammaRay" and "basyskom Inspector": https://github.com/robertknight/Qt-Inspector http://www.kdab.com/kdab-products/gammaray/ http://gitorious.org/basyskom-inspector CCMAIL: kde-sdk-devel@kde.org M +3 -0 tags/unmaintained/4/README A tags/unmaintained/4/kspy (directory) M +0 -3 trunk/KDE/kdesdk/CMakeLists.txt D trunk/KDE/kdesdk/kspy (directory) --- tags/unmaintained/4/README #1295793:1295794 @@ -62,6 +62,9 @@ * ksplashml +* kspy + utility to display all the QObjects in a program and browse their properties + * ktalkd demon for the unix talk program --- trunk/KDE/kdesdk/CMakeLists.txt #1295793:1295794 @@ -86,9 +86,6 @@ macro_optional_add_subdirectory(kompare) macro_optional_add_subdirectory(kprofilemethod) -message(STATUS "remember to port kspy to Qt4's metaobjects") -#add_subdirectory(kspy) - # By default in kde3 kstartpref was not compiled, but well, if it compiles... check_include_file(ltdl.h HAVE_LTDL_H) if(HAVE_LTDL_H AND NOT APPLE AND NOT WIN32)