-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbar-descriptor.xml
More file actions
25 lines (25 loc) · 1.06 KB
/
bar-descriptor.xml
File metadata and controls
25 lines (25 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
<id>com.iktwo.musicgear</id>
<name>Musicgear</name>
<versionNumber>0.0.1</versionNumber>
<description>Stream and download your favorite music!</description>
<initialWindow>
<aspectRatio>portrait</aspectRatio>
<autoOrients>false</autoOrients>
<systemChrome>none</systemChrome>
<transparent>false</transparent>
</initialWindow>
<author>Iktwo Sh.</author>
<copyright>COPYRIGHT</copyright>
<action system="true">run_native</action>
<action>access_shared</action>
<!-- musicgear should point to the project binary, path can be relative -->
<asset type="Qnx/Elf" path="musicgear" entry="true">musicgear</asset>
<!-- These values will be replaced when deploying in Qt Creator -->
<icon>
<image>musicgear_114.png</image>
</icon>
<authorId>gYAAgN2zCToGII_rU_DvHko5ePw</authorId>
<asset path="%SRC_DIR%/resources/images/icon/musicgear_114.png">musicgear_114.png</asset>
</qnx>