diff options
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r-- | src/declarative/fx/fx.pri | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri deleted file mode 100644 index fc4e640..0000000 --- a/src/declarative/fx/fx.pri +++ /dev/null @@ -1,84 +0,0 @@ -HEADERS += \ - fx/qfxanchors.h \ - fx/qfxanchors_p.h \ - fx/qfxevents_p.h \ - fx/qfxflickable.h \ - fx/qfxflickable_p.h \ - fx/qfxflipable.h \ - 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 \ - fx/qfxfocuspanel.h \ - fx/qfxfocusscope.h \ - fx/qfxpositioners.h \ - fx/qfxpositioners_p.h \ - fx/qfxloader.h \ - fx/qfxloader_p.h \ - fx/qfxmouseregion.h \ - fx/qfxmouseregion_p.h \ - fx/qfxpath.h \ - fx/qfxpath_p.h \ - fx/qfxpathview.h \ - fx/qfxpathview_p.h \ - fx/qfxrect.h \ - fx/qfxrect_p.h \ - fx/qfxrepeater.h \ - fx/qfxrepeater_p.h \ - fx/qfxscalegrid_p.h \ - fx/qfxtextinput.h \ - fx/qfxtextinput_p.h \ - fx/qfxtextedit.h \ - fx/qfxtextedit_p.h \ - fx/qfxtext.h \ - fx/qfxtext_p.h \ - fx/qfxpixmapcache.h \ - fx/qfxvisualitemmodel.h \ - fx/qfxlistview.h \ - fx/qfxgraphicsobjectcontainer.h \ - fx/qfxlayoutitem.h \ - fx/qfxeffects.cpp - -SOURCES += \ - fx/qfxanchors.cpp \ - fx/qfxevents.cpp \ - fx/qfxflickable.cpp \ - fx/qfxflipable.cpp \ - fx/qfxgridview.cpp \ - fx/qfximage.cpp \ - fx/qfxborderimage.cpp \ - fx/qfximagebase.cpp \ - fx/qfxpainteditem.cpp \ - fx/qfxitem.cpp \ - fx/qfxfocuspanel.cpp \ - fx/qfxfocusscope.cpp \ - fx/qfxpositioners.cpp \ - fx/qfxloader.cpp \ - fx/qfxmouseregion.cpp \ - fx/qfxpath.cpp \ - fx/qfxpathview.cpp \ - fx/qfxrect.cpp \ - fx/qfxrepeater.cpp \ - fx/qfxscalegrid.cpp \ - fx/qfxtextinput.cpp \ - fx/qfxtext.cpp \ - fx/qfxtextedit.cpp \ - fx/qfxpixmapcache.cpp \ - fx/qfxvisualitemmodel.cpp \ - fx/qfxlistview.cpp \ - fx/qfxgraphicsobjectcontainer.cpp \ - fx/qfxlayoutitem.cpp \ - -contains(QT_CONFIG, webkit) { - QT+=webkit - SOURCES += fx/qfxwebview.cpp - HEADERS += fx/qfxwebview.h -} - |