Merge pull request #7 from guh/more-generic-project-file
Make the project file more generic (remove debian specific install path)
This commit is contained in:
commit
cb3ef34ad3
2
debian/libnymea-remoteproxy-dev.install.in
vendored
2
debian/libnymea-remoteproxy-dev.install.in
vendored
@ -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
|
usr/include/nymea-remoteproxy/* usr/include/nymea-remoteproxy
|
||||||
|
|||||||
6
debian/libnymea-remoteproxy.install.in
vendored
6
debian/libnymea-remoteproxy.install.in
vendored
@ -1,3 +1,3 @@
|
|||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxy.so.1
|
usr/lib/libnymea-remoteproxy.so.1 usr/lib/@DEB_HOST_MULTIARCH@/
|
||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxy.so.1.0
|
usr/lib/libnymea-remoteproxy.so.1.0 usr/lib/@DEB_HOST_MULTIARCH@/
|
||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxy.so.1.0.0
|
usr/lib/libnymea-remoteproxy.so.1.0.0 usr/lib/@DEB_HOST_MULTIARCH@/
|
||||||
|
|||||||
@ -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
|
usr/include/nymea-remoteproxyclient/* usr/include/nymea-remoteproxyclient
|
||||||
|
|||||||
6
debian/libnymea-remoteproxyclient.install.in
vendored
6
debian/libnymea-remoteproxyclient.install.in
vendored
@ -1,3 +1,3 @@
|
|||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxyclient.so.1
|
usr/lib/libnymea-remoteproxyclient.so.1 usr/lib/@DEB_HOST_MULTIARCH@/
|
||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxyclient.so.1.0
|
usr/lib/libnymea-remoteproxyclient.so.1.0 usr/lib/@DEB_HOST_MULTIARCH@/
|
||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-remoteproxyclient.so.1.0.0
|
usr/lib/libnymea-remoteproxyclient.so.1.0.0 usr/lib/@DEB_HOST_MULTIARCH@/
|
||||||
|
|||||||
@ -62,5 +62,5 @@ for(header, HEADERS) {
|
|||||||
eval(INSTALLS *= headers_$${path})
|
eval(INSTALLS *= headers_$${path})
|
||||||
}
|
}
|
||||||
|
|
||||||
target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
|
target.path = /usr/lib
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|||||||
@ -2,7 +2,7 @@ include(../nymea-remoteproxy.pri)
|
|||||||
|
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
TARGET = nymea-remoteproxyclient
|
TARGET = nymea-remoteproxyclient
|
||||||
target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
|
target.path = /usr/lib/
|
||||||
|
|
||||||
include(libnymea-remoteproxyclient.pri)
|
include(libnymea-remoteproxyclient.pri)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user