aboutsummaryrefslogtreecommitdiff
path: root/qspaceapi.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qspaceapi.pro')
-rw-r--r--qspaceapi.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/qspaceapi.pro b/qspaceapi.pro
index 117f34e..2cc1ade 100644
--- a/qspaceapi.pro
+++ b/qspaceapi.pro
@@ -12,7 +12,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
12TARGET = qspacestatus 12TARGET = qspacestatus
13TEMPLATE = app 13TEMPLATE = app
14 14
15target.path = /usr/local/bin/ 15target.path = bin/
16INSTALLS += target 16INSTALLS += target
17 17
18SOURCES += main.cpp\ 18SOURCES += main.cpp\
@@ -25,6 +25,7 @@ FORMS += mainwindow.ui
25DISTFILES += \ 25DISTFILES += \
26 folder.png \ 26 folder.png \
27 packages/arch/PKGBUILD \ 27 packages/arch/PKGBUILD \
28 packages/arch/Makefile 28 packages/arch/Makefile \
29 share/xdg/qspacestatus.desktop
29 30
30RESOURCES += 31RESOURCES +=
..