author | insilmaril |
Mon Oct 22 09:50:03 2007 +0000 (2007-10-22) | |
changeset 604 | f2aab2a9b6cb |
parent 566 | ebebedffba50 |
child 608 | 6cdc2e7b1937 |
permissions | -rw-r--r-- |
1 TEMPLATE = app
2 LANGUAGE = C++
4 CONFIG += qt warn_on release debug
5 CONFIG += x86 ppc
6 ICON =icons/vym.icns
8 QT += qt3support
9 QT += network
11 HEADERS += \
12 aboutdialog.h \
13 animpoint.h \
14 branchobj.h \
15 branchpropwindow.h\
16 editxlinkdialog.h \
17 exportoofiledialog.h \
18 exportxhtmldialog.h\
19 exports.h \
20 extrainfodialog.h \
21 file.h \
22 findwindow.h \
23 flagobj.h \
24 flagrowobj.h \
25 floatimageobj.h \
26 floatobj.h \
27 frameobj.h \
28 headingobj.h \
29 highlighter.h \
30 historywindow.h \
31 imageobj.h \
32 imports.h \
33 linkablemapobj.h \
34 xlinkobj.h \
35 mainwindow.h \
36 mapcenterobj.h \
37 mapeditor.h \
38 mapobj.h \
39 misc.h \
40 noteobj.h \
41 options.h \
42 ornamentedobj.h \
43 parser.h \
44 process.h \
45 selection.h \
46 showtextdialog.h\
47 simplescripteditor.h\
48 texteditor.h \
49 version.h \
50 xml-base.h \
51 xml-vym.h \
52 xml-freemind.h \
53 xsltproc.h \
54 settings.h \
55 warningdialog.h
57 SOURCES += \
58 aboutdialog.cpp \
59 animpoint.cpp \
60 branchobj.cpp \
61 branchpropwindow.cpp \
62 editxlinkdialog.cpp \
63 exportoofiledialog.cpp \
64 exports.cpp \
65 exportxhtmldialog.cpp \
66 extrainfodialog.cpp \
67 file.cpp \
68 findwindow.cpp \
69 flagobj.cpp \
70 flagrowobj.cpp \
71 floatimageobj.cpp \
72 floatobj.cpp \
73 frameobj.cpp \
74 headingobj.cpp \
75 highlighter.cpp \
76 historywindow.cpp \
77 imageobj.cpp \
78 imports.cpp \
79 linkablemapobj.cpp \
80 xlinkobj.cpp \
81 main.cpp \
82 mainwindow.cpp \
83 mapcenterobj.cpp \
84 mapeditor.cpp \
85 mapobj.cpp \
86 misc.cpp \
87 noteobj.cpp \
88 options.cpp \
89 ornamentedobj.cpp \
90 parser.cpp \
91 process.cpp \
92 selection.cpp \
93 showtextdialog.cpp \
94 simplescripteditor.cpp \
95 texteditor.cpp \
96 version.cpp \
97 xml-base.cpp \
98 xml-vym.cpp \
99 xml-freemind.cpp \
100 xsltproc.cpp \
101 settings.cpp \
102 warningdialog.cpp
104 FORMS = \
105 branchpropwindow.ui \
106 exportxhtmldialog.ui \
107 extrainfodialog.ui \
108 editxlinkdialog.ui \
109 historywindow.ui \
110 simplescripteditor.ui \
111 showtextdialog.ui \
112 warningdialog.ui
114 #The following lines were inserted by qt3to4
115 QT += xml
117 TARGET = vym
119 TRANSLATIONS += lang/vym_de.ts
120 TRANSLATIONS += lang/vym_en.ts
121 TRANSLATIONS += lang/vym_es.ts
122 TRANSLATIONS += lang/vym_it.ts
124 count( INSTALLDIR, 0 ) {
125 INSTALLDIR = /usr/local
126 }
128 message( "Installation directory" )
129 message( $$INSTALLDIR )
132 target.path = $${INSTALLDIR}/bin
133 INSTALLS += target
135 support.files = styles/ scripts/ icons/ flags/ lang/ macros/ exports/
136 support.path = $${INSTALLDIR}/share/vym
137 INSTALLS += support
139 doc.files = tex/vym.pdf
140 doc.path = $${INSTALLDIR}/share/doc/packages/vym
141 INSTALLS += doc
143 demo.files = demos/
144 demo.path = $${INSTALLDIR}/share/doc/packages/vym
145 INSTALLS += demo