author | insilmaril |
Tue Jan 31 15:56:28 2006 +0000 (2006-01-31) | |
changeset 200 | 451cab91e350 |
parent 179 | d1d6d9c29f9f |
child 205 | 30c4a6c7ff10 |
permissions | -rw-r--r-- |
1 TEMPLATE = app
2 LANGUAGE = C++
4 CONFIG += qt warn_on release
6 HEADERS += aboutdialog.h \
7 api.h \
8 branchobj.h \
9 exportoofiledialog.h \
10 exports.h \
11 file.h \
12 findwindow.h \
13 flagobj.h \
14 flagrowobj.h \
15 floatimageobj.h \
16 floatobj.h \
17 frameobj.h \
18 headingobj.h \
19 imageobj.h \
20 linkablemapobj.h \
21 xlinkobj.h \
22 mainwindow.h \
23 mapcenterobj.h \
24 mapeditor.h \
25 mapobj.h \
26 misc.h \
27 noteobj.h \
28 ornamentedobj.h \
29 process.h \
30 selection.h \
31 texteditor.h \
32 version.h \
33 xml.h \
34 settings.h \
35 options.h
37 SOURCES += aboutdialog.cpp \
38 api.cpp \
39 branchobj.cpp \
40 exportoofiledialog.cpp \
41 exports.cpp \
42 file.cpp \
43 findwindow.cpp \
44 flagobj.cpp \
45 flagrowobj.cpp \
46 floatimageobj.cpp \
47 floatobj.cpp \
48 frameobj.cpp \
49 headingobj.cpp \
50 imageobj.cpp \
51 linkablemapobj.cpp \
52 xlinkobj.cpp \
53 main.cpp \
54 mainwindow.cpp \
55 mapcenterobj.cpp \
56 mapeditor.cpp \
57 mapobj.cpp \
58 misc.cpp \
59 noteobj.cpp \
60 ornamentedobj.cpp \
61 process.cpp \
62 selection.cpp \
63 texteditor.cpp \
64 xml.cpp \
65 settings.cpp \
66 options.cpp
68 FORMS = exporthtmldialog.ui \
69 exportxhtmldialog.ui \
70 showtextdialog.ui \
71 extrainfodialog.ui \
72 editxlinkdialog.ui
74 TARGET = vym
75 TRANSLATIONS += lang/vym_de.ts
76 TRANSLATIONS += lang/vym_en.ts
77 TRANSLATIONS += lang/vym_es.ts
81 DESTROOT = /usr
83 target.path = $${DESTROOT}/bin
84 INSTALLS += target
86 support.files = styles/ scripts/ icons/ lang/
87 support.path = $${DESTROOT}/share/vym
88 INSTALLS += support
90 doc.files = doc/*
91 doc.path = $${DESTROOT}/share/doc/packages/vym
92 INSTALLS += doc
94 demo.files = demos/
95 demo.path = $${DESTROOT}/share/vym
96 INSTALLS += demo