Merge lp:~abreu-alexandre/qtcreator-plugin-ubuntu/add-doc-for-html5-cordova-import into lp:qtcreator-plugin-ubuntu

Proposed by Alexandre Abreu
Status: Merged
Approved by: Zoltan Balogh
Approved revision: 212
Merged at revision: 215
Proposed branch: lp:~abreu-alexandre/qtcreator-plugin-ubuntu/add-doc-for-html5-cordova-import
Merge into: lp:qtcreator-plugin-ubuntu
Diff against target: 17 lines (+6/-1)
1 file modified
share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html (+6/-1)
To merge this branch: bzr merge lp:~abreu-alexandre/qtcreator-plugin-ubuntu/add-doc-for-html5-cordova-import
Reviewer Review Type Date Requested Status
Zoltan Balogh Approve
PS Jenkins bot continuous-integration Approve
Adnane Belmadiaf (community) Approve
Review via email: mp+227330@code.launchpad.net

Commit message

Add a bit of documentation in the html5 template index to guide the developer to the "import cordova runtime options"

Description of the change

Add a bit of documentation in the html5 template index to guide the developer to the "import cordova runtime options"

To post a comment you must log in.
Revision history for this message
Adnane Belmadiaf (daker) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Zoltan Balogh (bzoltan) wrote :

OK

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html'
2--- share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html 2014-07-04 12:58:32 +0000
3+++ share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html 2014-07-18 13:59:53 +0000
4@@ -19,7 +19,12 @@
5 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tab.js"></script>
6 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tabs.js"></script>
7
8- <!-- Cordova platform API access - Uncomment this to have access to the Javascript APIs -->
9+ <!-- Cordova platform API access - Uncomment this to have access to the Cordova Javascript APIs -->
10+ <!-- NOTE:
11+ Make sure that you have imported the Cordova native runtime and JS libraries into your project first.
12+ In order to do that, in QtCreator, select the "Add Cordova runtime to HTML5 project" menu item
13+ in Tools > Ubuntu.
14+ -->
15 <!-- <script src="cordova/cordova.js"></script> -->
16
17 <!-- Application script -->

Subscribers

People subscribed via source and target branches