vym.pro
changeset 781 6cbf3c9cbd21
parent 776 25e634a7e1dc
child 784 9db215a4ad53
     1.1 --- a/vym.pro	Tue Jul 07 11:21:27 2009 +0000
     1.2 +++ b/vym.pro	Wed Jul 22 11:48:23 2009 +0000
     1.3 @@ -3,13 +3,12 @@
     1.4  
     1.5  CONFIG	+= qt warn_on release debug
     1.6  CONFIG += x86 ppc
     1.7 -
     1.8 +CONFIG += qdbus
     1.9  
    1.10  include (/data/qtanimationframework-2.3-opensource/src/gui-animation.pri)
    1.11  include (/data/qtanimationframework-2.3-opensource/src/corelib-animation.pri)
    1.12  include (/data/qtanimationframework-2.3-opensource/src/qtanimationframework.pri)
    1.13  
    1.14 -
    1.15  TRANSLATIONS += lang/vym_de.ts
    1.16  TRANSLATIONS += lang/vym_en.ts
    1.17  TRANSLATIONS += lang/vym_es.ts
    1.18 @@ -33,6 +32,7 @@
    1.19  
    1.20  HEADERS	+= \
    1.21  	aboutdialog.h \
    1.22 +	adaptor.h \
    1.23  	animpoint.h \
    1.24  	attribute.h \
    1.25  #	attributedelegate.h\
    1.26 @@ -93,6 +93,7 @@
    1.27  
    1.28  SOURCES	+= \
    1.29  	aboutdialog.cpp \
    1.30 +	adaptor.cpp \
    1.31  	animpoint.cpp \
    1.32  	attribute.cpp \
    1.33  #	attributedelegate.cpp \