Update nymead server default installation path using the QT_INSTALL_PREFIX

pull/547/head
Simon Stürz 2022-07-25 15:45:30 +02:00
parent 5674ba7567
commit ea2c87f3a5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ TEMPLATE = app
INCLUDEPATH += ../libnymea ../libnymea-core $$top_builddir INCLUDEPATH += ../libnymea ../libnymea-core $$top_builddir
target.path = /usr/bin target.path = $$[QT_INSTALL_PREFIX]/bin
INSTALLS += target INSTALLS += target
QT += sql xml websockets bluetooth dbus network QT += sql xml websockets bluetooth dbus network