[Kde-bindings] KDE/kdebindings/perl/qtgui

Chris Michael Burel chrisburel at gmail.com
Wed Sep 1 19:48:41 UTC 2010


SVN commit 1170672 by burel:

Add rules to build .ui files into perl modules.  Currently places the generated files in the source dir (not the build dir) to avoid having to copy all the examples' code to the build dir (the examples should be runnable from the source dir).  "make clean" in the build dir will remove the generated .pm files from the source tree.

CCMAIL: kde-bindings at kde.org

 M  +3 -0      CMakeLists.txt  
 A             examples/CMakeLists.txt  


--- trunk/KDE/kdebindings/perl/qtgui/CMakeLists.txt #1170671:1170672
@@ -1,2 +1,5 @@
 add_subdirectory( src )
 add_subdirectory( lib )
+if( KDE4_BUILD_TESTS )
+    add_subdirectory( examples )
+endif( KDE4_BUILD_TESTS )



More information about the Kde-bindings mailing list