diff -r 1d092be4fe33 -r dba9303a1a5c vym.pro --- a/vym.pro Wed May 18 07:39:51 2005 +0000 +++ b/vym.pro Wed May 18 07:39:58 2005 +0000 @@ -1,74 +1,8 @@ - - - - - -TARGET = vym -TRANSLATIONS += lang/vym_de.ts -TRANSLATIONS += lang/vym_en.ts - - - -DESTROOT = /usr - -target.path = $${DESTROOT}/bin -INSTALLS += target - -support.files = styles/ scripts/ icons/ lang/ -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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TEMPLATE = app LANGUAGE = C++ CONFIG += qt warn_on release - HEADERS += branchobj.h \ exports.h \ findwindow.h \ @@ -95,6 +29,7 @@ xml.h \ settings.h \ options.h + SOURCES += branchobj.cpp \ exports.cpp \ findwindow.cpp \ @@ -121,9 +56,74 @@ xml.cpp \ settings.cpp \ options.cpp + FORMS = exporthtmldialog.ui \ exportxhtmldialog.ui \ showtextdialog.ui \ extrainfodialog.ui \ editxlinkdialog.ui +TARGET = vym +TRANSLATIONS += lang/vym_de.ts +TRANSLATIONS += lang/vym_en.ts + + + +DESTROOT = /usr + +target.path = $${DESTROOT}/bin +INSTALLS += target + +support.files = styles/ scripts/ icons/ lang/ +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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +