1 | --- qwtconfig.pri_orig 2008-10-27 09:38:23.000000000 -0400 |
---|
2 | +++ qwtconfig.pri 2008-10-27 09:38:53.000000000 -0400 |
---|
3 | @@ -7,17 +7,13 @@ |
---|
4 | VER_PAT = 0 |
---|
5 | VERSION = $$VER_MAJ.$$VER_MIN.$$VER_PAT |
---|
6 | |
---|
7 | -unix { |
---|
8 | - INSTALLBASE = /usr/local/qwt-5.1.0 |
---|
9 | -} |
---|
10 | - |
---|
11 | win32 { |
---|
12 | INSTALLBASE = C:/Qwt-5.1.0 |
---|
13 | } |
---|
14 | |
---|
15 | target.path = $$INSTALLBASE/lib |
---|
16 | -headers.path = $$INSTALLBASE/include |
---|
17 | -doc.path = $$INSTALLBASE/doc |
---|
18 | +headers.path = $$INSTALLBASE/include/qwt |
---|
19 | +doc.path = $$INSTALLBASE/share/qwt/doc |
---|
20 | |
---|
21 | ###################################################################### |
---|
22 | # qmake internal options |
---|