diff options
| author | xiphon <xiphon@protonmail.com> | 2020-10-22 03:30:12 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2020-10-26 11:24:45 +0000 |
| commit | cd054f6c26c27964425ec7d93de99821e6309fc2 (patch) | |
| tree | e6f676eb6979241ab4665f056af4467ac1cfb736 /src/main | |
| parent | d6cb9b6c85eb5aa210173e0ff84d8e5f58807c41 (diff) | |
| download | monzero-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.cpp | 2 |
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) |
