diff options
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 += \ |
