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