diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-07-16 00:14:47 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-07-16 00:14:47 (GMT) |
commit | 6eb1e397491c2d73aa40f3273cb20b371efad35a (patch) | |
tree | b45155e94f3450d76e3fe092e7b4d664fa413a04 /src/declarative/fx/fx.pri | |
parent | 300667bb807c624c34dc7506ca07f1b9ff14cc09 (diff) | |
download | Qt-6eb1e397491c2d73aa40f3273cb20b371efad35a.zip Qt-6eb1e397491c2d73aa40f3273cb20b371efad35a.tar.gz Qt-6eb1e397491c2d73aa40f3273cb20b371efad35a.tar.bz2 |
Initial commit of QFxLineEdit
QLineControl is integrated here, so no more need for qfxlineedit branch
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 0c26356..50bdc98 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -35,6 +35,8 @@ HEADERS += \ fx/qfxrepeater_p.h \ fx/qfxscalegrid.h \ fx/qfxshadowfilter.h \ + fx/qfxlineedit.h \ + fx/qfxlineedit_p.h \ fx/qfxtextedit.h \ fx/qfxtextedit_p.h \ fx/qfxtext.h \ @@ -70,6 +72,7 @@ SOURCES += \ fx/qfxrepeater.cpp \ fx/qfxscalegrid.cpp \ fx/qfxshadowfilter.cpp \ + fx/qfxlineedit.cpp \ fx/qfxtext.cpp \ fx/qfxtextedit.cpp \ fx/qfxtransform.cpp \ |