aboutsummaryrefslogtreecommitdiff
path: root/AleePlayer.pro
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-21 12:24:54 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-21 12:24:54 -0500
commita6f8eb21b90b4b8365db673d16fe574937c34a3c (patch)
tree7841b0274aa15c48f175d3f4d5c75a4b2dd1fea8 /AleePlayer.pro
parent0325932e429b5fb052c7e697c4ada8511154b0a0 (diff)
downloaderable-godot-a6f8eb21b90b4b8365db673d16fe574937c34a3c.tar.gz
erable-godot-a6f8eb21b90b4b8365db673d16fe574937c34a3c.tar.bz2
erable-godot-a6f8eb21b90b4b8365db673d16fe574937c34a3c.zip
Added travis
Diffstat (limited to 'AleePlayer.pro')
-rw-r--r--AleePlayer.pro22
1 files changed, 19 insertions, 3 deletions
diff --git a/AleePlayer.pro b/AleePlayer.pro
index b40e961..c7ffdff 100644
--- a/AleePlayer.pro
+++ b/AleePlayer.pro
@@ -32,7 +32,23 @@ TRANSLATIONS += \
AleePlayer_en_CA.ts
+unix:!macx:!android {
+
+ TARGET = AleePlayer
+
+ target.path = /usr/bin
+
+ desktop.path = /usr/share/applications
+ desktop.files = AleePlayer.desktop
+
+ icon.path = /usr/share/icons/hicolor/scalable/apps/
+ icon.files = ALP.svg
+
+
+ INSTALLS += target desktop icon
+}
+
+
# Default rules for deployment.
-qnx: target.path = /tmp/$${TARGET}/bin
-else: unix:!android: target.path = /opt/$${TARGET}/bin
-!isEmpty(target.path): INSTALLS += target
+#qnx: target.path = /tmp/$${TARGET}/bin
+#!isEmpty(target.path): INSTALLS += target