diff build/opengl.txt @ 27:a9626891eca6

CMake: generator will work only for needed packages. CMake: check for depends packages. CMake: add options 'QT_BUILD_PACKAGE'. Now you can build only needed packages.
author SokoL_SD
date Fri, 15 May 2009 16:42:02 +0000
parents 907d517d37c6
children 17cc45b32686
line wrap: on
line diff
--- a/build/opengl.txt	Fri May 15 13:38:09 2009 +0000
+++ b/build/opengl.txt	Fri May 15 16:42:02 2009 +0000
@@ -1,4 +1,4 @@
-set(link_cpp cpp_core cpp_gui ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTOPENGL_LIBRARY})
+set(required Core Gui)
 set(classes 
 	QGLWidget
 	QGLContext