diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2016-02-12 01:09:19 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2016-02-12 01:09:19 +0100 |
| commit | 0d5ae0b50811736713bda642489d038759883589 (patch) | |
| tree | f3b94d7fed375b60c28762c0f4631459749daa60 /rockwork/rockwork.pro | |
| parent | 29aaea2d80a9eb1715b6cddfac2d2aacf76358bd (diff) | |
Compiling
Sailfish platform integration files created and bluetooth debug tweaked
to build.
Diffstat (limited to 'rockwork/rockwork.pro')
| -rw-r--r-- | rockwork/rockwork.pro | 11 |
1 files changed, 5 insertions, 6 deletions
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 += \ |
