aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-10-22 03:30:12 +0000
committerxiphon <xiphon@protonmail.com>2020-10-26 11:24:45 +0000
commitcd054f6c26c27964425ec7d93de99821e6309fc2 (patch)
treee6f676eb6979241ab4665f056af4467ac1cfb736 /src/main
parentd6cb9b6c85eb5aa210173e0ff84d8e5f58807c41 (diff)
downloadmonzero-gui-cd054f6c26c27964425ec7d93de99821e6309fc2.tar.gz
monzero-gui-cd054f6c26c27964425ec7d93de99821e6309fc2.tar.xz
monzero-gui-cd054f6c26c27964425ec7d93de99821e6309fc2.zip
docker: fix Android build, update to Qt 5.15, README.md build steps
Co-authored-by: takel
Diffstat (limited to 'src/main')
-rw-r--r--src/main/main.cpp2
1 files changed, 0 insertions, 2 deletions
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)