Properly fix lib install paths

pull/1/merge
Michael Zanetti 2019-04-17 14:32:29 +02:00
parent cb3ef34ad3
commit b14da5de6b
6 changed files with 10 additions and 10 deletions

View File

@ -1,2 +1,2 @@
usr/lib/libnymea-remoteproxy.so usr/lib/@DEB_HOST_MULTIARCH@/
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxy.so
usr/include/nymea-remoteproxy/* usr/include/nymea-remoteproxy

View File

@ -1,3 +1,3 @@
usr/lib/libnymea-remoteproxy.so.1 usr/lib/@DEB_HOST_MULTIARCH@/
usr/lib/libnymea-remoteproxy.so.1.0 usr/lib/@DEB_HOST_MULTIARCH@/
usr/lib/libnymea-remoteproxy.so.1.0.0 usr/lib/@DEB_HOST_MULTIARCH@/
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxy.so.1
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxy.so.1.0
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxy.so.1.0.0

View File

@ -1,2 +1,2 @@
usr/lib/libnymea-remoteproxyclient.so usr/lib/@DEB_HOST_MULTIARCH@/
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxyclient.so
usr/include/nymea-remoteproxyclient/* usr/include/nymea-remoteproxyclient

View File

@ -1,3 +1,3 @@
usr/lib/libnymea-remoteproxyclient.so.1 usr/lib/@DEB_HOST_MULTIARCH@/
usr/lib/libnymea-remoteproxyclient.so.1.0 usr/lib/@DEB_HOST_MULTIARCH@/
usr/lib/libnymea-remoteproxyclient.so.1.0.0 usr/lib/@DEB_HOST_MULTIARCH@/
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxyclient.so.1
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxyclient.so.1.0
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxyclient.so.1.0.0

View File

@ -62,5 +62,5 @@ for(header, HEADERS) {
eval(INSTALLS *= headers_$${path})
}
target.path = /usr/lib
target.path = $$[QT_INSTALL_LIBS]
INSTALLS += target

View File

@ -2,7 +2,7 @@ include(../nymea-remoteproxy.pri)
TEMPLATE = lib
TARGET = nymea-remoteproxyclient
target.path = /usr/lib/
target.path = $$[QT_INSTALL_LIBS]
include(libnymea-remoteproxyclient.pri)