View | Details | Raw Unified | Return to bug 20844
Collapse All | Expand All

(-)qwt-5.2.0-orig/qwtconfig.pri (-3 / +5 lines)
Lines 8-14 Link Here
8
VERSION      = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
8
VERSION      = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT}
9
9
10
unix {
10
unix {
11
    INSTALLBASE    = /usr/local/qwt-5.2.0
11
    INSTALLBASE    = /usr
12
}
12
}
13
13
14
win32 {
14
win32 {
Lines 16-23 Link Here
16
}
16
}
17
17
18
target.path    = $$INSTALLBASE/lib
18
target.path    = $$INSTALLBASE/lib
19
headers.path   = $$INSTALLBASE/include
19
headers.path   = $$INSTALLBASE/include/qwt
20
doc.path       = $$INSTALLBASE/doc
20
doc.path       = $$INSTALLBASE/share/doc
21
man.path       = $$INSTALLBASE/share
22
21
23
22
######################################################################
24
######################################################################
23
# qmake internal options
25
# qmake internal options
(-)qwt-5.2.0-orig/src/src.pro (-3 / +3 lines)
Lines 216-224 Link Here
216
# Install directives
216
# Install directives
217
217
218
headers.files  = $$HEADERS
218
headers.files  = $$HEADERS
219
doc.files      = $${QWT_ROOT}/doc/html $${QWT_ROOT}/doc/qwt-5.2.0.qch
219
#doc.files      = $${QWT_ROOT}/doc/html $${QWT_ROOT}/doc/qwt-5.2.0.qch
220
unix {
220
unix {
221
    doc.files      += $${QWT_ROOT}/doc/man
221
    man.files      += $${QWT_ROOT}/doc/man
222
}
222
}
223
223
224
INSTALLS       = target headers doc
224
INSTALLS       = target headers man

Return to bug 20844