From af3758f60b349c3f623f43abc2f27a6ed241f22b Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 26 Jul 2018 01:30:01 +0200 Subject: [PATCH] install files --- nymea-app/nymea-app.pro | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/nymea-app/nymea-app.pro b/nymea-app/nymea-app.pro index 2a393964..e47d6432 100644 --- a/nymea-app/nymea-app.pro +++ b/nymea-app/nymea-app.pro @@ -108,6 +108,10 @@ ios: { QMAKE_MAC_XCODE_SETTINGS += IOS_ENTITLEMENTS } +ubuntu_files.path += / +ubuntu_files.files += ../manifest.json ../nymea-app.apparmor ../nymea-app.desktop +INSTALLS += ubuntu_files + BR=$$BRANDING !equals(BR, "") { DEFINES += BRANDING=\\\"$${BR}\\\" @@ -119,10 +123,3 @@ BR=$$BRANDING target.path = /usr/bin INSTALLS += target -DISTFILES += \ - ui/components/BusyOverlay.qml \ - ui/devicepages/NotificationsDevicePage.qml \ - ruletemplates/buttontemplates.json \ - ruletemplates/notificationtemplates.json \ - ui/devicepages/LightDevicePage.qml \ - ruletemplates/accesscontroltemplates.json