diff examples/opengl/hellogl/CMakeLists.txt @ 323:7a3c43424dca signals

make all examples compile with new signals/slots
author eldar_ins@eldar-laptop
date Mon, 28 Dec 2009 16:28:55 +0500
parents 8aaa84d48451
children
line wrap: on
line diff
--- a/examples/opengl/hellogl/CMakeLists.txt	Sun Dec 27 21:13:38 2009 +0500
+++ b/examples/opengl/hellogl/CMakeLists.txt	Mon Dec 28 16:28:55 2009 +0500
@@ -1,2 +1,1 @@
-build_example(hellogl PACKAGES QtCore QtGui QtOpenGL 
-  SOURCES main.d)
\ No newline at end of file
+build_example(hellogl main.d PACKAGES QtCore QtGui QtOpenGL)
\ No newline at end of file