vym.pro
changeset 95 f688a9913724
parent 94 6783e13bb05d
child 97 0b048b6bb6f4
     1.1 --- a/vym.pro	Sat Apr 09 22:50:08 2005 +0000
     1.2 +++ b/vym.pro	Mon Apr 18 06:17:00 2005 +0000
     1.3 @@ -22,23 +22,6 @@
     1.4  INSTALLS += demo
     1.5  
     1.6  
     1.7 -
     1.8 -
     1.9 -
    1.10 -
    1.11 -
    1.12 -
    1.13 -
    1.14 -
    1.15 -
    1.16 -
    1.17 -
    1.18 -
    1.19 -
    1.20 -
    1.21 -
    1.22 -
    1.23 -
    1.24  TEMPLATE	= app
    1.25  LANGUAGE	= C++
    1.26  
    1.27 @@ -56,7 +39,7 @@
    1.28  	headingobj.h \
    1.29  	imageobj.h \
    1.30  	linkablemapobj.h \
    1.31 -	linkobj.h \
    1.32 +	xlinkobj.h \
    1.33  	mainwindow.h \
    1.34  	mapcenterobj.h \
    1.35  	mapeditor.h \
    1.36 @@ -82,7 +65,7 @@
    1.37  	headingobj.cpp \
    1.38  	imageobj.cpp \
    1.39  	linkablemapobj.cpp \
    1.40 -	linkobj.cpp \
    1.41 +	xlinkobj.cpp \
    1.42  	main.cpp \
    1.43  	mainwindow.cpp \
    1.44  	mapcenterobj.cpp \
    1.45 @@ -101,5 +84,5 @@
    1.46  	exportxhtmldialog.ui \
    1.47  	showtextdialog.ui \
    1.48  	extrainfodialog.ui \
    1.49 -	editlinkdialog.ui
    1.50 +	editxlinkdialog.ui
    1.51