summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/fx.pri
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-08-06 07:59:43 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-08-06 07:59:43 (GMT)
commit0be2e2205412d7147f6dd937aa870b0060d76100 (patch)
tree274633e522752271c4f4a6ff044ad78ec872dcb1 /src/declarative/fx/fx.pri
parentd018b73c2a79e79f50a988c848f040d263d0e75b (diff)
downloadQt-0be2e2205412d7147f6dd937aa870b0060d76100.zip
Qt-0be2e2205412d7147f6dd937aa870b0060d76100.tar.gz
Qt-0be2e2205412d7147f6dd937aa870b0060d76100.tar.bz2
Add QFxLayoutItem
The LayoutItem allows fluid parts to be resized using classical Qt layouts.
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r--src/declarative/fx/fx.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri
index bbb09fb..a6c5281 100644
--- a/src/declarative/fx/fx.pri
+++ b/src/declarative/fx/fx.pri
@@ -42,6 +42,7 @@ HEADERS += \
fx/qfxvisualitemmodel.h \
fx/qfxlistview.h \
fx/qfxgraphicsobjectcontainer.h \
+ fx/qfxlayoutitem.h \
SOURCES += \
fx/qfxanchors.cpp \
@@ -71,6 +72,7 @@ SOURCES += \
fx/qfxvisualitemmodel.cpp \
fx/qfxlistview.cpp \
fx/qfxgraphicsobjectcontainer.cpp \
+ fx/qfxlayoutitem.cpp \
contains(QT_CONFIG, webkit) {
QT+=webkit