TEMPLATE = app LANGUAGE = C++ CONFIG += qt warn_on release HEADERS += aboutdialog.h \ api.h \ branchobj.h \ exports.h \ findwindow.h \ flagobj.h \ flagrowobj.h \ floatimageobj.h \ floatobj.h \ frameobj.h \ headingobj.h \ imageobj.h \ linkablemapobj.h \ xlinkobj.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 += aboutdialog.cpp \ api.cpp \ branchobj.cpp \ exports.cpp \ findwindow.cpp \ flagobj.cpp \ flagrowobj.cpp \ floatimageobj.cpp \ floatobj.cpp \ frameobj.cpp \ headingobj.cpp \ imageobj.cpp \ linkablemapobj.cpp \ xlinkobj.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 \ editxlinkdialog.ui TARGET = vym TRANSLATIONS += lang/vym_de.ts TRANSLATIONS += lang/vym_en.ts TRANSLATIONS += lang/vym_es.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