mirror of https://github.com/nymea/nymea.git
Don't set debian/ubuntu specific paths in prject file
parent
6c5f8c482a
commit
d466a3c75f
|
|
@ -7,7 +7,7 @@ QT += sql
|
||||||
INCLUDEPATH += $$top_srcdir/libnymea
|
INCLUDEPATH += $$top_srcdir/libnymea
|
||||||
LIBS += -L$$top_builddir/libnymea/ -lnymea -lssl -lcrypto -lavahi-common -lavahi-client -lnymea-mqtt
|
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
|
INSTALLS += target
|
||||||
|
|
||||||
# icons for the webserver
|
# icons for the webserver
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ DEFINES += LIBNYMEA_LIBRARY
|
||||||
|
|
||||||
QMAKE_LFLAGS += -fPIC
|
QMAKE_LFLAGS += -fPIC
|
||||||
|
|
||||||
target.path = /usr/lib/$$system('dpkg-architecture -q DEB_HOST_MULTIARCH')
|
target.path = /usr/lib/
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
# Avahi libs
|
# Avahi libs
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
NYMEA_VERSION_STRING=$$system('dpkg-parsechangelog | sed -n -e "s/^Version: //p"')
|
NYMEA_VERSION_STRING=$$system('dpkg-parsechangelog | sed -n -e "s/^Version: //p"')
|
||||||
|
|
||||||
# Install path for plugins
|
# 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
|
# define protocol versions
|
||||||
JSON_PROTOCOL_VERSION_MAJOR=2
|
JSON_PROTOCOL_VERSION_MAJOR=2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue