diff --git a/libnymea-core/libnymea-core.pro b/libnymea-core/libnymea-core.pro index 6c542eb4..f8d4c3a3 100644 --- a/libnymea-core/libnymea-core.pro +++ b/libnymea-core/libnymea-core.pro @@ -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 diff --git a/libnymea/libnymea.pro b/libnymea/libnymea.pro index 2e1b544b..b7b0ac9b 100644 --- a/libnymea/libnymea.pro +++ b/libnymea/libnymea.pro @@ -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 diff --git a/nymea.pri b/nymea.pri index dfd7162c..d25c25a8 100644 --- a/nymea.pri +++ b/nymea.pri @@ -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