[Kde-bindings] KDE/kdebindings/smoke

Arno Rehn kde at arnorehn.de
Sat Jan 9 22:51:29 UTC 2010


SVN commit 1072319 by arnorehn:

Add a tool to print out dependencies for smoke libs. The dependencies are
gathered by going through the inheritance list and looking for
external classes. The smoke lib in which the class is defined is printed as
a dependency.

CCMAIL: kde-bindings at kde.org



 M  +1 -0      CMakeLists.txt  
 A             deptool (directory)  
 A             deptool/CMakeLists.txt  
 A             deptool/main.cpp   [License: GPL (v2+)]


--- trunk/KDE/kdebindings/smoke/CMakeLists.txt #1072318:1072319
@@ -41,6 +41,7 @@
 
     if(ENABLE_QTCORE_SMOKE)
         add_subdirectory(qtcore)
+        add_subdirectory(deptool)
         set(SMOKE_ENABLED "${SMOKE_ENABLED}, QtCore")
     endif(ENABLE_QTCORE_SMOKE)
 



More information about the Kde-bindings mailing list