From a6f8eb21b90b4b8365db673d16fe574937c34a3c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 21 Jan 2020 12:24:54 -0500 Subject: Added travis --- AleePlayer.pro | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'AleePlayer.pro') 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 -- cgit v1.2.3