Fixed OpenGL 1.1 code with Qt. The Qt version on windows now uses it by default instead of OpenGL 2.0.

This commit is contained in:
Xawotihs
2011-01-16 17:31:24 +00:00
parent 963730536e
commit 04c1ff23dd
2 changed files with 4 additions and 3 deletions
-1
View File
@@ -13,7 +13,6 @@ TEMPLATE = app
unix|macx:QMAKE_CXXFLAGS += -Wno-unused-parameter
windows:DEFINES += WIN32
windows:DEFINES += _CRT_SECURE_NO_WARNINGS
windows:DEFINES += FORCE_GL2
unix|macx:DEFINES += LINUX
CONFIG(debug, debug|release):DEFINES += _DEBUG
DEFINES += QT_CONFIG