This commit is contained in:
Max-Wilhelm Bruker 2009-03-14 00:07:59 +01:00
parent e31cfd32b1
commit 141b116528
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,8 @@ TARGET =
DEPENDPATH += . src
INCLUDEPATH += . src
QT += network opengl
QT += network
#QT += opengl
#QTPLUGIN += qjpeg
# Input

View file

@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <QtGui>
#include <QtOpenGL>
//#include <QtOpenGL>
#include "window.h"
#include "dlg_connect.h"