foo
This commit is contained in:
parent
e31cfd32b1
commit
141b116528
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,8 @@ TARGET =
|
|||
DEPENDPATH += . src
|
||||
INCLUDEPATH += . src
|
||||
|
||||
QT += network opengl
|
||||
QT += network
|
||||
#QT += opengl
|
||||
#QTPLUGIN += qjpeg
|
||||
|
||||
# Input
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue