~ubuntu-sdk-team/qtcreator-plugin-remotelinux/trunk

« back to all changes in this revision

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

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    </initialWindow>
14
14
    <publisher>PUBLISHER</publisher>
15
15
    <copyright>COPYRIGHT</copyright>
16
 
    <env var="QML_IMPORT_PATH" value="app/native/imports:/usr/lib/qt4/imports"/>
17
 
    <env var="QT_PLUGIN_PATH" value="app/native/plugins:/usr/lib/qt4/plugins"/>
18
 
    <env var="LD_LIBRARY_PATH" value="app/native/lib:/usr/lib/qt4/lib/"/>
19
16
    <arg>-style</arg>
20
 
    <arg>qnxlight</arg>
 
17
    <!-- available styles are bb10dark and bb10bright -->
 
18
    <arg>bb10dark</arg>
21
19
 
22
20
    <action system="true">run_native</action>
23
21