Make the prject file more generic (remove debian specific install path)

more-generic-project-file
Michael Zanetti 2019-04-14 19:52:17 +02:00
parent 138dbc96a0
commit e6c5e25be7
6 changed files with 10 additions and 10 deletions

View File

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

View File

@ -1,3 +1,3 @@
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
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@/

View File

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

View File

@ -1,3 +1,3 @@
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
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@/

View File

@ -62,5 +62,5 @@ for(header, HEADERS) {
eval(INSTALLS *= headers_$${path})
}
target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
target.path = /usr/lib
INSTALLS += target

View File

@ -2,7 +2,7 @@ include(../nymea-remoteproxy.pri)
TEMPLATE = lib
TARGET = nymea-remoteproxyclient
target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
target.path = /usr/lib/
include(libnymea-remoteproxyclient.pri)