File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export Qt5_android=<path to yout android Qt5 installation dir>
58
58
59
59
Installation depends on whether you want to get the application working on
60
60
your own machine or some external device (Android devices are the only
61
- option so far ).
61
+ option in this example ).
62
62
63
63
To generate the executable for your ** own machine** (be it a
64
64
Linux/Windows/MacOS):
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ This subdir will usually contain the following:
6
6
building the ** .apk** file to be deployed on Android devices or to
7
7
** Google Play** . This is where the ** androiddeployqt** tool is being called.
8
8
To find more about it, check out the project's * tool* subdirectory.
9
- This file does not need to be changed in the most cases .
9
+ This file does not usually need to be changed.
10
10
11
- - ** AndroidManifest.xml.cmake** - each android application should provide a
11
+ - ** AndroidManifest.xml.cmake** - each android application should provide an
12
12
AndroidManifest.xml file. To read more about it, the
13
13
[ Android's documentation] ( http://developer.android.com/guide/topics/manifest/manifest-intro.html )
14
14
is pretty rich in details. What is interesting about our manifest file is that
@@ -27,6 +27,6 @@ CMake will generate a *configAndroid.json* file within the build directory. It
27
27
will also interpret this syntax: ** @VAR @** like: * VAR is a variable and I should
28
28
replace it with its actual value* .
29
29
30
- - ** res** directory - containing usually an icon for different resolutions
30
+ - ** res** directory - contains usually an icon for different resolutions
31
31
(which are required when uploading the app to store, for example) and other
32
32
resources.
You can’t perform that action at this time.
0 commit comments