~zeller-benjamin/qtcreator-plugin-ubuntu/fixdevicedetection

« back to all changes in this revision

Viewing changes to share/qtcreator/templates/wizards/ubuntu/backend-app-cmake/wizard.xml

  • Committer: CI Train Bot
  • Author(s): Benjamin Zeller
  • Date: 2015-05-08 14:24:01 UTC
  • mfrom: (382.2.3 qtcreator-plugin-ubuntu)
  • Revision ID: ci-train-bot@canonical.com-20150508142401-e7k8yhb5niqz450a
- Fix lp:1357237 "Inconsistent QML main files"
- Fix lp:1280631 "SDK should have same restrictions on version number"
- Fix lp:1450481 "Default password not displayed in emulator creation wizard" Fixes: #1280631, #1357237, #1450481
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        <file source="cmake/Click.cmake"                                 target="cmake/Click.cmake" openeditor="false"/>
35
35
        <file source="manifest.json.in"                                        target="manifest.json.in" openeditor="true"/>
36
36
        <file source="../share/displayName.apparmor"                       target="%ClickHookName%.apparmor" openeditor="false"/>
37
 
        <file source="app/displayName.qml"                     target="app/%ProjectName%.qml" openeditor="true"/>
 
37
        <file source="app/Main.qml"                     target="app/Main.qml" openeditor="true"/>
38
38
        <file source="po/CMakeLists.txt"                       target="po/CMakeLists.txt"     openeditor="false"/>
39
39
   </files>
40
40