diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-04-16 13:31:16 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-04-16 14:19:06 (GMT) |
commit | 5c92012d6ee57f644f62af5732a27899f2a1f462 (patch) | |
tree | 67c57faeb82d37d7177354f209076788e8030912 /src/opengl/opengl.pro | |
parent | 3cdaa8ed05a6af3dabcbc82388fc75c0e2ae8f71 (diff) | |
download | Qt-5c92012d6ee57f644f62af5732a27899f2a1f462.zip Qt-5c92012d6ee57f644f62af5732a27899f2a1f462.tar.gz Qt-5c92012d6ee57f644f62af5732a27899f2a1f462.tar.bz2 |
Clean up existing & implement missing GLSL for new shader manager
Diffstat (limited to 'src/opengl/opengl.pro')
-rw-r--r-- | src/opengl/opengl.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/opengl.pro b/src/opengl/opengl.pro index 1527f2d..8cf0e37 100644 --- a/src/opengl/opengl.pro +++ b/src/opengl/opengl.pro @@ -51,7 +51,7 @@ SOURCES += qgl.cpp \ gl2paintengineex/qglengineshadermanager_p.h \ gl2paintengineex/qgl2pexvertexarray_p.h \ gl2paintengineex/qpaintengineex_opengl2_p.h \ - gl2paintengineex/glgc_shader_source.h + gl2paintengineex/qglengineshadersource_p.h #} |