From kde-commits Tue Jul 22 18:08:12 2008 From: Rivo Laks Date: Tue, 22 Jul 2008 18:08:12 +0000 To: kde-commits Subject: playground/libs/kgllib/examples Message-Id: <1216750092.196552.13423.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121675010123603 SVN commit 836656 by rivol: Add an example for WidgetProxy M +1 -0 CMakeLists.txt A widgets (directory) A widgets/CMakeLists.txt A widgets/glwidget.cpp [License: LGPL (v2.1+)] A widgets/glwidget.h [License: LGPL (v2.1+)] A widgets/main.cpp [License: LGPL (v2.1+)] A widgets/mainwidget.cpp [License: LGPL (v2.1+)] A widgets/mainwidget.h [License: LGPL (v2.1+)] --- trunk/playground/libs/kgllib/examples/CMakeLists.txt #836655:836656 @@ -15,3 +15,4 @@ add_subdirectory(earth) add_subdirectory(simpleflying) add_subdirectory(spinninglogos) +add_subdirectory(widgets)