diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-19 05:31:04 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-19 05:31:04 (GMT) |
commit | bbdaf08826a9c93d2c0f56cbe064ee4c47a04f0f (patch) | |
tree | f26d3cc5657f95ae79b82041edd94ce29486512e /src/declarative/fx/fx.pri | |
parent | fbf9db1fc6b500bfe05fdfca121986687d73d5c6 (diff) | |
download | Qt-bbdaf08826a9c93d2c0f56cbe064ee4c47a04f0f.zip Qt-bbdaf08826a9c93d2c0f56cbe064ee4c47a04f0f.tar.gz Qt-bbdaf08826a9c93d2c0f56cbe064ee4c47a04f0f.tar.bz2 |
Remove GL filters
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r-- | src/declarative/fx/fx.pri | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri index 1c819e7..166ad58 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -3,7 +3,6 @@ HEADERS += \ fx/qfxanchors_p.h \ fx/qfxanimatedimageitem.h \ fx/qfxblendedimage.h \ - fx/qfxblurfilter.h \ fx/qfxcomponentinstance.h \ fx/qfxcomponentinstance_p.h \ fx/qfxcontentwrapper.h \ @@ -16,7 +15,6 @@ HEADERS += \ fx/qfxfocusrealm.h \ fx/qfxgridview.h \ fx/qfxflowview.h \ - fx/qfxhighlightfilter.h \ fx/qfximage.h \ fx/qfxpainteditem.h \ fx/qfxpainteditem_p.h \ @@ -36,11 +34,9 @@ HEADERS += \ fx/qfxpathview_p.h \ fx/qfxrect.h \ fx/qfxrect_p.h \ - fx/qfxreflectionfilter.h \ fx/qfxrepeater.h \ fx/qfxrepeater_p.h \ fx/qfxscalegrid.h \ - fx/qfxshadowfilter.h \ fx/qfxtextedit.h \ fx/qfxtextedit_p.h \ fx/qfxtext.h \ @@ -55,7 +51,6 @@ SOURCES += \ fx/qfxanchors.cpp \ fx/qfxanimatedimageitem.cpp \ fx/qfxblendedimage.cpp \ - fx/qfxblurfilter.cpp \ fx/qfxcomponentinstance.cpp \ fx/qfxcontentwrapper.cpp \ fx/qfxevents.cpp \ @@ -65,7 +60,6 @@ SOURCES += \ fx/qfxfocusrealm.cpp \ fx/qfxgridview.cpp \ fx/qfxflowview.cpp \ - fx/qfxhighlightfilter.cpp \ fx/qfximage.cpp \ fx/qfxpainteditem.cpp \ fx/qfxitem.cpp \ @@ -77,10 +71,8 @@ SOURCES += \ fx/qfxpath.cpp \ fx/qfxpathview.cpp \ fx/qfxrect.cpp \ - fx/qfxreflectionfilter.cpp \ fx/qfxrepeater.cpp \ fx/qfxscalegrid.cpp \ - fx/qfxshadowfilter.cpp \ fx/qfxtext.cpp \ fx/qfxtextedit.cpp \ fx/qfxtransform.cpp \ |