diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-09 22:35:18 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-09 22:35:18 (GMT) |
commit | 1a05457011ca570b1f082f2e4312ad4897fbeb2d (patch) | |
tree | 2aa9de11974cf98a684e027e6991ec3411ff4d80 /src/declarative/fx/fx.pri | |
parent | 7105e534a980554277fbe1da2698fca6a5bc49aa (diff) | |
download | Qt-1a05457011ca570b1f082f2e4312ad4897fbeb2d.zip Qt-1a05457011ca570b1f082f2e4312ad4897fbeb2d.tar.gz Qt-1a05457011ca570b1f082f2e4312ad4897fbeb2d.tar.bz2 |
Add new class QFxBorderImage.
* Move scalegrid code into QFxBorderImage
* Update examples
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r-- | src/declarative/fx/fx.pri | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri index 266fd71..34f4f67 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -10,9 +10,11 @@ HEADERS += \ fx/qfxgridview.h \ fx/qfximage.h \ fx/qfximagebase.h \ + fx/qfxborderimage.h \ fx/qfxpainteditem.h \ fx/qfxpainteditem_p.h \ fx/qfximage_p.h \ + fx/qfxborderimage_p.h \ fx/qfximagebase_p.h \ fx/qfxitem.h \ fx/qfxitem_p.h \ @@ -54,6 +56,7 @@ SOURCES += \ fx/qfxflipable.cpp \ fx/qfxgridview.cpp \ fx/qfximage.cpp \ + fx/qfxborderimage.cpp \ fx/qfximagebase.cpp \ fx/qfxpainteditem.cpp \ fx/qfxitem.cpp \ |