mirror of https://github.com/nymea/nymea.git
Merge PR #547: Update nymead server installation path prefix mechanism
commit
23b83761b7
|
|
@ -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