diff -r 000000000000 -r 7a96bd401351 vym.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vym.pro Sun Jan 30 12:58:47 2005 +0000 @@ -0,0 +1,81 @@ +TARGET = vym +TRANSLATIONS += vym_de.ts + +TEMPLATE = app +LANGUAGE = C++ + +CONFIG += qt warn_on release + +DESTROOT = /usr + +target.path = $${DESTROOT}/bin +INSTALLS += target + +support.files = styles/ scripts/ icons/ +support.path = $${DESTROOT}/share/vym +INSTALLS += support + +doc.files = doc/* +doc.path = $${DESTROOT}/share/doc/packages/vym +INSTALLS += doc + +demo.files = demos/ +demo.path = $${DESTROOT}/share/vym +INSTALLS += demo + + +HEADERS += branchobj.h \ + exports.h \ + findwindow.h \ + flagobj.h \ + flagrowobj.h \ + floatimageobj.h \ + floatobj.h \ + frameobj.h \ + headingobj.h \ + imageobj.h \ + linkablemapobj.h \ + mainwindow.h \ + mapcenterobj.h \ + mapeditor.h \ + mapobj.h \ + misc.h \ + noteobj.h \ + ornamentedobj.h \ + process.h \ + selection.h \ + texteditor.h \ + version.h \ + xml.h \ + settings.h \ + options.h +SOURCES += branchobj.cpp \ + exports.cpp \ + findwindow.cpp \ + flagobj.cpp \ + flagrowobj.cpp \ + floatimageobj.cpp \ + floatobj.cpp \ + frameobj.cpp \ + headingobj.cpp \ + imageobj.cpp \ + linkablemapobj.cpp \ + main.cpp \ + mainwindow.cpp \ + mapcenterobj.cpp \ + mapeditor.cpp \ + mapobj.cpp \ + misc.cpp \ + noteobj.cpp \ + ornamentedobj.cpp \ + process.cpp \ + selection.cpp \ + texteditor.cpp \ + xml.cpp \ + settings.cpp \ + options.cpp +FORMS = exporthtmldialog.ui \ + exportxhtmldialog.ui \ + showtextdialog.ui \ + extrainfodialog.ui +