diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-19 05:58:16 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-19 05:58:16 (GMT) |
commit | 0b59aed42d27584ef3493305c565dd47f66d179d (patch) | |
tree | 5714e8f4fcd37e7500e85dfedb902fdf997eedae /src/declarative/fx/fx.pri | |
parent | bbdaf08826a9c93d2c0f56cbe064ee4c47a04f0f (diff) | |
download | Qt-0b59aed42d27584ef3493305c565dd47f66d179d.zip Qt-0b59aed42d27584ef3493305c565dd47f66d179d.tar.gz Qt-0b59aed42d27584ef3493305c565dd47f66d179d.tar.bz2 |
Remove OpenGL support from Fluid UI primitives
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r-- | src/declarative/fx/fx.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri index 166ad58..801725d 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -2,7 +2,6 @@ HEADERS += \ fx/qfxanchors.h \ fx/qfxanchors_p.h \ fx/qfxanimatedimageitem.h \ - fx/qfxblendedimage.h \ fx/qfxcomponentinstance.h \ fx/qfxcomponentinstance_p.h \ fx/qfxcontentwrapper.h \ @@ -50,7 +49,6 @@ HEADERS += \ SOURCES += \ fx/qfxanchors.cpp \ fx/qfxanimatedimageitem.cpp \ - fx/qfxblendedimage.cpp \ fx/qfxcomponentinstance.cpp \ fx/qfxcontentwrapper.cpp \ fx/qfxevents.cpp \ |