diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-03-23 22:58:57 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-03-23 22:58:57 (GMT) |
commit | 732f3d1e2c8f63972a9a1ca477d1a9ac34361534 (patch) | |
tree | 325dc09e36e39d0a800dd6a8b0d68cc38ce012c0 /demos/boxes/boxes.pro | |
parent | dc789e34bd2ff519024af077bebdf09c85e138e0 (diff) | |
download | Qt-732f3d1e2c8f63972a9a1ca477d1a9ac34361534.zip Qt-732f3d1e2c8f63972a9a1ca477d1a9ac34361534.tar.gz Qt-732f3d1e2c8f63972a9a1ca477d1a9ac34361534.tar.bz2 |
Import shader implementation from before the history cut.
Diffstat (limited to 'demos/boxes/boxes.pro')
-rw-r--r-- | demos/boxes/boxes.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/demos/boxes/boxes.pro b/demos/boxes/boxes.pro index 6c1a331..a7b19a3 100644 --- a/demos/boxes/boxes.pro +++ b/demos/boxes/boxes.pro @@ -11,7 +11,6 @@ INCLUDEPATH += . HEADERS += 3rdparty/fbm.h \ glbuffers.h \ glextensions.h \ - glshaders.h \ gltrianglemesh.h \ qtbox.h \ roundedbox.h \ @@ -21,7 +20,6 @@ HEADERS += 3rdparty/fbm.h \ SOURCES += 3rdparty/fbm.c \ glbuffers.cpp \ glextensions.cpp \ - glshaders.cpp \ main.cpp \ qtbox.cpp \ roundedbox.cpp \ |