diff examples/itemviews/CMakeLists.txt @ 406:778ef7374fb5

Fixes for 64 bit. Now all examples compile with gdc 64 bit
author Eldar Insafutdinov
date Fri, 18 Mar 2011 00:30:48 +0000
parents 22257add3152
children
line wrap: on
line diff
--- a/examples/itemviews/CMakeLists.txt	Thu Mar 17 19:46:11 2011 +0000
+++ b/examples/itemviews/CMakeLists.txt	Fri Mar 18 00:30:48 2011 +0000
@@ -1,2 +1,2 @@
- add_subdirectory(dirview)
+add_subdirectory(dirview)
 add_subdirectory(customsortfiltermodel)
\ No newline at end of file