vym.pro
changeset 767 6d2b32f305f9
parent 766 7a71a914afdb
child 769 a6931cd6309a
     1.1 --- a/vym.pro	Thu May 07 08:48:53 2009 +0000
     1.2 +++ b/vym.pro	Wed May 13 08:26:27 2009 +0000
     1.3 @@ -4,6 +4,12 @@
     1.4  CONFIG	+= qt warn_on release debug
     1.5  CONFIG += x86 ppc
     1.6  
     1.7 +
     1.8 +include (/data/qtanimationframework-2.3-opensource/src/gui-animation.pri)
     1.9 +include (/data/qtanimationframework-2.3-opensource/src/corelib-animation.pri)
    1.10 +include (/data/qtanimationframework-2.3-opensource/src/qtanimationframework.pri)
    1.11 +
    1.12 +
    1.13  TRANSLATIONS += lang/vym_de.ts
    1.14  TRANSLATIONS += lang/vym_en.ts
    1.15  TRANSLATIONS += lang/vym_es.ts
    1.16 @@ -29,9 +35,9 @@
    1.17  	aboutdialog.h \
    1.18  	animpoint.h \
    1.19  	attribute.h \
    1.20 -	attributedelegate.h\
    1.21 -	attributedialog.h \
    1.22 -	attributewidget.h \
    1.23 +#	attributedelegate.h\
    1.24 +#	attributedialog.h \
    1.25 +#	attributewidget.h \
    1.26  	branchitem.h \
    1.27  	branchobj.h \
    1.28  	branchpropwindow.h\
    1.29 @@ -42,6 +48,7 @@
    1.30  	extrainfodialog.h \
    1.31  	file.h \
    1.32  	findwindow.h \
    1.33 +	flag.h \
    1.34  	flagobj.h \
    1.35  	flagrowobj.h \
    1.36  	flagrow.h \
    1.37 @@ -89,9 +96,9 @@
    1.38  	aboutdialog.cpp \
    1.39  	animpoint.cpp \
    1.40  	attribute.cpp \
    1.41 -	attributedelegate.cpp \
    1.42 -	attributedialog.cpp \
    1.43 -	attributewidget.cpp \
    1.44 +#	attributedelegate.cpp \
    1.45 +#	attributedialog.cpp \
    1.46 +#	attributewidget.cpp \
    1.47  	branchitem.cpp \
    1.48  	branchobj.cpp \
    1.49  	branchpropwindow.cpp \
    1.50 @@ -102,6 +109,7 @@
    1.51  	extrainfodialog.cpp \
    1.52  	file.cpp \
    1.53  	findwindow.cpp \
    1.54 +	flag.cpp \
    1.55  	flagobj.cpp \
    1.56  	flagrow.cpp \
    1.57  	flagrowobj.cpp \