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
=== modified file 'share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html'
--- share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html 2014-07-04 12:58:32 +0000
+++ share/qtcreator/templates/wizards/ubuntu/html5-simple/www/index.html 2014-07-18 13:59:53 +0000
@@ -19,7 +19,12 @@
19 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tab.js"></script>19 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tab.js"></script>
20 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tabs.js"></script>20 <script src="/usr/share/ubuntu-html5-ui-toolkit/0.1/ambiance/js/tabs.js"></script>
2121
22 <!-- Cordova platform API access - Uncomment this to have access to the Javascript APIs -->22 <!-- Cordova platform API access - Uncomment this to have access to the Cordova Javascript APIs -->
23 <!-- NOTE:
24 Make sure that you have imported the Cordova native runtime and JS libraries into your project first.
25 In order to do that, in QtCreator, select the "Add Cordova runtime to HTML5 project" menu item
26 in Tools > Ubuntu.
27 -->
23 <!-- <script src="cordova/cordova.js"></script> -->28 <!-- <script src="cordova/cordova.js"></script> -->
2429
25 <!-- Application script -->30 <!-- Application script -->

Subscribers

People subscribed via source and target branches