diff options
author | Adrian Constantin <adrian.constantin@nokia.com> | 2010-11-15 09:13:22 (GMT) |
---|---|---|
committer | Adrian Constantin <adrian.constantin@nokia.com> | 2010-11-15 09:29:55 (GMT) |
commit | 96f8a8f87c28df9c753d9f3494d806a6dea24ba7 (patch) | |
tree | d77c2e5867b91aa2f5e0e541cd45954f062141db /mkspecs/linux-g++-maemo/qmake.conf | |
parent | 69d9e773c246b39561fb86861491aad6d9d34060 (diff) | |
download | Qt-96f8a8f87c28df9c753d9f3494d806a6dea24ba7.zip Qt-96f8a8f87c28df9c753d9f3494d806a6dea24ba7.tar.gz Qt-96f8a8f87c28df9c753d9f3494d806a6dea24ba7.tar.bz2 |
Enable OpenGL scissors test
Reviewed-by: Petri Latvala
Diffstat (limited to 'mkspecs/linux-g++-maemo/qmake.conf')
-rw-r--r-- | mkspecs/linux-g++-maemo/qmake.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mkspecs/linux-g++-maemo/qmake.conf b/mkspecs/linux-g++-maemo/qmake.conf index f023634..0178f14 100644 --- a/mkspecs/linux-g++-maemo/qmake.conf +++ b/mkspecs/linux-g++-maemo/qmake.conf @@ -24,7 +24,4 @@ QMAKE_LIBDIR_OPENGL = /usr/lib QMAKE_CFLAGS_RELEASE += -g -Wno-psabi QMAKE_CXXFLAGS_RELEASE += -g -Wno-psabi -# Work round PowerVR SGX 1.3 driver bug with glScissor & FBOs: -DEFINES += QT_GL_NO_SCISSOR_TEST - load(qt_config) |