diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-20 20:55:05 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-20 20:55:05 -0500 |
| commit | 0325932e429b5fb052c7e697c4ada8511154b0a0 (patch) | |
| tree | ecfcc5b5f8a9fe22517973f6cab4a7ac0e8b7d00 /AleePlayer.pro | |
| parent | c48008443870d54c28f721ce4db373c6030e8720 (diff) | |
| download | erable-godot-0325932e429b5fb052c7e697c4ada8511154b0a0.tar.gz erable-godot-0325932e429b5fb052c7e697c4ada8511154b0a0.tar.bz2 erable-godot-0325932e429b5fb052c7e697c4ada8511154b0a0.zip | |
Fixed stuff, added ALP logo and added .desktop
Diffstat (limited to 'AleePlayer.pro')
| -rw-r--r-- | AleePlayer.pro | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
