annotate examples/CMakeLists.txt @ 282:256ab6cb8e85

Signals look-up andNew syntax for connect. The old one will not work from now on. This will allow for the signals overload. Although changes are done for both D1 and D2 versions, D1 won't work because of compiler bugs. I am tired of waiting for fixes.
author eldar
date Fri, 16 Oct 2009 02:43:59 +0000
parents b02b18956bc3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
117
670414f31f5f add new examples
mandel
parents: 21
diff changeset
1 add_subdirectory(layouts)
21
e747af2e6b46 temporary(?) fix for dropsite example
eldar
parents: 4
diff changeset
2 add_subdirectory(draganddrop)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
3 add_subdirectory(itemviews)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
4 add_subdirectory(mainwindows)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
5 add_subdirectory(opengl)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
6 add_subdirectory(tutorials)
120
2c9ef955a171 add desktop examples
mandel
parents: 117
diff changeset
7 add_subdirectory(widgets)
123
b02b18956bc3 build fixes
mandel
parents: 120
diff changeset
8 add_subdirectory(desktop)
b02b18956bc3 build fixes
mandel
parents: 120
diff changeset
9 add_subdirectory(dialogs)