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