1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/vym.pro Wed Jul 30 14:42:03 2008 +0000
1.3 @@ -0,0 +1,81 @@
1.4 +TARGET = vym
1.5 +TRANSLATIONS += vym_de.ts
1.6 +
1.7 +TEMPLATE = app
1.8 +LANGUAGE = C++
1.9 +
1.10 +CONFIG += qt warn_on release
1.11 +
1.12 +DESTROOT = /usr
1.13 +
1.14 +target.path = $${DESTROOT}/bin
1.15 +INSTALLS += target
1.16 +
1.17 +support.files = styles/ scripts/ icons/
1.18 +support.path = $${DESTROOT}/share/vym
1.19 +INSTALLS += support
1.20 +
1.21 +doc.files = doc/*
1.22 +doc.path = $${DESTROOT}/share/doc/packages/vym
1.23 +INSTALLS += doc
1.24 +
1.25 +demo.files = demos/
1.26 +demo.path = $${DESTROOT}/share/vym
1.27 +INSTALLS += demo
1.28 +
1.29 +
1.30 +HEADERS += branchobj.h \
1.31 + exports.h \
1.32 + findwindow.h \
1.33 + flagobj.h \
1.34 + flagrowobj.h \
1.35 + floatimageobj.h \
1.36 + floatobj.h \
1.37 + frameobj.h \
1.38 + headingobj.h \
1.39 + imageobj.h \
1.40 + linkablemapobj.h \
1.41 + mainwindow.h \
1.42 + mapcenterobj.h \
1.43 + mapeditor.h \
1.44 + mapobj.h \
1.45 + misc.h \
1.46 + noteobj.h \
1.47 + ornamentedobj.h \
1.48 + process.h \
1.49 + selection.h \
1.50 + texteditor.h \
1.51 + version.h \
1.52 + xml.h \
1.53 + settings.h \
1.54 + options.h
1.55 +SOURCES += branchobj.cpp \
1.56 + exports.cpp \
1.57 + findwindow.cpp \
1.58 + flagobj.cpp \
1.59 + flagrowobj.cpp \
1.60 + floatimageobj.cpp \
1.61 + floatobj.cpp \
1.62 + frameobj.cpp \
1.63 + headingobj.cpp \
1.64 + imageobj.cpp \
1.65 + linkablemapobj.cpp \
1.66 + main.cpp \
1.67 + mainwindow.cpp \
1.68 + mapcenterobj.cpp \
1.69 + mapeditor.cpp \
1.70 + mapobj.cpp \
1.71 + misc.cpp \
1.72 + noteobj.cpp \
1.73 + ornamentedobj.cpp \
1.74 + process.cpp \
1.75 + selection.cpp \
1.76 + texteditor.cpp \
1.77 + xml.cpp \
1.78 + settings.cpp \
1.79 + options.cpp
1.80 +FORMS = exporthtmldialog.ui \
1.81 + exportxhtmldialog.ui \
1.82 + showtextdialog.ui \
1.83 + extrainfodialog.ui
1.84 +