# HG changeset patch # User mandel # Date 1244128068 0 # Node ID 670414f31f5f6ca832942126d1f8cfe0cb8a8d8a # Parent 1c51d13eef25522c63a23db49b4ae3fc1bc1c4cf add new examples diff -r 1c51d13eef25 -r 670414f31f5f examples/CMakeLists.txt --- 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) diff -r 1c51d13eef25 -r 670414f31f5f examples/layouts/CMakeLists.txt --- /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