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:-
>
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( QT_USE_QTASSISTANT