summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2020-05-15 13:13:57 +1000
committerMatthew Waters <matthew@centricular.com>2020-05-15 13:15:06 +1000
commit10b63feaf03e6810ca5e3d5dbdf7e1918ea52e48 (patch)
treec5de4ddcc282ee30603ec266e351ef12d5bf3eea /README.md
parent6d6784d2b96dfec79b8127bd95e31d6cdd2dc89e (diff)
utils: fix qt detection with qt 5.14 android dirctory layout
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/481>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index b8e09355..2040dd41 100644
--- a/README.md
+++ b/README.md
@@ -178,9 +178,10 @@ You must also tell Cerbero where your Qt5 installation prefix is. You can do it
by setting the `QMAKE` environment variable to point to the `qmake` that you
want to use, f.ex. `/path/to/Qt5.12.0/5.12.0/ios/bin/qmake`
-When building for Android Universal, instead of `QMAKE`, you **must** set the
-`QT5_PREFIX` environment variable pointed to the directory inside your prefix
-which contains all the android targets, f.ex. `/path/to/Qt5.12.0/5.12.0`.
+When building for Android Universal with Qt < 5.14, instead of `QMAKE`, you
+**must** set the `QT5_PREFIX` environment variable pointed to the directory
+inside your prefix which contains all the android targets, f.ex.
+`/path/to/Qt5.12.0/5.12.0`.
Next, run `package`: