vym.pro
changeset 205 30c4a6c7ff10
parent 191 2658342e3310
child 243 fad762341d2d
     1.1 --- a/vym.pro	Wed Feb 15 12:54:55 2006 +0000
     1.2 +++ b/vym.pro	Wed Feb 15 12:54:55 2006 +0000
     1.3 @@ -17,6 +17,7 @@
     1.4  	frameobj.h \
     1.5  	headingobj.h \
     1.6  	imageobj.h \
     1.7 +	imports.h \
     1.8  	linkablemapobj.h \
     1.9  	xlinkobj.h \
    1.10  	mainwindow.h \
    1.11 @@ -31,6 +32,7 @@
    1.12  	texteditor.h \
    1.13  	version.h \
    1.14  	xml.h \
    1.15 +	xsltproc.h \
    1.16  	settings.h \
    1.17  	options.h
    1.18  
    1.19 @@ -48,6 +50,7 @@
    1.20  	frameobj.cpp \
    1.21  	headingobj.cpp \
    1.22  	imageobj.cpp \
    1.23 +	imports.cpp \
    1.24  	linkablemapobj.cpp \
    1.25  	xlinkobj.cpp \
    1.26  	main.cpp \
    1.27 @@ -62,6 +65,7 @@
    1.28  	selection.cpp \
    1.29  	texteditor.cpp \
    1.30  	xml.cpp \
    1.31 +	xsltproc.cpp \
    1.32  	settings.cpp \
    1.33  	options.cpp
    1.34