diff -r 7a71a914afdb -r 6d2b32f305f9 vym.pro --- a/vym.pro Thu May 07 08:48:53 2009 +0000 +++ b/vym.pro Wed May 13 08:26:27 2009 +0000 @@ -4,6 +4,12 @@ CONFIG += qt warn_on release debug CONFIG += x86 ppc + +include (/data/qtanimationframework-2.3-opensource/src/gui-animation.pri) +include (/data/qtanimationframework-2.3-opensource/src/corelib-animation.pri) +include (/data/qtanimationframework-2.3-opensource/src/qtanimationframework.pri) + + TRANSLATIONS += lang/vym_de.ts TRANSLATIONS += lang/vym_en.ts TRANSLATIONS += lang/vym_es.ts @@ -29,9 +35,9 @@ aboutdialog.h \ animpoint.h \ attribute.h \ - attributedelegate.h\ - attributedialog.h \ - attributewidget.h \ +# attributedelegate.h\ +# attributedialog.h \ +# attributewidget.h \ branchitem.h \ branchobj.h \ branchpropwindow.h\ @@ -42,6 +48,7 @@ extrainfodialog.h \ file.h \ findwindow.h \ + flag.h \ flagobj.h \ flagrowobj.h \ flagrow.h \ @@ -89,9 +96,9 @@ aboutdialog.cpp \ animpoint.cpp \ attribute.cpp \ - attributedelegate.cpp \ - attributedialog.cpp \ - attributewidget.cpp \ +# attributedelegate.cpp \ +# attributedialog.cpp \ +# attributewidget.cpp \ branchitem.cpp \ branchobj.cpp \ branchpropwindow.cpp \ @@ -102,6 +109,7 @@ extrainfodialog.cpp \ file.cpp \ findwindow.cpp \ + flag.cpp \ flagobj.cpp \ flagrow.cpp \ flagrowobj.cpp \