From cd054f6c26c27964425ec7d93de99821e6309fc2 Mon Sep 17 00:00:00 2001 From: xiphon Date: Thu, 22 Oct 2020 03:30:12 +0000 Subject: docker: fix Android build, update to Qt 5.15, README.md build steps Co-authored-by: takel --- src/main/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main/main.cpp') diff --git a/src/main/main.cpp b/src/main/main.cpp index e13c6198..0875c530 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -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) -- cgit v1.2.3