author | insilmaril |
Thu, 14 Sep 2006 11:38:18 +0000 | |
changeset 388 | 3a58c9ef4a18 |
parent 380 | 5f6e176e9718 |
child 389 | bb94eec7c8f3 |
permissions | -rw-r--r-- |
1 TEMPLATE = app
2 LANGUAGE = C++
4 CONFIG += qt warn_on release
5 QT += qt3support
7 HEADERS += \
8 aboutdialog.h \
9 api.h \
10 branchobj.h \
11 editxlinkdialog.h \
12 exportoofiledialog.h \
13 exportxhtmldialog.h\
14 exports.h \
15 extrainfodialog.h \
16 file.h \
17 findwindow.h \
18 flagobj.h \
19 flagrowobj.h \
20 floatimageobj.h \
21 floatobj.h \
22 frameobj.h \
23 headingobj.h \
24 historywindow.h \
25 imageobj.h \
26 imports.h \
27 linkablemapobj.h \
28 xlinkobj.h \
29 mainwindow.h \
30 mapcenterobj.h \
31 mapeditor.h \
32 mapobj.h \
33 misc.h \
34 noteobj.h \
35 options.h \
36 ornamentedobj.h \
37 process.h \
38 showtextdialog.h\
39 selection.h \
40 texteditor.h \
41 version.h \
42 xml.h \
43 xsltproc.h \
44 settings.h \
45 warningdialog.h
47 SOURCES += \
48 aboutdialog.cpp \
49 api.cpp \
50 branchobj.cpp \
51 editxlinkdialog.cpp \
52 exportoofiledialog.cpp \
53 exports.cpp \
54 exportxhtmldialog.cpp \
55 extrainfodialog.cpp \
56 file.cpp \
57 findwindow.cpp \
58 flagobj.cpp \
59 flagrowobj.cpp \
60 floatimageobj.cpp \
61 floatobj.cpp \
62 frameobj.cpp \
63 headingobj.cpp \
64 historywindow.cpp \
65 imageobj.cpp \
66 imports.cpp \
67 linkablemapobj.cpp \
68 xlinkobj.cpp \
69 main.cpp \
70 mainwindow.cpp \
71 mapcenterobj.cpp \
72 mapeditor.cpp \
73 mapobj.cpp \
74 misc.cpp \
75 noteobj.cpp \
76 options.cpp \
77 ornamentedobj.cpp \
78 process.cpp \
79 showtextdialog.cpp \
80 selection.cpp \
81 texteditor.cpp \
82 xml.cpp \
83 xsltproc.cpp \
84 settings.cpp \
85 warningdialog.cpp
87 FORMS = \
88 exportxhtmldialog.ui \
89 extrainfodialog.ui \
90 editxlinkdialog.ui \
91 historywindow.ui \
92 showtextdialog.ui \
93 warningdialog.ui
95 #The following lines were inserted by qt3to4
96 QT += xml
98 TARGET = vym
99 TRANSLATIONS += lang/vym_de.ts
100 TRANSLATIONS += lang/vym_en.ts
101 TRANSLATIONS += lang/vym_es.ts
102 TRANSLATIONS += lang/vym_it.ts
104 count( INSTALLDIR, 0 ) {
105 INSTALLDIR = /usr/local
106 }
108 message( "Installation directory" )
109 message( $$INSTALLDIR )
112 target.path = $${INSTALLDIR}/bin
113 INSTALLS += target
115 support.files = styles/ scripts/ icons/ flags/ lang/
116 support.path = $${INSTALLDIR}/share/vym
117 INSTALLS += support
119 doc.files = tex/vym.pdf
120 doc.path = $${INSTALLDIR}/share/doc/packages/vym
121 INSTALLS += doc
123 demo.files = demos/
124 demo.path = $${INSTALLDIR}/share/doc/packages/vym
125 INSTALLS += demo
127 exports.files = exports/
128 exports.path =$${INSTALLDIR}/share/vym
129 INSTALLS += exports