-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathwv2qt.pro
134 lines (108 loc) · 3.5 KB
/
wv2qt.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
127
128
129
130
131
132
133
134
######################################################################
# Automatically generated by qmake (3.0) gio dic 12 09:03:51 2013
######################################################################
## static or shared lib test what is faster
# lib version 1° from 2
TEMPLATE = lib
TARGET = wv2qt
INCLUDEPATH += . src tests
INCLUDEPATH += /opt/icon/include
CONFIG += staticlib
OBJECTS_DIR = _build
QT += core xml
cache()
LANGUAGE = C
DEFINES += CAT_TEXT_WORD
## INCLUDEPATH += /opt/icon/include
## DEPENDPATH += /opt/icon/include
## LIBS += -L/opt/icon/lib -lwv2qt -I/opt/icon/include
INCLUDEPATH += . src
DEPENDPATH += . src
## export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib:/opt/local/lib/pkgconfig:$PKG_CONFIG_PATH
LIBS += -lz
LIBS += -L/opt/icon/lib -liconv -I/opt/icon/include
CONFIG += warn_off silent release
# Input
HEADERS += config.h \
src/associatedstrings.h \
src/convert.h \
src/crc32.h \
src/dllmagic.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/olestorage.h \
src/olestream.h \
src/paragraphproperties.h \
src/parser.h \
src/parser95.h \
src/parser97.h \
src/parser9x.h \
src/parserfactory.h \
src/pole.h \
src/properties97.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 \
src/zcodec.hxx
SOURCES += src/associatedstrings.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/olestorage.cpp \
src/olestream.cpp \
src/paragraphproperties.cpp \
src/parser.cpp \
src/parser95.cpp \
src/parser97.cpp \
src/parser9x.cpp \
src/parserfactory.cpp \
src/pole.cpp \
src/properties97.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/zcodec.cxx \
src/wvlog.cpp
header_files.files = $$HEADERS
header_files.path = /opt/icon/include/wv2qt
INSTALLS += header_files
BINDIR = /opt/icon/lib
target.path = $$BINDIR
INSTALLS += target