~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to share/qtcreator/templates/wizards/bb-qt5-guiapp/bar-descriptor.xml

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
 
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
3
 
    <id>com.example.%ProjectName%</id>
4
 
    <name>%ProjectName%</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="QML2_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
 
    <publisher>PUBLISHER</publisher>
19
 
    <copyright>COPYRIGHT</copyright>
20
 
 
21
 
    <arg>-platform</arg>
22
 
    <arg>qnx</arg>
23
 
 
24
 
    <action system="true">run_native</action>
25
 
    <asset entry="true" path="%ProjectName%" type="Qnx/Elf">%ProjectName%</asset>
26
 
 
27
 
    <!-- These values will be replaced when deploying in Qt Creator -->
28
 
    <asset path="%QT_INSTALL_LIBS%">lib</asset>
29
 
    <asset path="%QT_INSTALL_PLUGINS%">plugins</asset>
30
 
    <asset path="%QT_INSTALL_QML%">imports</asset>
31
 
</qnx>