author | insilmaril |
Wed Oct 18 10:45:00 2006 +0000 (2006-10-18) | |
changeset 393 | 053b8645e3e9 |
parent 389 | bb94eec7c8f3 |
child 395 | 7ced3733ba60 |
permissions | -rw-r--r-- |
1 TEMPLATE = app
2 LANGUAGE = C++
4 CONFIG += qt warn_on release
5 CONFIG += x86 ppc
6 ICON =vym.icns
8 QT += qt3support
10 HEADERS += \
11 aboutdialog.h \
12 api.h \
13 branchobj.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 historywindow.h \
28 imageobj.h \
29 imports.h \
30 linkablemapobj.h \
31 xlinkobj.h \
32 mainwindow.h \
33 mapcenterobj.h \
34 mapeditor.h \
35 mapobj.h \
36 misc.h \
37 noteobj.h \
38 options.h \
39 ornamentedobj.h \
40 process.h \
41 showtextdialog.h\
42 selection.h \
43 texteditor.h \
44 version.h \
45 xml.h \
46 xsltproc.h \
47 settings.h \
48 warningdialog.h
50 SOURCES += \
51 aboutdialog.cpp \
52 api.cpp \
53 branchobj.cpp \
54 editxlinkdialog.cpp \
55 exportoofiledialog.cpp \
56 exports.cpp \
57 exportxhtmldialog.cpp \
58 extrainfodialog.cpp \
59 file.cpp \
60 findwindow.cpp \
61 flagobj.cpp \
62 flagrowobj.cpp \
63 floatimageobj.cpp \
64 floatobj.cpp \
65 frameobj.cpp \
66 headingobj.cpp \
67 historywindow.cpp \
68 imageobj.cpp \
69 imports.cpp \
70 linkablemapobj.cpp \
71 xlinkobj.cpp \
72 main.cpp \
73 mainwindow.cpp \
74 mapcenterobj.cpp \
75 mapeditor.cpp \
76 mapobj.cpp \
77 misc.cpp \
78 noteobj.cpp \
79 options.cpp \
80 ornamentedobj.cpp \
81 process.cpp \
82 showtextdialog.cpp \
83 selection.cpp \
84 texteditor.cpp \
85 xml.cpp \
86 xsltproc.cpp \
87 settings.cpp \
88 warningdialog.cpp
90 FORMS = \
91 exportxhtmldialog.ui \
92 extrainfodialog.ui \
93 editxlinkdialog.ui \
94 historywindow.ui \
95 showtextdialog.ui \
96 warningdialog.ui
98 #The following lines were inserted by qt3to4
99 QT += xml
101 TARGET = vym
102 TRANSLATIONS += lang/vym_de.ts
103 TRANSLATIONS += lang/vym_en.ts
104 TRANSLATIONS += lang/vym_es.ts
105 TRANSLATIONS += lang/vym_it.ts
107 count( INSTALLDIR, 0 ) {
108 INSTALLDIR = /usr/local
109 }
111 message( "Installation directory" )
112 message( $$INSTALLDIR )
115 target.path = $${INSTALLDIR}/bin
116 INSTALLS += target
118 support.files = styles/ scripts/ icons/ flags/ lang/
119 support.path = $${INSTALLDIR}/share/vym
120 INSTALLS += support
122 doc.files = tex/vym.pdf
123 doc.path = $${INSTALLDIR}/share/doc/packages/vym
124 INSTALLS += doc
126 demo.files = demos/
127 demo.path = $${INSTALLDIR}/share/doc/packages/vym
128 INSTALLS += demo
130 exports.files = exports/
131 exports.path =$${INSTALLDIR}/share/vym
132 INSTALLS += exports