changeset 117:670414f31f5f

add new examples
author mandel
date Thu, 04 Jun 2009 15:07:48 +0000
parents 1c51d13eef25
children c28c0340fdf3
files examples/CMakeLists.txt examples/layouts/CMakeLists.txt
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/examples/CMakeLists.txt	Thu Jun 04 14:05:50 2009 +0000
+++ b/examples/CMakeLists.txt	Thu Jun 04 15:07:48 2009 +0000
@@ -1,3 +1,4 @@
+add_subdirectory(layouts)
 add_subdirectory(draganddrop)
 add_subdirectory(itemviews)
 add_subdirectory(mainwindows)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/layouts/CMakeLists.txt	Thu Jun 04 15:07:48 2009 +0000
@@ -0,0 +1,2 @@
+add_subdirectory(basiclayouts)
+add_subdirectory(dynamiclayouts)
\ No newline at end of file