Skip to content

Commit 9d3d341

Browse files
committed
Small adjustments in READMEs
1 parent a6fef46 commit 9d3d341

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export Qt5_android=<path to yout android Qt5 installation dir>
5858

5959
Installation depends on whether you want to get the application working on
6060
your own machine or some external device (Android devices are the only
61-
option so far).
61+
option in this example).
6262

6363
To generate the executable for your **own machine** (be it a
6464
Linux/Windows/MacOS):

android/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This subdir will usually contain the following:
66
building the **.apk** file to be deployed on Android devices or to
77
**Google Play**. This is where the **androiddeployqt** tool is being called.
88
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.
1010

11-
- **AndroidManifest.xml.cmake** - each android application should provide a
11+
- **AndroidManifest.xml.cmake** - each android application should provide an
1212
AndroidManifest.xml file. To read more about it, the
1313
[Android's documentation](http://developer.android.com/guide/topics/manifest/manifest-intro.html)
1414
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
2727
will also interpret this syntax: **@VAR@** like: *VAR is a variable and I should
2828
replace it with its actual value*.
2929

30-
- **res** directory - containing usually an icon for different resolutions
30+
- **res** directory - contains usually an icon for different resolutions
3131
(which are required when uploading the app to store, for example) and other
3232
resources.

0 commit comments

Comments
 (0)