1.1 --- a/vym.pro Tue Sep 05 09:47:14 2006 +0000
1.2 +++ b/vym.pro Thu Sep 14 11:38:17 2006 +0000
1.3 @@ -17,6 +17,7 @@
1.4 floatobj.h \
1.5 frameobj.h \
1.6 headingobj.h \
1.7 + historywindow.h \
1.8 imageobj.h \
1.9 imports.h \
1.10 linkablemapobj.h \
1.11 @@ -29,6 +30,7 @@
1.12 noteobj.h \
1.13 ornamentedobj.h \
1.14 process.h \
1.15 + showtextdialog.h\
1.16 selection.h \
1.17 texteditor.h \
1.18 version.h \
1.19 @@ -50,6 +52,7 @@
1.20 floatobj.cpp \
1.21 frameobj.cpp \
1.22 headingobj.cpp \
1.23 + historywindow.cpp \
1.24 imageobj.cpp \
1.25 imports.cpp \
1.26 linkablemapobj.cpp \
1.27 @@ -63,6 +66,7 @@
1.28 noteobj.cpp \
1.29 ornamentedobj.cpp \
1.30 process.cpp \
1.31 + showtextdialog.cpp \
1.32 selection.cpp \
1.33 texteditor.cpp \
1.34 xml.cpp \
1.35 @@ -72,14 +76,15 @@
1.36
1.37 #The following line was inserted by qt3to4, use "FORMS" later
1.38 FORMS3 = exportxhtmldialog.ui \
1.39 - showtextdialog.ui \
1.40 extrainfodialog.ui \
1.41 editxlinkdialog.ui \
1.42 warningdialog.ui
1.43
1.44 -#The following line was inserted by qt3to4
1.45 +FORMS = historywindow.ui \
1.46 + showtextdialog.ui
1.47 +
1.48 +#The following lines were inserted by qt3to4
1.49 QT += xml
1.50 -#The following line was inserted by qt3to4
1.51 CONFIG += uic3
1.52
1.53 TARGET = vym
1.54 @@ -96,10 +101,6 @@
1.55 message( $$INSTALLDIR )
1.56
1.57
1.58 -#target.path = $$INSTALLDIR
1.59 -#INSTALLS += target
1.60 -
1.61 -
1.62 target.path = $${INSTALLDIR}/bin
1.63 INSTALLS += target
1.64