From 0325932e429b5fb052c7e697c4ada8511154b0a0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jan 2020 20:55:05 -0500 Subject: Fixed stuff, added ALP logo and added .desktop --- AleePlayer.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AleePlayer.pro') diff --git a/AleePlayer.pro b/AleePlayer.pro index 1e93944..b40e961 100644 --- a/AleePlayer.pro +++ b/AleePlayer.pro @@ -1,5 +1,4 @@ -QT += core gui -QT += multimedia +QT += core gui multimedia greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -32,6 +31,7 @@ FORMS += \ TRANSLATIONS += \ AleePlayer_en_CA.ts + # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin -- cgit v1.2.3