File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
extensions/PythonQt_QtAll Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ unix {
56
56
QMAKE_PKGCONFIG_VERSION = $$VERSION
57
57
}
58
58
59
- unix : target.path = /lib
59
+ unix : target.path = $${ INSTALL_PREFIX } /lib
60
60
win32 : target.path = /
61
61
62
62
headers.files = $${HEADERS }
63
- headers.path = /include
63
+ headers.path = $${ INSTALL_PREFIX } /include
64
64
65
65
INSTALLS += target headers
66
66
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ unix {
57
57
QMAKE_PKGCONFIG_VERSION = $$VERSION
58
58
}
59
59
60
- unix : target.path = /lib
60
+ unix : target.path = $${ INSTALL_PREFIX } /lib
61
61
win32 : target.path = /
62
62
63
63
headers.files = $${HEADERS } $$PWD /PythonQtPythonInclude.h
64
- headers.path = /include
64
+ headers.path = $${ INSTALL_PREFIX } /include
65
65
66
66
INSTALLS += target headers
You can’t perform that action at this time.
0 commit comments