Advertisement
Guest User

bar-descriptor old

a guest
Apr 5th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <qnx xmlns="http://www.qnx.com/schemas/application/1.0">
  3.     <id>ID</id>
  4.     <name>QTMediaPlayer</name>
  5.     <versionNumber>1.0.0</versionNumber>
  6.     <description>DESCRIPTION</description>
  7.  
  8.     <initialWindow>
  9.         <systemChrome>none</systemChrome>
  10.         <transparent>false</transparent>
  11.         <autoOrients>true</autoOrients>
  12.         <aspectRatio>landscape</aspectRatio>
  13.     </initialWindow>
  14.  
  15.     <env var="QML_IMPORT_PATH" value="app/native/imports"/>
  16.     <env var="QT_PLUGIN_PATH" value="app/native/plugins"/>
  17.     <env var="LD_LIBRARY_PATH" value="app/native/lib"/>
  18.     <arg>-platform</arg>
  19.     <arg>blackberry</arg>
  20.  
  21.     <action system="true">run_native</action>
  22.     <asset entry="true" path="QTMediaPlayer" type="Qnx/Elf">QTMediaPlayer</asset>
  23.  
  24.     <asset path="splashscreen.png">splashscreen.png</asset>
  25.     <asset path="icon.png">icon.png</asset>
  26.     <asset path="qml">qml</asset>
  27.  
  28.     <!-- These values will be replaced when deploying in Qt Creator -->
  29.     <asset path="%QT_INSTALL_LIBS%">lib</asset>
  30.    
  31.     <asset path="%QT_INSTALL_PLUGINS%">plugins</asset>
  32.     <asset path="%QT_INSTALL_IMPORTS%">imports</asset>
  33.  
  34.     <icon><image>icon.png</image></icon>
  35.     <splashscreen>splashscreen.png</splashscreen>
  36. </qnx>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement