author | insilmaril |
Wed Mar 21 11:51:38 2007 +0000 (2007-03-21) | |
changeset 438 | eae9abe70d7c |
parent 432 | f867269ab8a1 |
child 447 | 72afe12da1c8 |
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
10 HEADERS += \
11 aboutdialog.h \
12 branchobj.h \
13 branchpropwindow.h\
14 editxlinkdialog.h \
15 exportoofiledialog.h \
16 exportxhtmldialog.h\
17 exports.h \
18 extrainfodialog.h \
19 file.h \
20 findwindow.h \
21 flagobj.h \
22 flagrowobj.h \
23 floatimageobj.h \
24 floatobj.h \
25 frameobj.h \
26 headingobj.h \
27 highlighter.h \
28 historywindow.h \
29 imageobj.h \
30 imports.h \
31 linkablemapobj.h \
32 xlinkobj.h \
33 mainwindow.h \
34 mapcenterobj.h \
35 mapeditor.h \
36 mapobj.h \
37 misc.h \
38 noteobj.h \
39 options.h \
40 ornamentedobj.h \
41 parser.h \
42 process.h \
43 showtextdialog.h\
44 selection.h \
45 simplescripteditor.h\
46 texteditor.h \
47 version.h \
48 xml.h \
49 xsltproc.h \
50 settings.h \
51 warningdialog.h
53 SOURCES += \
54 aboutdialog.cpp \
55 branchobj.cpp \
56 branchpropwindow.cpp \
57 editxlinkdialog.cpp \
58 exportoofiledialog.cpp \
59 exports.cpp \
60 exportxhtmldialog.cpp \
61 extrainfodialog.cpp \
62 file.cpp \
63 findwindow.cpp \
64 flagobj.cpp \
65 flagrowobj.cpp \
66 floatimageobj.cpp \
67 floatobj.cpp \
68 frameobj.cpp \
69 headingobj.cpp \
70 highlighter.cpp \
71 historywindow.cpp \
72 imageobj.cpp \
73 imports.cpp \
74 linkablemapobj.cpp \
75 xlinkobj.cpp \
76 main.cpp \
77 mainwindow.cpp \
78 mapcenterobj.cpp \
79 mapeditor.cpp \
80 mapobj.cpp \
81 misc.cpp \
82 noteobj.cpp \
83 options.cpp \
84 ornamentedobj.cpp \
85 parser.cpp \
86 process.cpp \
87 showtextdialog.cpp \
88 simplescripteditor.cpp \
89 selection.cpp \
90 texteditor.cpp \
91 version.cpp \
92 xml.cpp \
93 xsltproc.cpp \
94 settings.cpp \
95 warningdialog.cpp
97 FORMS = \
98 branchpropwindow.ui \
99 exportxhtmldialog.ui \
100 extrainfodialog.ui \
101 editxlinkdialog.ui \
102 historywindow.ui \
103 simplescripteditor.ui \
104 showtextdialog.ui \
105 warningdialog.ui
107 #The following lines were inserted by qt3to4
108 QT += xml
110 TARGET = vym
112 TRANSLATIONS += lang/vym_de.ts
113 TRANSLATIONS += lang/vym_en.ts
114 TRANSLATIONS += lang/vym_es.ts
115 TRANSLATIONS += lang/vym_it.ts
117 count( INSTALLDIR, 0 ) {
118 INSTALLDIR = /usr/local
119 }
121 message( "Installation directory" )
122 message( $$INSTALLDIR )
125 target.path = $${INSTALLDIR}/bin
126 INSTALLS += target
128 support.files = styles/ scripts/ icons/ flags/ lang/
129 support.path = $${INSTALLDIR}/share/vym
130 INSTALLS += support
132 doc.files = tex/vym.pdf
133 doc.path = $${INSTALLDIR}/share/doc/packages/vym
134 INSTALLS += doc
136 demo.files = demos/
137 demo.path = $${INSTALLDIR}/share/doc/packages/vym
138 INSTALLS += demo
140 exports.files = exports/
141 exports.path =$${INSTALLDIR}/share/vym
142 INSTALLS += exports