[CMake] cmake qt4 opengl

2010-12-13 Thread luxInteg
Greetings, This is towards banishing my cmake/qt4 idiocy. my CMakeLists.txt has these:- FIND_PACKAGE( Qt4 REQUIRED ) set( QT_USE_OPENGL TRUE ) set( QT_USE_QTSVG TRUE ) SET( QT_USE_QTXML TRUE ) SET( QT_USE_QT3SUPPORT TRUE ) SET( QT_USE_QTNETWORK TRUE ) SET(

Re: [CMake] cmake qt4 opengl

2010-12-13 Thread Christian Ehrlicher
Original-Nachricht Datum: Mon, 13 Dec 2010 12:48:23 + Von: luxInteg An: cmake@cmake.org Betreff: [CMake] cmake qt4 opengl Greetings, This is towards banishing my cmake/qt4 idiocy. my CMakeLists.txt has these:- FIND_PACKAGE( Qt4 REQUIRED ) set