vym.pro
changeset 725 7ea31701156e
parent 721 12958f987bcf
child 726 7f43b93242aa
     1.1 --- a/vym.pro	Mon Aug 04 13:35:54 2008 +0000
     1.2 +++ b/vym.pro	Tue Aug 05 07:36:53 2008 +0000
     1.3 @@ -74,6 +74,8 @@
     1.4  	xmlobj.h\
     1.5  	xsltproc.h \
     1.6  	settings.h \
     1.7 +	treeitem.h \
     1.8 +	treemodel.h \
     1.9  	warningdialog.h
    1.10  
    1.11  SOURCES	+= \
    1.12 @@ -119,6 +121,8 @@
    1.13  	showtextdialog.cpp \
    1.14  	simplescripteditor.cpp \
    1.15  	texteditor.cpp \
    1.16 +	treeitem.cpp \
    1.17 +	treemodel.cpp \
    1.18  	version.cpp \
    1.19  	vymmodel.cpp \
    1.20  	xlinkobj.cpp \