diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2010-03-10 11:58:33 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond@trolltech.com> | 2010-03-10 11:59:38 (GMT) |
commit | 960ff0590e99b28bc72d3aa104794bfa13eda2e5 (patch) | |
tree | 84fcb1aa0b756f7e13ea7b8514cf380b768fb355 /src | |
parent | 504fb8a30ffef1f90a4cd4d61ab7f73c95fd9a03 (diff) | |
download | Qt-960ff0590e99b28bc72d3aa104794bfa13eda2e5.zip Qt-960ff0590e99b28bc72d3aa104794bfa13eda2e5.tar.gz Qt-960ff0590e99b28bc72d3aa104794bfa13eda2e5.tar.bz2 |
Compile with Qt3Support in a ScratchBox environment.
Reviewed-by: Tom Cooksey
Diffstat (limited to 'src')
-rw-r--r-- | src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp index 2b5f2f4..5f0d920 100644 --- a/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp +++ b/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp @@ -64,6 +64,7 @@ // #define QT_OPENGL_CACHE_AS_VBOS +#include "qglgradientcache_p.h" #include "qpaintengineex_opengl2_p.h" #include <string.h> //for memcpy @@ -80,7 +81,6 @@ #include <private/qstatictext_p.h> #include <private/qtriangulator_p.h> -#include "qglgradientcache_p.h" #include "qglengineshadermanager_p.h" #include "qgl2pexvertexarray_p.h" #include "qtriangulatingstroker_p.h" |