forked from pehohlva/wv2qt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwv5qt.pro
126 lines (116 loc) · 3.52 KB
/
wv5qt.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
######################################################################
# Automatically generated by qmake (3.0) sab dic 14 13:37:33 2013
######################################################################
# lib version 2° enable to target qt5
TEMPLATE = lib
TARGET = wv5qt
INCLUDEPATH += . src tests
INCLUDEPATH += /opt/icon/include
CONFIG += staticlib
OBJECTS_DIR = _build
cache()
LANGUAGE = C
DEFINES += CAT_TEXT_CALLIGRA
DEFINES += ESCHER_DOCSTREAM
DEFINES += HAVE_ICONV_H
INCLUDEPATH += . src
DEPENDPATH += . src
QT += core xml
LIBS += -lz
LIBS += -L/opt/icon/lib -liconv -I/opt/icon/include
CONFIG += warn_off silent release
# lib read attribute from mso general file + open zip document odt docx
# update msoscheme (http://gitorious.org/msoscheme)
HEADERS += simpleParser.h leinputstream.h kzip.h CmdDebug.h
SOURCES += simpleParser.cpp kzip.cpp
# kde helper
HEADERS += KoXmlWriter.h fox_xmlsession.h
SOURCES += KoXmlWriter.cpp fox_xmlsession.cpp
# lib wv2
HEADERS += src/annotations.h \
src/wv2_export.h \
src/associatedstrings.h \
src/bookmark.h \
src/convert.h \
src/crc32.h \
src/fields.h \
src/fonts.h \
src/footnotes97.h \
src/functor.h \
src/functordata.h \
src/global.h \
src/graphics.h \
src/handlers.h \
src/headers.h \
src/headers95.h \
src/headers97.h \
src/lists.h \
src/msdoc.h \
src/pole.h \
src/olestorage.h \
src/olestream.h \
src/paragraphproperties.h \
src/parser.h \
src/parser95.h \
src/parser97.h \
src/parser9x.h \
src/parserfactory.h \
src/properties97.h \
src/qtwv2.h \
src/sharedptr.h \
src/styles.h \
src/textconverter.h \
src/ustring.h \
src/utilities.h \
src/word95_generated.h \
src/word95_helper.h \
src/word97_generated.h \
src/word97_helper.h \
src/word_helper.h \
src/wv2version.h \
src/wvlog.h
SOURCES += src/annotations.cpp \
src/associatedstrings.cpp \
src/bookmark.cpp \
src/convert.cpp \
src/crc32.c \
src/fields.cpp \
src/fonts.cpp \
src/footnotes97.cpp \
src/functor.cpp \
src/functordata.cpp \
src/global.cpp \
src/graphics.cpp \
src/handlers.cpp \
src/headers.cpp \
src/headers95.cpp \
src/headers97.cpp \
src/lists.cpp \
src/pole.cpp \
src/olestorage.cpp \
src/olestream.cpp \
src/paragraphproperties.cpp \
src/parser.cpp \
src/parser95.cpp \
src/parser97.cpp \
src/parser9x.cpp \
src/parserfactory.cpp \
src/properties97.cpp \
src/qtwv2.cpp \
src/styles.cpp \
src/textconverter.cpp \
src/ustring.cpp \
src/utilities.cpp \
src/word95_generated.cpp \
src/word95_helper.cpp \
src/word97_generated.cpp \
src/word97_helper.cpp \
src/word_helper.cpp \
src/wv2version.cpp \
src/wvlog.cpp
header_files.files = $$HEADERS
header_files.path = /opt/icon/include/wv5qt
INSTALLS += header_files
BINDIR = /opt/icon/lib
target.path = $$BINDIR
INSTALLS += target