Don't set debian/ubuntu specific paths in prject file

pull/153/head
Michael Zanetti 2019-04-15 14:08:06 +02:00
parent 6c5f8c482a
commit d466a3c75f
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ QT += sql
INCLUDEPATH += $$top_srcdir/libnymea
LIBS += -L$$top_builddir/libnymea/ -lnymea -lssl -lcrypto -lavahi-common -lavahi-client -lnymea-mqtt
target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
target.path = /usr/lib/
INSTALLS += target
# icons for the webserver

View File

@ -8,7 +8,7 @@ DEFINES += LIBNYMEA_LIBRARY
QMAKE_LFLAGS += -fPIC
target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
target.path = /usr/lib/
INSTALLS += target
# Avahi libs

View File

@ -2,7 +2,7 @@
NYMEA_VERSION_STRING=$$system('dpkg-parsechangelog | sed -n -e "s/^Version: //p"')
# Install path for plugins
NYMEA_PLUGINS_PATH=/usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')/nymea/plugins/
NYMEA_PLUGINS_PATH=/usr/lib/nymea/plugins/
# define protocol versions
JSON_PROTOCOL_VERSION_MAJOR=2