diff -r fe839bdfd10c -r 6cbf3c9cbd21 vym.pro --- a/vym.pro Tue Jul 07 11:21:27 2009 +0000 +++ b/vym.pro Wed Jul 22 11:48:23 2009 +0000 @@ -3,13 +3,12 @@ CONFIG += qt warn_on release debug CONFIG += x86 ppc - +CONFIG += qdbus 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 @@ -33,6 +32,7 @@ HEADERS += \ aboutdialog.h \ + adaptor.h \ animpoint.h \ attribute.h \ # attributedelegate.h\ @@ -93,6 +93,7 @@ SOURCES += \ aboutdialog.cpp \ + adaptor.cpp \ animpoint.cpp \ attribute.cpp \ # attributedelegate.cpp \