desktop file

portability/boost
zetaPRIME 2019-06-25 18:26:43 -04:00
parent 9399061c20
commit bf6879434a
2 changed files with 16 additions and 0 deletions

12
xybrid/xybrid.desktop Normal file
View File

@ -0,0 +1,12 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Xybrid
Comment=Hybrid tracker
Categories=Audio;Sequencer;Qt;
Icon=xybrid
Path=/opt/xybrid/bin
Exec=xybrid
Terminal=false

View File

@ -40,3 +40,7 @@ RESOURCES += res/resources.qrc
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
desktop.path = /usr/share/applications
desktop.files += xybrid.desktop
INSTALLS += desktop