00001 /* 00002 * @(#)JavaQxOpenGL.h 0.2.0 / 2007-08-18 00003 * 00004 * Copyright (c) 2007, ETF and contributors. All rights reserved. 00005 * 00006 * This software is licensed under the LGPL, version 2.1, license. 00007 * A copy of the license is included in the file LICENSE-LGPL.txt. 00008 */ 00009 #ifndef JAVAQXOPENGL_H 00010 #define JAVAQXOPENGL_H 00011 00019 #include <QtOpenGL> 00020 #include <GL/glu.h> 00021 00022 #include "JavaQxQSwing.h" 00023 00024 #endif // JAVAQXOPENGL_H 00025 00026 /*^***************************************************************************** 00027 File History: 00028 00029 - 2007-08-18 16:15:35 Slobodan 00030 Initial version 00031 00032 *****************************************************************************^*/