Update the build script

This commit is contained in:
Kevin Yue
2020-02-16 10:50:38 +08:00
parent 68724e3820
commit bf8a0c6f10
7 changed files with 12 additions and 49 deletions

View File

@@ -1,3 +1,5 @@
TARGET = gpservice
QT += dbus
QT -= gui
@@ -30,6 +32,5 @@ SOURCES += \
DBUS_ADAPTORS += gpservice.xml
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
target.path = /usr/local/bin
INSTALLS += target