diff -r a40af6315ac6 -r 3a58c9ef4a18 vym.pro --- a/vym.pro Thu Sep 14 11:38:17 2006 +0000 +++ b/vym.pro Thu Sep 14 11:38:18 2006 +0000 @@ -4,11 +4,15 @@ CONFIG += qt warn_on release QT += qt3support -HEADERS += aboutdialog.h \ +HEADERS += \ + aboutdialog.h \ api.h \ branchobj.h \ + editxlinkdialog.h \ exportoofiledialog.h \ + exportxhtmldialog.h\ exports.h \ + extrainfodialog.h \ file.h \ findwindow.h \ flagobj.h \ @@ -28,6 +32,7 @@ mapobj.h \ misc.h \ noteobj.h \ + options.h \ ornamentedobj.h \ process.h \ showtextdialog.h\ @@ -37,13 +42,17 @@ xml.h \ xsltproc.h \ settings.h \ - options.h + warningdialog.h -SOURCES += aboutdialog.cpp \ +SOURCES += \ + aboutdialog.cpp \ api.cpp \ branchobj.cpp \ + editxlinkdialog.cpp \ exportoofiledialog.cpp \ exports.cpp \ + exportxhtmldialog.cpp \ + extrainfodialog.cpp \ file.cpp \ findwindow.cpp \ flagobj.cpp \ @@ -64,6 +73,7 @@ mapobj.cpp \ misc.cpp \ noteobj.cpp \ + options.cpp \ ornamentedobj.cpp \ process.cpp \ showtextdialog.cpp \ @@ -72,20 +82,18 @@ xml.cpp \ xsltproc.cpp \ settings.cpp \ - options.cpp + warningdialog.cpp -#The following line was inserted by qt3to4, use "FORMS" later -FORMS3 = exportxhtmldialog.ui \ +FORMS = \ + exportxhtmldialog.ui \ extrainfodialog.ui \ editxlinkdialog.ui \ + historywindow.ui \ + showtextdialog.ui \ warningdialog.ui -FORMS = historywindow.ui \ - showtextdialog.ui - #The following lines were inserted by qt3to4 QT += xml -CONFIG += uic3 TARGET = vym TRANSLATIONS += lang/vym_de.ts