diff -r c2ffbc9b832d -r f867269ab8a1 vym.pro --- a/vym.pro Sat Feb 24 12:32:53 2007 +0000 +++ b/vym.pro Mon Mar 05 23:22:51 2007 +0000 @@ -1,7 +1,7 @@ TEMPLATE = app LANGUAGE = C++ -CONFIG += qt warn_on release +CONFIG += qt warn_on release debug CONFIG += x86 ppc ICON =icons/vym.icns @@ -9,7 +9,6 @@ HEADERS += \ aboutdialog.h \ - api.h \ branchobj.h \ branchpropwindow.h\ editxlinkdialog.h \ @@ -38,9 +37,11 @@ noteobj.h \ options.h \ ornamentedobj.h \ + parser.h \ process.h \ showtextdialog.h\ selection.h \ + simplescripteditor.h\ texteditor.h \ version.h \ xml.h \ @@ -50,7 +51,6 @@ SOURCES += \ aboutdialog.cpp \ - api.cpp \ branchobj.cpp \ branchpropwindow.cpp \ editxlinkdialog.cpp \ @@ -80,8 +80,10 @@ noteobj.cpp \ options.cpp \ ornamentedobj.cpp \ + parser.cpp \ process.cpp \ showtextdialog.cpp \ + simplescripteditor.cpp \ selection.cpp \ texteditor.cpp \ version.cpp \ @@ -96,6 +98,7 @@ extrainfodialog.ui \ editxlinkdialog.ui \ historywindow.ui \ + simplescripteditor.ui \ showtextdialog.ui \ warningdialog.ui