From 0d5ae0b50811736713bda642489d038759883589 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 12 Feb 2016 01:09:19 +0100 Subject: Compiling Sailfish platform integration files created and bluetooth debug tweaked to build. --- rockwork/rockwork.pro | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'rockwork/rockwork.pro') diff --git a/rockwork/rockwork.pro b/rockwork/rockwork.pro index 43b1dea..0d04f81 100644 --- a/rockwork/rockwork.pro +++ b/rockwork/rockwork.pro @@ -1,8 +1,7 @@ TEMPLATE = app -TARGET = rockwork +TARGET = rockpool include(../version.pri) -load(ubuntu-click) QT += qml quick dbus @@ -48,19 +47,19 @@ OTHER_FILES += $${CONF_FILES} \ #specify where the config files are installed to -config_files.path = /rockwork +config_files.path = /rockpool config_files.files += $${CONF_FILES} INSTALLS+=config_files #install the desktop file, a translated version is #automatically created in the build directory -desktop_file.path = /rockwork -desktop_file.files = $$OUT_PWD/rockwork.desktop +desktop_file.path = /rockpool +desktop_file.files = $$OUT_PWD/rockpool.desktop desktop_file.CONFIG += no_check_exist INSTALLS+=desktop_file # Default rules for deployment. -target.path = $${UBUNTU_CLICK_BINARY_PATH} +target.path = /usr/bin INSTALLS+=target DISTFILES += \ -- cgit v1.2.3