diff options
author | Matthew Waters <matthew@centricular.com> | 2020-05-15 13:13:57 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2020-05-15 13:15:06 +1000 |
commit | 10b63feaf03e6810ca5e3d5dbdf7e1918ea52e48 (patch) | |
tree | c5de4ddcc282ee30603ec266e351ef12d5bf3eea /README.md | |
parent | 6d6784d2b96dfec79b8127bd95e31d6cdd2dc89e (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.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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`: |