diff -r a62478df8d46 -r 5f6e176e9718 vym.pro --- a/vym.pro Wed Sep 06 12:47:06 2006 +0000 +++ b/vym.pro Wed Sep 06 12:47:06 2006 +0000 @@ -17,6 +17,7 @@ floatobj.h \ frameobj.h \ headingobj.h \ + historywindow.h \ imageobj.h \ imports.h \ linkablemapobj.h \ @@ -29,6 +30,7 @@ noteobj.h \ ornamentedobj.h \ process.h \ + showtextdialog.h\ selection.h \ texteditor.h \ version.h \ @@ -50,6 +52,7 @@ floatobj.cpp \ frameobj.cpp \ headingobj.cpp \ + historywindow.cpp \ imageobj.cpp \ imports.cpp \ linkablemapobj.cpp \ @@ -63,6 +66,7 @@ noteobj.cpp \ ornamentedobj.cpp \ process.cpp \ + showtextdialog.cpp \ selection.cpp \ texteditor.cpp \ xml.cpp \ @@ -72,14 +76,15 @@ #The following line was inserted by qt3to4, use "FORMS" later FORMS3 = exportxhtmldialog.ui \ - showtextdialog.ui \ extrainfodialog.ui \ editxlinkdialog.ui \ warningdialog.ui -#The following line was inserted by qt3to4 +FORMS = historywindow.ui \ + showtextdialog.ui + +#The following lines were inserted by qt3to4 QT += xml -#The following line was inserted by qt3to4 CONFIG += uic3 TARGET = vym @@ -96,10 +101,6 @@ message( $$INSTALLDIR ) -#target.path = $$INSTALLDIR -#INSTALLS += target - - target.path = $${INSTALLDIR}/bin INSTALLS += target