1.1 --- a/vym.pro Mon Oct 22 09:50:08 2007 +0000
1.2 +++ b/vym.pro Thu Nov 08 15:28:03 2007 +0000
1.3 @@ -18,6 +18,7 @@
1.4 HEADERS += \
1.5 aboutdialog.h \
1.6 animpoint.h \
1.7 + attribute.h \
1.8 branchobj.h \
1.9 branchpropwindow.h\
1.10 editxlinkdialog.h \
1.11 @@ -38,7 +39,6 @@
1.12 imageobj.h \
1.13 imports.h \
1.14 linkablemapobj.h \
1.15 - xlinkobj.h \
1.16 mainwindow.h \
1.17 mapcenterobj.h \
1.18 mapeditor.h \
1.19 @@ -54,9 +54,11 @@
1.20 simplescripteditor.h\
1.21 texteditor.h \
1.22 version.h \
1.23 + xlinkobj.h \
1.24 xml-base.h \
1.25 xml-vym.h \
1.26 xml-freemind.h \
1.27 + xmlobj.h\
1.28 xsltproc.h \
1.29 settings.h \
1.30 warningdialog.h
1.31 @@ -64,6 +66,7 @@
1.32 SOURCES += \
1.33 aboutdialog.cpp \
1.34 animpoint.cpp \
1.35 + attribute.cpp \
1.36 branchobj.cpp \
1.37 branchpropwindow.cpp \
1.38 editxlinkdialog.cpp \
1.39 @@ -84,7 +87,6 @@
1.40 imageobj.cpp \
1.41 imports.cpp \
1.42 linkablemapobj.cpp \
1.43 - xlinkobj.cpp \
1.44 main.cpp \
1.45 mainwindow.cpp \
1.46 mapcenterobj.cpp \
1.47 @@ -101,9 +103,11 @@
1.48 simplescripteditor.cpp \
1.49 texteditor.cpp \
1.50 version.cpp \
1.51 + xlinkobj.cpp \
1.52 xml-base.cpp \
1.53 xml-vym.cpp \
1.54 xml-freemind.cpp \
1.55 + xmlobj.cpp \
1.56 xsltproc.cpp \
1.57 settings.cpp \
1.58 warningdialog.cpp