aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild/linux/qspacestatusbin0 -> 72448 bytes
-rw-r--r--qspaceapi.pro2
2 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/qspacestatus b/build/linux/qspacestatus
new file mode 100755
index 0000000..ddc4755
--- /dev/null
+++ b/build/linux/qspacestatus
Binary files differ
diff --git a/qspaceapi.pro b/qspaceapi.pro
index 4384e98..7e25d7c 100644
--- a/qspaceapi.pro
+++ b/qspaceapi.pro
@@ -9,7 +9,7 @@ QT += core gui network
9 9
10greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 10greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
11 11
12TARGET = qtapp 12TARGET = qspacestatus
13TEMPLATE = app 13TEMPLATE = app
14 14
15 15
..