docker: fix Android build, update to Qt 5.15, README.md build steps

Co-authored-by: takel
This commit is contained in:
xiphon
2020-10-22 03:30:12 +00:00
parent d6cb9b6c85
commit cd054f6c26
6 changed files with 249 additions and 267 deletions

View File

@@ -156,8 +156,6 @@ int main(int argc, char *argv[])
// platform dependant settings
#if !defined(Q_OS_ANDROID) && !defined(Q_OS_IOS)
bool isDesktop = true;
#elif defined(Q_OS_LINUX)
bool isLinux = true;
#elif defined(Q_OS_ANDROID)
bool isAndroid = true;
#elif defined(Q_OS_IOS)