diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-12 22:50:46 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-10-12 22:50:46 (GMT) |
commit | 4b5d504d9fd4f983044bbe0da58c5c35240f8cf5 (patch) | |
tree | 670ea1815e770e1fca4295a8da49dd3a21157c1b /examples/qws/ahigl/ahigl.pro | |
parent | 9d2e3fff793be0bf3e9d39a460a43793403c4149 (diff) | |
download | Qt-4b5d504d9fd4f983044bbe0da58c5c35240f8cf5.zip Qt-4b5d504d9fd4f983044bbe0da58c5c35240f8cf5.tar.gz Qt-4b5d504d9fd4f983044bbe0da58c5c35240f8cf5.tar.bz2 |
Remove the ahigl example screen driver.
This example is very old, doesn't work, and confuses anyone
who reads about it into thinking that OpenGL compositing is
possible with Qt/Embedded, which is not accurate.
Reviewed-by: trustme
Diffstat (limited to 'examples/qws/ahigl/ahigl.pro')
-rw-r--r-- | examples/qws/ahigl/ahigl.pro | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/qws/ahigl/ahigl.pro b/examples/qws/ahigl/ahigl.pro deleted file mode 100644 index 1ee8e6e..0000000 --- a/examples/qws/ahigl/ahigl.pro +++ /dev/null @@ -1,16 +0,0 @@ -TEMPLATE = lib -QT += opengl -CONFIG += plugin - -TARGET = qahiglscreen - -target.path = $$[QT_INSTALL_PLUGINS]/gfxdrivers -INSTALLS += target - -HEADERS = qwindowsurface_ahigl_p.h \ - qscreenahigl_qws.h - -SOURCES = qwindowsurface_ahigl.cpp \ - qscreenahigl_qws.cpp \ - qscreenahiglplugin.cpp - |