appveyorimgbotreadme
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8' standalone='no'?> |
---|
2 | <qnx xmlns="http://www.qnx.com/schemas/application/1.0"> |
---|
3 | <id>info.tspsg.app.blackberry</id> |
---|
4 | <author>Oleksii Serdiuk</author> |
---|
5 | <authorId>gYAAgOgaIb4973NLSyzhcqWpc9s</authorId> |
---|
6 | <name>TSP Solver and Generator</name> |
---|
7 | <versionNumber>0.1.4</versionNumber> |
---|
8 | <buildId>173</buildId> |
---|
9 | <description>TSP Solver and Generator is intended to generate and solve Travelling Salesman Problem tasks.</description> |
---|
10 | <copyright>(C) 2007-2013 Oleksii Serdiuk</copyright> |
---|
11 | <initialWindow> |
---|
12 | <autoOrients>true</autoOrients> |
---|
13 | <systemChrome>none</systemChrome> |
---|
14 | <transparent>false</transparent> |
---|
15 | </initialWindow> |
---|
16 | <!-- Environment --> |
---|
17 | <env value="app/native/plugins:/usr/lib/qt4/plugins" var="QT_PLUGIN_PATH"/> |
---|
18 | <env value="app/native/lib:/usr/lib/qt4/lib" var="LD_LIBRARY_PATH"/> |
---|
19 | <!-- Startup arguments --> |
---|
20 | <arg>-style</arg> |
---|
21 | <arg>bb10dark</arg> |
---|
22 | <!-- Permissions --> |
---|
23 | <action system="true">run_native</action> |
---|
24 | <action>access_shared</action> |
---|
25 | <!-- Assets --> |
---|
26 | <asset path="tspsg" type="Qnx/Elf" entry="true">tspsg</asset> |
---|
27 | <asset path="%SRC_DIR%/resources/tspsg.png">tspsg.png</asset> |
---|
28 | <icon> |
---|
29 | <image>tspsg.png</image> |
---|
30 | </icon> |
---|
31 | </qnx> |
---|
Note: See
TracBrowser
for help on using the repository browser.