summaryrefslogtreecommitdiff
path: root/rockwork
diff options
context:
space:
mode:
Diffstat (limited to 'rockwork')
-rw-r--r--rockwork/rockwork.pro11
-rw-r--r--rockwork/rockwork.qrc1
2 files changed, 5 insertions, 7 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 += \
diff --git a/rockwork/rockwork.qrc b/rockwork/rockwork.qrc
index 1d565a1..3fc0cfb 100644
--- a/rockwork/rockwork.qrc
+++ b/rockwork/rockwork.qrc
@@ -43,6 +43,5 @@
<file>ContentPeerPickerPage.qml</file>
<file>HealthSettingsDialog.qml</file>
<file>SettingsPage.qml</file>
- <file>ImportPackagePage.qml</file>
</qresource>
</RCC>