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 |