author | insilmaril |
Thu, 17 Jul 2008 09:27:20 +0000 | |
branch | release-1-12-maintained |
changeset 39 | e37153bea487 |
parent 0 | 7a96bd401351 |
child 2 | 608f976aa7bb |
child 62 | 85683324f94a |
child 83 | e90f5bef70c8 |
permissions | -rw-r--r-- |
1 TARGET = vym
2 TRANSLATIONS += vym_de.ts
4 TEMPLATE = app
5 LANGUAGE = C++
7 CONFIG += qt warn_on release
9 DESTROOT = /usr
11 target.path = $${DESTROOT}/bin
12 INSTALLS += target
14 support.files = styles/ scripts/ icons/
15 support.path = $${DESTROOT}/share/vym
16 INSTALLS += support
18 doc.files = doc/*
19 doc.path = $${DESTROOT}/share/doc/packages/vym
20 INSTALLS += doc
22 demo.files = demos/
23 demo.path = $${DESTROOT}/share/vym
24 INSTALLS += demo
27 HEADERS += branchobj.h \
28 exports.h \
29 findwindow.h \
30 flagobj.h \
31 flagrowobj.h \
32 floatimageobj.h \
33 floatobj.h \
34 frameobj.h \
35 headingobj.h \
36 imageobj.h \
37 linkablemapobj.h \
38 mainwindow.h \
39 mapcenterobj.h \
40 mapeditor.h \
41 mapobj.h \
42 misc.h \
43 noteobj.h \
44 ornamentedobj.h \
45 process.h \
46 selection.h \
47 texteditor.h \
48 version.h \
49 xml.h \
50 settings.h \
51 options.h
52 SOURCES += branchobj.cpp \
53 exports.cpp \
54 findwindow.cpp \
55 flagobj.cpp \
56 flagrowobj.cpp \
57 floatimageobj.cpp \
58 floatobj.cpp \
59 frameobj.cpp \
60 headingobj.cpp \
61 imageobj.cpp \
62 linkablemapobj.cpp \
63 main.cpp \
64 mainwindow.cpp \
65 mapcenterobj.cpp \
66 mapeditor.cpp \
67 mapobj.cpp \
68 misc.cpp \
69 noteobj.cpp \
70 ornamentedobj.cpp \
71 process.cpp \
72 selection.cpp \
73 texteditor.cpp \
74 xml.cpp \
75 settings.cpp \
76 options.cpp
77 FORMS = exporthtmldialog.ui \
78 exportxhtmldialog.ui \
79 showtextdialog.ui \
80 extrainfodialog.ui