vym.pro
changeset 835 31841b366d5e
parent 825 1ad892c1a709
child 837 5ecd0462f76b
     1.1 --- a/vym.pro	Wed Mar 10 15:36:19 2010 +0000
     1.2 +++ b/vym.pro	Mon Mar 15 11:49:42 2010 +0000
     1.3 @@ -80,25 +80,25 @@
     1.4  	ornamentedobj.h \
     1.5  	parser.h \
     1.6  	process.h \
     1.7 +	settings.h \
     1.8  	shortcuts.h\
     1.9  	showtextdialog.h\
    1.10  	simplescripteditor.h\
    1.11 +	treeeditor.h \
    1.12 +	treeitem.h \
    1.13 +	treemodel.h \
    1.14  	texteditor.h \
    1.15 -	treeeditor.h \
    1.16  	version.h \
    1.17  	vymmodel.h \
    1.18 +	vymview.h \
    1.19 +	warningdialog.h \
    1.20  	xlinkitem.h \
    1.21  	xlinkobj.h \
    1.22  	xml-base.h \
    1.23  	xml-vym.h \
    1.24  	xml-freemind.h \
    1.25  	xmlobj.h\
    1.26 -	xsltproc.h \
    1.27 -	settings.h \
    1.28 -	treeitem.h \
    1.29 -	treemodel.h \
    1.30 -	vymview.h \
    1.31 -	warningdialog.h
    1.32 +	xsltproc.h 
    1.33  
    1.34  SOURCES	+= \
    1.35  	aboutdialog.cpp \
    1.36 @@ -151,6 +151,7 @@
    1.37  	ornamentedobj.cpp \
    1.38  	parser.cpp \
    1.39  	process.cpp \
    1.40 +	settings.cpp \
    1.41  	shortcuts.cpp\
    1.42  	showtextdialog.cpp \
    1.43  	simplescripteditor.cpp \
    1.44 @@ -160,16 +161,15 @@
    1.45  	treemodel.cpp \
    1.46  	version.cpp \
    1.47  	vymmodel.cpp \
    1.48 +	vymview.cpp \
    1.49 +	warningdialog.cpp \
    1.50  	xlinkitem.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 -	vymview.cpp \
    1.59 -	warningdialog.cpp
    1.60 +	xsltproc.cpp 
    1.61  
    1.62  FORMS = \
    1.63  	attributewidget.ui \