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 {
5656 QMAKE_PKGCONFIG_VERSION = $$VERSION
5757}
5858
59- unix : target.path = /lib
59+ unix : target.path = $${ INSTALL_PREFIX } /lib
6060win32 : target.path = /
6161
6262headers.files = $${HEADERS }
63- headers.path = /include
63+ headers.path = $${ INSTALL_PREFIX } /include
6464
6565INSTALLS += target headers
6666
Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ unix {
5757 QMAKE_PKGCONFIG_VERSION = $$VERSION
5858}
5959
60- unix : target.path = /lib
60+ unix : target.path = $${ INSTALL_PREFIX } /lib
6161win32 : target.path = /
6262
6363headers.files = $${HEADERS } $$PWD /PythonQtPythonInclude.h
64- headers.path = /include
64+ headers.path = $${ INSTALL_PREFIX } /include
6565
6666INSTALLS += target headers
You can’t perform that action at this time.
0 commit comments