summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/fx.pri
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-07 05:13:40 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-07 07:01:57 (GMT)
commitd93e8b21fafb546c9f8fefbb170bbb2d66fe6e93 (patch)
tree69529d0e68cea59bca76252ca16b69b4495df2e6 /src/declarative/fx/fx.pri
parent85631d5469f7a55165b8f2c0f08e4ba2cb08cd8e (diff)
downloadQt-d93e8b21fafb546c9f8fefbb170bbb2d66fe6e93.zip
Qt-d93e8b21fafb546c9f8fefbb170bbb2d66fe6e93.tar.gz
Qt-d93e8b21fafb546c9f8fefbb170bbb2d66fe6e93.tar.bz2
Add new class QFxImageBase
New base class for QFxImage and QFxBorderImage.
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r--src/declarative/fx/fx.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri
index a6c5281..266fd71 100644
--- a/src/declarative/fx/fx.pri
+++ b/src/declarative/fx/fx.pri
@@ -9,9 +9,11 @@ HEADERS += \
fx/qfxflipable.h \
fx/qfxgridview.h \
fx/qfximage.h \
+ fx/qfximagebase.h \
fx/qfxpainteditem.h \
fx/qfxpainteditem_p.h \
fx/qfximage_p.h \
+ fx/qfximagebase_p.h \
fx/qfxitem.h \
fx/qfxitem_p.h \
fx/qfxfocusscope.h \
@@ -52,6 +54,7 @@ SOURCES += \
fx/qfxflipable.cpp \
fx/qfxgridview.cpp \
fx/qfximage.cpp \
+ fx/qfximagebase.cpp \
fx/qfxpainteditem.cpp \
fx/qfxitem.cpp \
fx/qfxfocusscope.cpp \