mirror of https://github.com/nymea/nymea.git
Update nymead server default installation path using the QT_INSTALL_PREFIX
parent
5674ba7567
commit
ea2c87f3a5
|
|
@ -5,7 +5,7 @@ TEMPLATE = app
|
|||
|
||||
INCLUDEPATH += ../libnymea ../libnymea-core $$top_builddir
|
||||
|
||||
target.path = /usr/bin
|
||||
target.path = $$[QT_INSTALL_PREFIX]/bin
|
||||
INSTALLS += target
|
||||
|
||||
QT += sql xml websockets bluetooth dbus network
|
||||
|
|
|
|||
Loading…
Reference in New Issue