Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sending build context to Docker daemon 14.34kB
- Step 1/67 : FROM debian:unstable
- ---> 0742af50f0db
- Step 2/67 : RUN apt-get update && apt-get install -y unzip automake build-essential curl file pkg-config git python3 libtool wget libtinfo5
- ---> Using cache
- ---> 311e466e03ff
- Step 3/67 : RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386 && apt-get install -y ca-certificates-java openjdk-8-jdk-headless openjdk-8-jre-headless ant
- ---> Using cache
- ---> 9090ce93f0e8
- Step 4/67 : ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
- ---> Using cache
- ---> f5e90c66e795
- Step 5/67 : ENV PATH $JAVA_HOME/bin:$PATH
- ---> Using cache
- ---> 5df4349d8733
- Step 6/67 : WORKDIR /opt/android
- ---> Using cache
- ---> 045980af9ac7
- Step 7/67 : ARG NPROC=26
- ---> Using cache
- ---> 0d1a38481432
- Step 8/67 : ENV ANDROID_SDK_REVISION 4333796
- ---> Using cache
- ---> 624d5f0ee8f6
- Step 9/67 : ENV ANDROID_SDK_HASH 92ffee5a1d98d856634e8b71132e8a95d96c83a63fde1099be3d86df3106def9
- ---> Using cache
- ---> 9af71112d87b
- Step 10/67 : RUN curl -s -O https://dl.google.com/android/repository/sdk-tools-linux-${ANDROID_SDK_REVISION}.zip && echo "${ANDROID_SDK_HASH} sdk-tools-linux-${ANDROID_SDK_REVISION}.zip" | sha256sum -c && unzip sdk-tools-linux-${ANDROID_SDK_REVISION}.zip && rm -f sdk-tools-linux-${ANDROID_SDK_REVISION}.zip
- ---> Using cache
- ---> 3aea403aa1ad
- Step 11/67 : ENV ANDROID_NDK_REVISION 21d
- ---> Using cache
- ---> 6e5a879a920f
- Step 12/67 : ENV ANDROID_NDK_HASH bcf4023eb8cb6976a4c7cff0a8a8f145f162bf4d
- ---> Using cache
- ---> 61403d2842f9
- Step 13/67 : RUN curl -s -O https://dl.google.com/android/repository/android-ndk-r${ANDROID_NDK_REVISION}-linux-x86_64.zip && echo "${ANDROID_NDK_HASH} android-ndk-r${ANDROID_NDK_REVISION}-linux-x86_64.zip" | shasum -c && unzip android-ndk-r${ANDROID_NDK_REVISION}-linux-x86_64.zip && rm -f android-ndk-r${ANDROID_NDK_REVISION}-linux-x86_64.zip
- ---> Using cache
- ---> f7d926b744a4
- Step 14/67 : ENV WORKDIR /opt/android
- ---> Using cache
- ---> 4c4031b989ff
- Step 15/67 : ENV ANDROID_SDK_ROOT ${WORKDIR}/tools
- ---> Using cache
- ---> a177b12a7a8f
- Step 16/67 : ENV ANDROID_NDK_ROOT ${WORKDIR}/android-ndk-r${ANDROID_NDK_REVISION}
- ---> Using cache
- ---> 56b56c0d134b
- Step 17/67 : ENV PREFIX /opt/android/prefix
- ---> Using cache
- ---> 58ebd47ef2f3
- Step 18/67 : ENV TOOLCHAIN_DIR ${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64
- ---> Using cache
- ---> c2ec13a2b8b2
- Step 19/67 : ENV CMAKE_VERSION 3.18.1
- ---> Using cache
- ---> 8a03c0680c0c
- Step 20/67 : ARG CMAKE_HASH=537de8ad3a7fb4ec9b8517870db255802ad211aec00002c651e178848f7a769e
- ---> Using cache
- ---> 0333aeddb020
- Step 21/67 : RUN cd /usr && wget https://github.com/Kitware/CMake/releases/download/v3.18.1/cmake-3.18.1-Linux-x86_64.tar.gz && echo "${CMAKE_HASH} /usr/cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz" | sha256sum -c && tar -xzf /usr/cmake-3.18.1-Linux-x86_64.tar.gz && rm -f /usr/cmake-3.18.1-Linux-x86_64.tar.gz
- ---> Using cache
- ---> af4b738fcb51
- Step 22/67 : ENV PATH /usr/cmake-${CMAKE_VERSION}-Linux-x86_64/bin:$PATH
- ---> Using cache
- ---> 85d9bbf9d75e
- Step 23/67 : ARG BOOST_VERSION=1_73_0
- ---> Using cache
- ---> d28db6e410b1
- Step 24/67 : ARG BOOST_VERSION_DOT=1.73.0
- ---> Using cache
- ---> 8117d2f3631f
- Step 25/67 : ARG BOOST_HASH=4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402
- ---> Using cache
- ---> c8d73916b618
- Step 26/67 : RUN set -ex && curl -s -L -o boost_${BOOST_VERSION}.tar.bz2 https://dl.bintray.com/boostorg/release/${BOOST_VERSION_DOT}/source/boost_${BOOST_VERSION}.tar.bz2 && echo "${BOOST_HASH} boost_${BOOST_VERSION}.tar.bz2" | sha256sum -c && tar -xvf boost_${BOOST_VERSION}.tar.bz2 && rm -f boost_${BOOST_VERSION}.tar.bz2 && cd boost_${BOOST_VERSION} && ./bootstrap.sh --prefix=${PREFIX}
- ---> Using cache
- ---> 34262adf0d65
- Step 27/67 : ENV HOST_PATH $PATH
- ---> Using cache
- ---> 034d4c20eb8d
- Step 28/67 : ENV PATH $TOOLCHAIN_DIR/aarch64-linux-android/bin:$TOOLCHAIN_DIR/bin:$PATH
- ---> Using cache
- ---> 9b0037035024
- Step 29/67 : ENV PATH ${ANDROID_NDK_ROOT}/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
- ---> Using cache
- ---> 0a416161faf4
- Step 30/67 : ENV ICONV_VERSION 1.16
- ---> Using cache
- ---> ab55bd39bcb0
- Step 31/67 : ENV ICONV_HASH ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178
- ---> Using cache
- ---> 2f0ad2a8216a
- Step 32/67 : RUN curl -s -O http://ftp.gnu.org/pub/gnu/libiconv/libiconv-${ICONV_VERSION}.tar.gz && tar -xzf libiconv-${ICONV_VERSION}.tar.gz && rm -f libiconv-${ICONV_VERSION}.tar.gz && cd libiconv-${ICONV_VERSION} && CC=aarch64-linux-android28-clang CXX=aarch64-linux-android28-clang++ ./configure --build=x86_64-linux-gnu --host=aarch64 --prefix=${PREFIX} --disable-rpath && make -j${NPROC} && make install
- ---> Using cache
- ---> a028c46e94fa
- Step 33/67 : RUN cd boost_${BOOST_VERSION} && ./b2 --build-type=minimal link=static runtime-link=static --with-chrono --with-date_time --with-filesystem --with-program_options --with-regex --with-serialization --with-system --with-thread --with-locale --build-dir=android --stagedir=android toolset=clang threading=multi threadapi=pthread target-os=android -sICONV_PATH=${PREFIX} install -j${NPROC}
- ---> Using cache
- ---> 4487d2d5b4aa
- Step 34/67 : ENV ZLIB_VERSION 1.2.11
- ---> Using cache
- ---> a48ba92636f3
- Step 35/67 : ENV ZLIB_HASH c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
- ---> Using cache
- ---> bf4c3f453bbd
- Step 36/67 : RUN curl -s -O https://zlib.net/zlib-${ZLIB_VERSION}.tar.gz && echo "${ZLIB_HASH} zlib-${ZLIB_VERSION}.tar.gz" | sha256sum -c && tar -xzf zlib-${ZLIB_VERSION}.tar.gz && rm zlib-${ZLIB_VERSION}.tar.gz && mv zlib-${ZLIB_VERSION} zlib && cd zlib && CC=aarch64-linux-android28-clang CXX=aarch64-linux-android28-clang++ ./configure --static && make -j${NPROC}
- ---> Using cache
- ---> be1dfd579056
- Step 37/67 : ENV ANDROID_NDK_HOME ${WORKDIR}/android-ndk-r${ANDROID_NDK_REVISION}
- ---> Using cache
- ---> 9bf7e26e97e0
- Step 38/67 : ARG OPENSSL_VERSION=1.1.1g
- ---> Using cache
- ---> 29377884d2e2
- Step 39/67 : ARG OPENSSL_HASH=ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46
- ---> Using cache
- ---> 07f5d7a110f5
- Step 40/67 : RUN curl -s -O https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz && echo "${OPENSSL_HASH} openssl-${OPENSSL_VERSION}.tar.gz" | sha256sum -c && tar -xzf openssl-${OPENSSL_VERSION}.tar.gz && rm openssl-${OPENSSL_VERSION}.tar.gz && cd openssl-${OPENSSL_VERSION} && ./Configure CC=aarch64-linux-android28-clang CXX=aarch64-linux-android28-clang++ android-arm64 no-asm no-shared --static --with-zlib-include=${WORKDIR}/zlib/include --with-zlib-lib=${WORKDIR}/zlib/lib --prefix=${PREFIX} --openssldir=${PREFIX} && sed -i 's/CNF_EX_LIBS=-ldl -pthread//g;s/BIN_CFLAGS=-pie $(CNF_CFLAGS) $(CFLAGS)//g' Makefile && make -j${NPROC} && make -j31 install
- ---> Using cache
- ---> 829420fdc916
- Step 41/67 : ARG ZMQ_VERSION=master
- ---> Using cache
- ---> 084a913cc4d0
- Step 42/67 : ARG ZMQ_HASH=501d0815bf2b0abb93be8214fc66519918ef6c40
- ---> Using cache
- ---> bf34a8b37559
- Step 43/67 : RUN git clone https://github.com/zeromq/libzmq.git -b ${ZMQ_VERSION} && cd libzmq && git checkout ${ZMQ_HASH} && ./autogen.sh && CC=aarch64-linux-android28-clang CXX=aarch64-linux-android28-clang++ ./configure --prefix=${PREFIX} --host=aarch64-linux-android --enable-static --disable-shared && make -j${NPROC} && make -j31 install
- ---> Using cache
- ---> 360135a78b38
- Step 44/67 : ARG SODIUM_VERSION=1.0.18
- ---> Using cache
- ---> bbca9ac8a2a7
- Step 45/67 : ARG SODIUM_HASH=4f5e89fa84ce1d178a6765b8b46f2b6f91216677
- ---> Using cache
- ---> ccea43a1094a
- Step 46/67 : RUN set -ex && git clone https://github.com/jedisct1/libsodium.git -b ${SODIUM_VERSION} && cd libsodium && test `git rev-parse HEAD` = ${SODIUM_HASH} || exit 1 && ./autogen.sh && CC=aarch64-linux-android28-clang CXX=aarch64-linux-android28-clang++ ./configure --prefix=${PREFIX} --host=aarch64-linux-android --enable-static --disable-shared && make -j${NPROC} && make install
- ---> Using cache
- ---> b73053637c51
- Step 47/67 : ENV QT_VERSION 5.15
- ---> Using cache
- ---> fe5e2bdafd41
- Step 48/67 : RUN git clone git://code.qt.io/qt/qt5.git -b ${QT_VERSION} && cd qt5 && perl init-repository
- ---> Using cache
- ---> 36535f44b0ed
- Step 49/67 : ENV ANDROID_API android-28
- ---> Using cache
- ---> e72aea33fd59
- Step 50/67 : RUN rm -rf /opt/android/boost_1_73_0/libs/wave/test/testwave/testfiles/utf8-test-*
- ---> Using cache
- ---> 65773b79a9ea
- Step 51/67 : RUN cd ${ANDROID_SDK_ROOT} && echo y | ./bin/sdkmanager "platform-tools" "platforms;${ANDROID_API}" "tools"
- ---> Using cache
- ---> d4d31a6806d2
- Step 52/67 : RUN cp -r ${WORKDIR}/platforms ${WORKDIR}/platform-tools ${ANDROID_SDK_ROOT}
- ---> Using cache
- ---> 92bdac06ec67
- Step 53/67 : ENV HOST_PATH $JAVA_HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:${ANDROID_SDK_ROOT}/bin
- ---> Using cache
- ---> d6c63927db8b
- Step 54/67 : ENV PKG_CONFIG /usr/bin/pkg-config
- ---> Using cache
- ---> 26e4300c53ef
- Step 55/67 : RUN cd qt5 && PATH=${HOST_PATH} ./configure -v -developer-build -release -xplatform android-clang -android-ndk-platform ${ANDROID_API} -android-ndk $ANDROID_NDK_ROOT -android-sdk $ANDROID_SDK_ROOT -android-ndk-host linux-x86_64 -no-dbus -no-qpa-platform-guard -opengl es2 -no-use-gold-linker -no-sql-mysql -opensource -confirm-license -android-arch arm64-v8a -prefix ${WORKDIR}/Qt-${QT_VERSION} -nomake tools -nomake tests -nomake examples -skip qtwebengine -skip qtserialport -skip qtconnectivity -skip qttranslations -skip qtpurchasing -skip qtgamepad -skip qtscript -skip qtdoc -no-warnings-are-errors && PATH=${HOST_PATH} make -j 39 module-qtwebsockets module-qtvirtualkeyboard module-qtsvg module-qtwayland module-qtwebglplugin module-qtquickcontrols module-qtquickcontrols2 module-qtlocation module-qtdeclarative module-qtgraphicaleffects module-qtmultimedia && PATH=${HOST_PATH} make install
- ---> Using cache
- ---> 4896e7d05b1e
- Step 56/67 : RUN git clone https://github.com/ZBar/ZBar.git
- ---> Using cache
- ---> 35bc2f396fb4
- Step 57/67 : ENV PATH ${ANDROID_SDK_ROOT}/bin:${WORKDIR}/Qt-${QT_VERSION}/bin:${WORKDIR}/tools:$PATH
- ---> Using cache
- ---> becc0a1fa478
- Step 58/67 : RUN cp android.mk.patch ${WORKDIR}/ZBar
- ---> Using cache
- ---> 82d515ceed9b
- Step 59/67 : RUN cd ZBar && git apply android.mk.patch && sed -i '15d;80d' android/jni/Android.mk && echo "APP_ABI := arm64-v8a \nAPP_STL := c++_shared \nTARGET_PLATFORM := ${ANDROID_API} \nTARGET_ARCH_ABI := arm64-v8a \nAPP_CFLAGS += -target aarch64-none-linux-android -fexceptions -fstack-protector-strong -fno-limit-debug-info -mfloat-abi=softfp -fno-builtin-memmove -fno-omit-frame-pointer -fno-stack-protector\n" >> android/jni/Application.mk && cd android && CC=aarch64-linux-android28-clang CXX=aarch64-linux-android28-clang++ ${ANDROID_NDK_ROOT}/ndk-build ICONV_SRC=${WORKDIR}/libiconv-${ICONV_VERSION} -B V=1 NDK_APPLICATION_MK=jni/Application.mk
- ---> Using cache
- ---> 98328893e1e9
- Step 60/67 : RUN cp ZBar/android/obj/local/arm64-v8a/lib* ${ANDROID_NDK_ROOT}/platforms/${ANDROID_API}/arch-arm64/usr/lib
- ---> Using cache
- ---> 8629a5bd37ca
- Step 61/67 : RUN cp -r ${PREFIX}/lib/* ${ANDROID_NDK_ROOT}/platforms/${ANDROID_API}/arch-arm64/usr/lib
- ---> Using cache
- ---> 3945813173b4
- Step 62/67 : ENV PATH ${WORKDIR}/Qt-${QT_VERSION}/bin:${JAVA_HOME}/bin:/usr/cmake-${CMAKE_VERSION}-Linux-x86_64/bin:${ANDROID_SDK_ROOT}/bin:${WORKDIR}/tools:$TOOLCHAIN_DIR/aarch64-linux-android/bin:$TOOLCHAIN_DIR/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH
- ---> Using cache
- ---> 241925a12205
- Step 63/67 : RUN cd tools && curl -O http://dl-ssl.google.com/android/repository/tools_r25.2.5-linux.zip && unzip tools_r25.2.5-linux.zip && rm -f tools_r25.2.5-linux.zip && echo y | $ANDROID_SDK_ROOT/tools/android update sdk --no-ui --all --filter build-tools-28.0.3
- ---> Using cache
- ---> d454ab1a13ae
- Step 64/67 : RUN apt install p7zip ccache nano -y
- ---> Running in 8f140c06bcd3
- [91m
- WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
- [0mReading package lists...
- Building dependency tree...
- Reading state information...
- Suggested packages:
- distcc | icecc hunspell p7zip-full
- The following NEW packages will be installed:
- ccache nano p7zip
- 0 upgraded, 3 newly installed, 0 to remove and 8 not upgraded.
- Need to get 1168 kB of archives.
- After this operation, 3880 kB of additional disk space will be used.
- Get:1 http://deb.debian.org/debian unstable/main amd64 nano amd64 4.9.3-1 [619 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 ccache amd64 3.7.11-1 [166 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 p7zip amd64 16.02+dfsg-7 [383 kB]
- [91mdebconf: delaying package configuration, since apt-utils is not installed
- [0mFetched 1168 kB in 1s (1630 kB/s)
- Selecting previously unselected package nano.
- (Reading database ...
- (Reading database ... 5%
- (Reading database ... 10%
- (Reading database ... 15%
- (Reading database ... 20%
- (Reading database ... 25%
- (Reading database ... 30%
- (Reading database ... 35%
- (Reading database ... 40%
- (Reading database ... 45%
- (Reading database ... 50%
- (Reading database ... 55%
- (Reading database ... 60%
- (Reading database ... 65%
- (Reading database ... 70%
- (Reading database ... 75%
- (Reading database ... 80%
- (Reading database ... 85%
- (Reading database ... 90%
- (Reading database ... 95%
- (Reading database ... 100%
- (Reading database ... 20079 files and directories currently installed.)
- Preparing to unpack .../nano_4.9.3-1_amd64.deb ...
- Unpacking nano (4.9.3-1) ...
- Selecting previously unselected package ccache.
- Preparing to unpack .../ccache_3.7.11-1_amd64.deb ...
- Unpacking ccache (3.7.11-1) ...
- Selecting previously unselected package p7zip.
- Preparing to unpack .../p7zip_16.02+dfsg-7_amd64.deb ...
- Unpacking p7zip (16.02+dfsg-7) ...
- Setting up ccache (3.7.11-1) ...
- Updating symlinks in /usr/lib/ccache ...
- Setting up nano (4.9.3-1) ...
- update-alternatives: using /bin/nano to provide /usr/bin/editor (editor) in auto mode
- update-alternatives: using /bin/nano to provide /usr/bin/pico (pico) in auto mode
- Setting up p7zip (16.02+dfsg-7) ...
- [0m[91m2020-08-09 01:50:50 (21.4 MB/s) - 'libboost_locale.a' saved [1479070/1479070]
- [0mRemoving intermediate container bd9a8491e95e
- ---> 54632e535c22
- Step 66/67 : RUN cd ${WORKDIR}/monero-gui && CMAKE_INCLUDE_PATH="${PREFIX}/include" CMAKE_LIBRARY_PATH="${PREFIX}/lib" CC=aarch64-linux-android28-clang CXX=aarch64-linux-android28-clang++ ./build.sh release-android -j26
- ---> Running in 3bb48ff7e481
- Building release for ANDROID
- /opt/android/monero-gui /opt/android/monero-gui
- /opt/android/monero-gui /opt/android/monero-gui
- [91mfatal: unknown index entry format 0x63ab0000
- [0m[91mUnable to fetch in submodule path 'monero'
- [0m[91mfatal: unknown index entry format 0x63ab0000
- [0m[91mfatal: unknown index entry format 0x63ab0000
- [0m/opt/android/monero-gui/monero /opt/android/monero-gui /opt/android/monero-gui
- You are currently on commit 9414194b1
- The most recent tag was at 7bd1ed03d
- You are ahead of or behind a tagged release
- /opt/android/monero-gui /opt/android/monero-gui
- [91mfatal: unknown index entry format 0x63ab0000
- [0m[91mfatal: unknown index entry format 0x63ab0000
- [0m[91mfatal: unknown index entry format 0x63ab0000
- [0mlibwallet_merged.a not found - Building libwallet
- Building libwallet release-static for ANDROID
- cleaning up existing monero build dir, libs and includes
- /opt/android/monero-gui/monero/build/release-android /opt/android/monero-gui /opt/android/monero-gui
- Building for ARCH=armv8-a
- Configuring build for Linux x64
- Configuring build for Android on Linux host
- -- Found PythonInterp: /usr/bin/python3.8 (found version "3.8.5")
- -- CMake version 3.18.1
- -- Android: Targeting API '30' with architecture 'arm64', ABI 'arm64-v8a', and processor 'aarch64'
- -- Android: Selected unified Clang toolchain
- -- The C compiler identification is Clang 9.0.8
- -- The CXX compiler identification is Clang 9.0.8
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- [91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/aarch64-linux-android/bin/ld: unrecognised emulation mode: elf_x86_64
- Supported emulations: aarch64linux aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi
- [0m[91mclang++: error: linker command failed with exit code 1 (use -v to see invocation)
- [0m-- Found ccache /usr/bin/ccache, but is UNUSABLE! Return code: 1
- -- The ASM compiler identification is Clang
- -- Found assembler: /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang
- -- Building without build tag
- -- Found Git: /usr/bin/git (found version "2.28.0")
- -- Checking submodules
- -- Submodule 'external/miniupnp' is up-to-date
- -- Submodule 'external/unbound' is up-to-date
- -- Submodule 'external/rapidjson' is up-to-date
- -- Submodule 'external/trezor-common' is up-to-date
- -- Submodule 'external/randomx' is up-to-date
- -- Could not find DEVELOPER_LOCAL_TOOLS in env (not required)
- -- BOOST_IGNORE_SYSTEM_PATHS defaults to OFF
- -- Could not find DEVELOPER_LIBUNBOUND_OLD in env (not required)
- -- Building for a 64-bit system
- -- Building internal libraries as static
- -- Using LMDB as default DB type
- -- Stack trace on exception disabled
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
- -- Check if compiler accepts -pthread
- -- Check if compiler accepts -pthread - yes
- -- Found Threads: TRUE
- -- Performing Test _pthread_c
- -- Performing Test _pthread_c - Success
- -- Performing Test _pthread_cxx
- -- Performing Test _pthread_cxx - Success
- -- Found OpenSSL: /opt/android/prefix/lib/libcrypto.a (found version "1.1.1g")
- -- Using OpenSSL include dir at /opt/android/prefix/include
- -- Could NOT find HIDAPI (missing: HIDAPI_LIBRARY HIDAPI_INCLUDE_DIR)
- -- Looking for memset_s in c
- -- Looking for memset_s in c - not found
- -- Looking for explicit_bzero in c
- -- Looking for explicit_bzero in c - not found
- -- Looking for strptime
- -- Looking for strptime - found
- [91mCMake Warning (dev) at /usr/cmake-3.18.1-Linux-x86_64/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
- The package name passed to `find_package_handle_standard_args` (MiniUPnPc)
- does not match the name of the calling package (Miniupnpc). This can lead
- to problems in calling code that expects `find_package` result variables
- (e.g., `_FOUND`) to follow a certain pattern.
- Call Stack (most recent call first):
- cmake/FindMiniupnpc.cmake:39 (find_package_handle_standard_args)
- external/CMakeLists.txt:38 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m-- Could NOT find MiniUPnPc (missing: MINIUPNP_INCLUDE_DIR MINIUPNP_LIBRARY)
- -- Using in-tree miniupnpc
- -- Looking for libunbound
- -- Looking for arpa/inet.h
- -- Looking for arpa/inet.h - found
- -- Looking for endian.h
- -- Looking for endian.h - found
- -- Looking for dlfcn.h
- -- Looking for dlfcn.h - found
- -- Looking for event.h
- -- Looking for event.h - not found
- -- Looking for getopt.h
- -- Looking for getopt.h - found
- -- Looking for glob.h
- -- Looking for glob.h - found
- -- Looking for grp.h
- -- Looking for grp.h - found
- -- Looking for inttypes.h
- -- Looking for inttypes.h - found
- -- Looking for iphlpapi.h
- -- Looking for iphlpapi.h - not found
- -- Looking for login_cap.h
- -- Looking for login_cap.h - not found
- -- Looking for memory.h
- -- Looking for memory.h - found
- -- Looking for netdb.h
- -- Looking for netdb.h - found
- -- Looking for netinet/in.h
- -- Looking for netinet/in.h - found
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Looking for pwd.h
- -- Looking for pwd.h - found
- -- Looking for stdarg.h
- -- Looking for stdarg.h - found
- -- Looking for stdbool.h
- -- Looking for stdbool.h - found
- -- Looking for stdint.h
- -- Looking for stdint.h - found
- -- Looking for stdlib.h
- -- Looking for stdlib.h - found
- -- Looking for strings.h
- -- Looking for strings.h - found
- -- Looking for string.h
- -- Looking for string.h - found
- -- Looking for sys/param.h
- -- Looking for sys/param.h - found
- -- Looking for sys/resource.h
- -- Looking for sys/resource.h - found
- -- Looking for sys/sha2.h
- -- Looking for sys/sha2.h - not found
- -- Looking for sys/socket.h
- -- Looking for sys/socket.h - found
- -- Looking for sys/stat.h
- -- Looking for sys/stat.h - found
- -- Looking for sys/sysctl.h
- -- Looking for sys/sysctl.h - not found
- -- Looking for sys/types.h
- -- Looking for sys/types.h - found
- -- Looking for sys/uio.h
- -- Looking for sys/uio.h - found
- -- Looking for sys/un.h
- -- Looking for sys/un.h - found
- -- Looking for sys/wait.h
- -- Looking for sys/wait.h - found
- -- Looking for syslog.h
- -- Looking for syslog.h - found
- -- Looking for time.h
- -- Looking for time.h - found
- -- Looking for unistd.h
- -- Looking for unistd.h - found
- -- Looking for vfork.h
- -- Looking for vfork.h - not found
- -- Looking for windows.h
- -- Looking for windows.h - not found
- -- Looking for winsock2.h
- -- Looking for winsock2.h - not found
- -- Looking for ws2tcpip.h
- -- Looking for ws2tcpip.h - not found
- -- Looking for _beginthreadex
- -- Looking for _beginthreadex - not found
- -- Looking for arc4random
- -- Looking for arc4random - found
- -- Looking for arc4random_uniform
- -- Looking for arc4random_uniform - found
- -- Looking for chown
- -- Looking for chown - found
- -- Looking for chroot
- -- Looking for chroot - found
- -- Looking for ctime_r
- -- Looking for ctime_r - found
- -- Looking for daemon
- -- Looking for daemon - found
- -- Looking for endprotoent
- -- Looking for endprotoent - found
- -- Looking for endservent
- -- Looking for endservent - found
- -- Looking for fork
- -- Looking for fork - found
- -- Looking for fseeko
- -- Looking for fseeko - found
- -- Looking for fsync
- -- Looking for fsync - found
- -- Looking for getauxval
- -- Looking for getauxval - found
- -- Looking for getentropy
- -- Looking for getentropy - found
- -- Looking for getpwnam
- -- Looking for getpwnam - found
- -- Looking for getrlimit
- -- Looking for getrlimit - found
- -- Looking for glob
- -- Looking for glob - found
- -- Looking for gmtime_r
- -- Looking for gmtime_r - found
- -- Looking for fcntl
- -- Looking for fcntl - found
- -- Looking for inet_aton
- -- Looking for inet_aton - found
- -- Looking for inet_ntop
- -- Looking for inet_ntop - found
- -- Looking for inet_pton
- -- Looking for inet_pton - found
- -- Looking for initgroups
- -- Looking for initgroups - found
- -- Looking for ioctlsocket
- -- Looking for ioctlsocket - not found
- -- Looking for isblank
- -- Looking for isblank - found
- -- Looking for kill
- -- Looking for kill - found
- -- Looking for localtime_r
- -- Looking for localtime_r - found
- -- Looking for malloc
- -- Looking for malloc - found
- -- Looking for memmove
- -- Looking for memmove - found
- -- Looking for random
- -- Looking for random - found
- -- Looking for reallocarray
- -- Looking for reallocarray - found
- -- Looking for recvmsg
- -- Looking for recvmsg - found
- -- Looking for sbrk
- -- Looking for sbrk - found
- -- Looking for sendmsg
- -- Looking for sendmsg - found
- -- Looking for setregid
- -- Looking for setregid - found
- -- Looking for setresgid
- -- Looking for setresgid - found
- -- Looking for setresuid
- -- Looking for setresuid - found
- -- Looking for setreuid
- -- Looking for setreuid - found
- -- Looking for setrlimit
- -- Looking for setrlimit - found
- -- Looking for setsid
- -- Looking for setsid - found
- -- Looking for setusercontent
- -- Looking for setusercontent - not found
- -- Looking for sigprocmask
- -- Looking for sigprocmask - found
- -- Looking for sleep
- -- Looking for sleep - found
- -- Looking for snprintf
- -- Looking for snprintf - found
- -- Looking for socketpair
- -- Looking for socketpair - found
- -- Looking for srandom
- -- Looking for srandom - found
- -- Looking for strsep
- -- Looking for strsep - found
- -- Looking for strftime
- -- Looking for strftime - found
- -- Looking for strlcat
- -- Looking for strlcat - found
- -- Looking for strlcpy
- -- Looking for strlcpy - found
- -- Looking for strptime
- -- Looking for strptime - found
- -- Looking for tzset
- -- Looking for tzset - found
- -- Looking for usleep
- -- Looking for usleep - found
- -- Looking for writev
- -- Looking for writev - found
- -- Looking for getaddrinfo
- -- Looking for getaddrinfo - found
- -- Looking for stddef.h
- -- Looking for stddef.h - found
- -- Check size of time_t
- -- Check size of time_t - done
- -- Check size of gid_t
- -- Check size of gid_t - done
- -- Check size of in_addr_t
- -- Check size of in_addr_t - done
- -- Check size of in_port_t
- -- Check size of in_port_t - done
- -- Check size of int16_t
- -- Check size of int16_t - done
- -- Check size of int32_t
- -- Check size of int32_t - done
- -- Check size of int64_t
- -- Check size of int64_t - done
- -- Check size of int8_t
- -- Check size of int8_t - done
- -- Check size of pid_t
- -- Check size of pid_t - done
- -- Check size of rlim_t
- -- Check size of rlim_t - done
- -- Check size of ssize_t
- -- Check size of ssize_t - done
- -- Check size of uid_t
- -- Check size of uid_t - done
- -- Check size of uint16_t
- -- Check size of uint16_t - done
- -- Check size of uint32_t
- -- Check size of uint32_t - done
- -- Check size of uint64_t
- -- Check size of uint64_t - done
- -- Check size of uint8_t
- -- Check size of uint8_t - done
- -- Looking for PTHREAD_PRIO_INHERIT
- -- Looking for PTHREAD_PRIO_INHERIT - found
- -- Looking for pthread_rwlock_t
- -- Looking for pthread_rwlock_t - not found
- -- Looking for pthread_spinlock_t
- -- Looking for pthread_spinlock_t - not found
- -- Looking for openssl/conf.h
- -- Looking for openssl/conf.h - found
- -- Looking for openssl/engine.h
- -- Looking for openssl/engine.h - found
- -- Looking for openssl/err.h
- -- Looking for openssl/err.h - found
- -- Looking for openssl/rand.h
- -- Looking for openssl/rand.h - found
- -- Looking for openssl/ssl.h
- -- Looking for openssl/ssl.h - found
- -- Looking for NID_secp384r1
- -- Looking for NID_secp384r1 - found
- -- Looking for NID_X9_62_prime256v1
- -- Looking for NID_X9_62_prime256v1 - found
- -- Looking for sk_SSL_COMP_pop_free
- -- Looking for sk_SSL_COMP_pop_free - found
- -- Looking for SSL_COMP_get_compression_methods
- -- Looking for SSL_COMP_get_compression_methods - found
- -- Looking for EVP_MD_CTX_new
- -- Looking for EVP_MD_CTX_new - found
- -- Looking for EVP_sha1
- -- Looking for EVP_sha1 - found
- -- Looking for EVP_sha256
- -- Looking for EVP_sha256 - found
- -- Looking for EVP_sha512
- -- Looking for EVP_sha512 - found
- -- Looking for FIPS_mode
- -- Looking for FIPS_mode - found
- -- Looking for HMAC_Update
- -- Looking for HMAC_Update - found
- -- Looking for OPENSSL_config
- -- Looking for OPENSSL_config - found
- -- Looking for SHA512_Update
- -- Looking for SHA512_Update - found
- -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
- -- Looking for LIBRESSL_VERSION_TEXT
- -- Looking for LIBRESSL_VERSION_TEXT - not found
- -- Using 64-bit LMDB from source tree
- -- Looking for backtrace
- -- Looking for backtrace - not found
- -- Backtrace_LIBRARY: Backtrace_LIBRARY-NOTFOUND
- -- Could NOT find Backtrace (missing: Backtrace_LIBRARY)
- -- Looking for asm/hwcap.h
- -- Looking for asm/hwcap.h - found
- -- Performing Test _march=armv8_a+crypto_cxx
- -- Performing Test _march=armv8_a+crypto_cxx - Success
- -- Setting CXX flag -march=armv8-a+crypto
- -- Performing Test _march=armv8_a+crypto_c
- -- Performing Test _march=armv8_a+crypto_c - Success
- -- Setting C flag -march=armv8-a+crypto
- -- Performing Test HAVE_CXX_ATOMICS
- -- Performing Test HAVE_CXX_ATOMICS - Success
- -- Could not find HIDAPI
- -- Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
- -- Could NOT find Protobuf (missing: Protobuf_INCLUDE_DIR)
- -- Could not find Protobuf
- -- Building on aarch64 for armv8-a
- -- Checking to see if CXX compiler accepts flag -march=armv8-a+crypto
- -- Checking to see if CXX compiler accepts flag -march=armv8-a+crypto - yes
- -- Crypto extensions enabled for ARMv8
- -- Performing Test _Wformat_c
- -- Performing Test _Wformat_c - Success
- -- Performing Test _Wformat_cxx
- -- Performing Test _Wformat_cxx - Success
- -- Performing Test _Wformat_security_c
- -- Performing Test _Wformat_security_c - Success
- -- Performing Test _Wformat_security_cxx
- -- Performing Test _Wformat_security_cxx - Success
- -- Performing Test _fstack_protector_c
- -- Performing Test _fstack_protector_c - Success
- -- Performing Test _fstack_protector_cxx
- -- Performing Test _fstack_protector_cxx - Success
- -- Performing Test _fstack_protector_strong_c
- -- Performing Test _fstack_protector_strong_c - Success
- -- Performing Test _fstack_protector_strong_cxx
- -- Performing Test _fstack_protector_strong_cxx - Success
- -- Performing Test _fcf_protection=full_c
- -- Performing Test _fcf_protection=full_c - Failed
- -- Performing Test _fcf_protection=full_cxx
- -- Performing Test _fcf_protection=full_cxx - Failed
- -- Performing Test _fstack_clash_protection_c
- -- Performing Test _fstack_clash_protection_c - Failed
- -- Performing Test _fstack_clash_protection_cxx
- -- Performing Test _fstack_clash_protection_cxx - Failed
- -- Performing Test _mmitigate_rop_c
- -- Performing Test _mmitigate_rop_c - Failed
- -- Performing Test _mmitigate_rop_cxx
- -- Performing Test _mmitigate_rop_cxx - Failed
- -- Looking for -pie linker flag
- -- Looking for -pie linker flag - found
- -- Looking for -Wl,-z,relro linker flag
- -- Looking for -Wl,-z,relro linker flag - found
- -- Looking for -Wl,-z,now linker flag
- -- Looking for -Wl,-z,now linker flag - found
- -- Looking for -Wl,-z,noexecstack linker flag
- -- Looking for -Wl,-z,noexecstack linker flag - found
- -- Looking for -Wl,-z,noexecheap linker flag
- -- Looking for -Wl,-z,noexecheap linker flag - not found
- -- Using C security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
- -- Using C++ security hardening flags: -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -Wformat -Wformat-security -fstack-protector -fstack-protector-strong
- -- Using linker security hardening flags: -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
- -- Setting FPU Flags for ARM Processors
- -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-835769
- -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-835769 - yes
- -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-843419
- -- Checking to see if CXX compiler accepts flag -mfix-cortex-a53-843419 - no
- -- Enabling Cortex-A53 workaround 835769
- -- Found Boost Version: 107300
- -- Could NOT find Readline (missing: Readline_INCLUDE_DIR Readline_LIBRARY)
- -- Looking for rl_copy_text
- -- Looking for rl_copy_text - not found
- -- Looking for rl_filename_completion_function
- -- Looking for rl_filename_completion_function - not found
- -- Looking for rl_copy_text
- -- Looking for rl_copy_text - not found
- -- Looking for rl_filename_completion_function
- -- Looking for rl_filename_completion_function - not found
- -- Could not find GNU readline library so building without readline support
- -- Found Git: /usr/bin/git
- -- You are currently on commit 9414194b1
- -- The most recent tag was at 7bd1ed03d
- -- You are ahead of or behind a tagged release
- -- Trezor support disabled
- -- Not building tests
- -- Not building debug utilities
- [91mDoxygen: graphviz not found - graphs disabled
- [0m-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
- -- Performing Test HAVE_C11
- -- Performing Test HAVE_C11 - Success
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /opt/android/monero-gui/monero/build/release-android
- /opt/android/monero-gui/monero/build/release-android/src/wallet /opt/android/monero-gui/monero/build/release-android /opt/android/monero-gui /opt/android/monero-gui
- make: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[1]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- Scanning dependencies of target genversion
- make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [ 0%] Built target genversion
- make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- Scanning dependencies of target obj_version
- make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- [100%] Building CXX object src/CMakeFiles/obj_version.dir/__/version.cpp.o
- make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [100%] Built target obj_version
- make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- Scanning dependencies of target version
- make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- make[3]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- [100%] Linking CXX static library libversion.a
- make[3]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [100%] Built target version
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- make[1]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- make: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- Scanning dependencies of target generate_translations_header
- Scanning dependencies of target lmdb
- Scanning dependencies of target obj_hardforks
- [ 0%] Creating directories for 'generate_translations_header'
- [ 0%] Built target genversion
- [ 0%] Building C object external/db_drivers/liblmdb/CMakeFiles/lmdb.dir/mdb.c.o
- [ 0%] Building C object external/db_drivers/liblmdb/CMakeFiles/lmdb.dir/midl.c.o
- [ 1%] Building CXX object src/hardforks/CMakeFiles/obj_hardforks.dir/hardforks.cpp.o
- [ 2%] Built target obj_version
- [ 2%] No download step for 'generate_translations_header'
- Scanning dependencies of target randomx
- [ 2%] Built target version
- [ 2%] No update step for 'generate_translations_header'
- [ 4%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/aes_hash.cpp.o
- [ 4%] Building C object external/randomx/CMakeFiles/randomx.dir/src/argon2_ref.c.o
- [ 4%] Building C object external/randomx/CMakeFiles/randomx.dir/src/argon2_ssse3.c.o
- [ 5%] Building C object external/randomx/CMakeFiles/randomx.dir/src/argon2_avx2.c.o
- [ 5%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/bytecode_machine.cpp.o
- [ 6%] No patch step for 'generate_translations_header'
- [ 6%] Performing configure step for 'generate_translations_header'
- [ 6%] Built target obj_hardforks
- [ 6%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/cpu.cpp.o
- Scanning dependencies of target easylogging
- [ 8%] Building CXX object external/easylogging++/CMakeFiles/easylogging.dir/easylogging++.cc.o
- [ 8%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/dataset.cpp.o
- [ 9%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/soft_aes.cpp.o
- Scanning dependencies of target obj_daemonizer
- [ 9%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/virtual_memory.cpp.o
- [ 9%] Building CXX object src/daemonizer/CMakeFiles/obj_daemonizer.dir/posix_fork.cpp.o
- -- The C compiler identification is Clang 9.0.8
- Scanning dependencies of target hardforks
- [ 10%] Linking CXX static library libhardforks.a
- [ 10%] Built target hardforks
- [ 10%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/vm_interpreted.cpp.o
- -- The CXX compiler identification is Clang 9.0.8
- [ 12%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/allocator.cpp.o
- -- Detecting C compiler ABI info
- [ 12%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/assembly_generator_x86.cpp.o
- Scanning dependencies of target obj_mnemonics
- Scanning dependencies of target obj_checkpoints
- Scanning dependencies of target obj_multisig
- [ 12%] Building CXX object src/mnemonics/CMakeFiles/obj_mnemonics.dir/electrum-words.cpp.o
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android28-clang - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- Scanning dependencies of target obj_ringct_basic
- -- Detecting CXX compiler ABI info
- Scanning dependencies of target obj_ringct
- [ 13%] Building CXX object src/checkpoints/CMakeFiles/obj_checkpoints.dir/checkpoints.cpp.o
- Scanning dependencies of target obj_device
- [ 13%] Building CXX object src/multisig/CMakeFiles/obj_multisig.dir/multisig.cpp.o
- Scanning dependencies of target unbound
- [ 13%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/instruction.cpp.o
- [ 14%] Building CXX object src/ringct/CMakeFiles/obj_ringct.dir/rctSigs.cpp.o
- [ 14%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/rctOps.cpp.o
- [ 14%] Building C object external/unbound/CMakeFiles/unbound.dir/services/authzone.c.o
- Scanning dependencies of target obj_cncrypto
- [ 14%] Building CXX object src/device/CMakeFiles/obj_device.dir/device.cpp.o
- Scanning dependencies of target obj_blockchain_db
- [ 14%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/randomx.cpp.o
- [ 14%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/aesb.c.o
- -- Detecting CXX compiler ABI info - done
- Scanning dependencies of target obj_cryptonote_basic
- -- Check for working CXX compiler: /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android28-clang++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- lrelease version 5.15.1
- [ 14%] Building CXX object src/blockchain_db/CMakeFiles/obj_blockchain_db.dir/blockchain_db.cpp.o
- -- Configuring done
- Scanning dependencies of target obj_device_trezor
- -- Generating done
- -- Build files have been written to: /opt/android/monero-gui/monero/build/release-android/translations
- [ 14%] Performing build step for 'generate_translations_header'
- Scanning dependencies of target obj_rpc_base
- Scanning dependencies of target generate_translations_header
- [ 50%] Building C object CMakeFiles/generate_translations_header.dir/generate_translations_header.c.o
- [ 14%] Building CXX object src/device_trezor/CMakeFiles/obj_device_trezor.dir/device_trezor.cpp.o
- [ 16%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/account.cpp.o
- [100%] Linking C executable generate_translations_header
- [ 16%] Building CXX object src/rpc/CMakeFiles/obj_rpc_base.dir/rpc_args.cpp.o
- Updating 'monero.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ar.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Scanning dependencies of target obj_cryptonote_core
- Updating 'monero_bg.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Scanning dependencies of target obj_net
- Updating 'monero_bn.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_cat.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_cs.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_da.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_de.qm'...
- Generated 393 translation(s) (373 finished and 20 unfinished)
- Ignored 755 untranslated source text(s)
- Scanning dependencies of target obj_wallet
- [ 17%] Building CXX object src/net/CMakeFiles/obj_net.dir/dandelionpp.cpp.o
- Updating 'monero_el.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 17%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/blake256.c.o
- Scanning dependencies of target obj_wallet_api
- [ 17%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/blockchain.cpp.o
- Updating 'monero_eo.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_es.qm'...
- Generated 135 translation(s) (97 finished and 38 unfinished)
- Ignored 1013 untranslated source text(s)
- Updating 'monero_fa.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_fi.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_fr.qm'...
- Generated 1023 translation(s) (1023 finished and 0 unfinished)
- Ignored 125 untranslated source text(s)
- Updating 'monero_ga.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_he.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_hi.qm'...
- Generated 158 translation(s) (119 finished and 39 unfinished)
- Ignored 990 untranslated source text(s)
- [ 17%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/wallet2.cpp.o
- Updating 'monero_hr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_hu.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_id.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 18%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/chacha.c.o
- Updating 'monero_is.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 18%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/wallet.cpp.o
- Updating 'monero_it.qm'...
- Generated 797 translation(s) (794 finished and 3 unfinished)
- Ignored 351 untranslated source text(s)
- Updating 'monero_ja.qm'...
- Generated 311 translation(s) (285 finished and 26 unfinished)
- Ignored 837 untranslated source text(s)
- Updating 'monero_kmr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 18%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/wallet_args.cpp.o
- Updating 'monero_ko.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_lt.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 18%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/crypto-ops-data.c.o
- Updating 'monero_nb_NO.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ne.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 20%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/superscalar.cpp.o
- [ 20%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/vm_compiled.cpp.o
- Updating 'monero_nl.qm'...
- Generated 76 translation(s) (47 finished and 29 unfinished)
- Ignored 1072 untranslated source text(s)
- [ 20%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/crypto-ops.c.o
- Updating 'monero_pl.qm'...
- Generated 13 translation(s) (6 finished and 7 unfinished)
- Ignored 1135 untranslated source text(s)
- Updating 'monero_prt.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_pt-br.qm'...
- Generated 4 translation(s) (2 finished and 2 unfinished)
- Ignored 1144 untranslated source text(s)
- Updating 'monero_pt-pt.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ro.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ru.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_sk.qm'...
- Generated 3 translation(s) (2 finished and 1 unfinished)
- Ignored 1145 untranslated source text(s)
- Updating 'monero_sl.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_sr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_sv.qm'...
- Generated 604 translation(s) (604 finished and 0 unfinished)
- Ignored 544 untranslated source text(s)
- Updating 'monero_tr.qm'...
- Generated 2 translation(s) (1 finished and 1 unfinished)
- Ignored 1146 untranslated source text(s)
- [ 20%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/vm_interpreted_light.cpp.o
- Updating 'monero_uk.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ur.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zh-cn.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zh-tw.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zu.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 20%] Building CXX object src/crypto/CMakeFiles/obj_cncrypto.dir/crypto.cpp.o
- Updating 'monero_zu.qm.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Generating embedded translations header
- [91m./generate_translations_header: 1: ELF��@�*@8@@@@��~~@@-@-��pp-p-��Q�tdR�td@@-@-��/system/bin/linker64�Androidr21d6528147
- : not found
- [0m[91m./generate_translations_header: 2: �D$�A@@�4��d��_WBE�����: not found[0m[91m
- [0m[91m./generate_translations_header: 2: j�: not found[0m[91m
- [0m[91m./generate_translations_header: 1: -���0���0Xd: not found[0m[91m
- [0m[91m./generate_translations_header: 2: c
- ��/d: not found[0m[91m
- [0m[91m./generate_translations_header: 2: [0m[91mcannot open ��0?91RF���0]@-�-�/P-0z�/�/�/�/�/�/�/: No such file[0m[91m
- [0m[91m./generate_translations_header: 2: 2b���qXҩ,r��WX��ywT: not found[0m[91m
- [0m[91m./generate_translations_header: 1: [0m[91m9�
- ����@�������: not found[0m[91m
- [0m[91m./generate_translations_header: 2: �R�: not found[0m[91m
- [0m[91m./generate_translations_header: 3: *�{D��C��_�translation_files.hw#ifndef: not found[0m[91m
- [0m[91m./generate_translations_header: 8: [0m[91mrbstatic: not found
- [0m[91m./generate_translations_header: 9: [0m[91mstatic: not found
- [0m[91m./generate_translations_header: 4: [0m[91m�{����G�B: not found[0m[91m
- [0m[91m./generate_translations_header: 1: Syntax error: word unexpected (expecting ")")[0m[91m
- [0m[91mmake[5]: *** [CMakeFiles/generate_translations_header.dir/build.make:151: generate_translations_header] Error 2
- [0m[91mmake[5]: *** Deleting file 'generate_translations_header'
- [0m[91mmake[4]: *** [CMakeFiles/Makefile2:95: CMakeFiles/generate_translations_header.dir/all] Error 2
- [0m[91mmake[3]: *** [Makefile:103: all] Error 2
- [0m[91mmake[2]: *** [CMakeFiles/generate_translations_header.dir/build.make:132: generate_translations_header-prefix/src/generate_translations_header-stamp/generate_translations_header-build] Error 2
- [0m[91mmake[1]: *** [CMakeFiles/Makefile2:967: CMakeFiles/generate_translations_header.dir/all] Error 2
- [0m[91mmake[1]: *** Waiting for unfinished jobs....
- [0m[ 21%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/groestl.c.o
- [ 22%] Building C object external/randomx/CMakeFiles/randomx.dir/src/argon2_core.c.o
- [ 22%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-blake.c.o
- [ 22%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-groestl.c.o
- [ 22%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/blake2_generator.cpp.o
- [ 24%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-jh.c.o
- [ 24%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/instructions_portable.cpp.o
- [ 24%] Building C object external/randomx/CMakeFiles/randomx.dir/src/reciprocal.c.o
- [ 24%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash-extra-skein.c.o
- [ 25%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/virtual_machine.cpp.o
- [ 25%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hash.c.o
- [ 25%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/hmac-keccak.c.o
- [ 25%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/vm_compiled_light.cpp.o
- [ 26%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/jh.c.o
- [ 28%] Linking C static library liblmdb.a
- [ 28%] Built target lmdb
- [ 28%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/keccak.c.o
- [ 28%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/oaes_lib.c.o
- [ 29%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/random.c.o
- [ 29%] Built target obj_daemonizer
- [ 29%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/skein.c.o
- [ 29%] Building C object external/randomx/CMakeFiles/randomx.dir/src/blake2/blake2b.c.o
- [ 29%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/slow-hash.c.o
- [ 30%] Building C object external/randomx/CMakeFiles/randomx.dir/src/jit_compiler_a64_static.S.o
- [ 30%] Building C object external/unbound/CMakeFiles/unbound.dir/services/cache/dns.c.o
- [ 30%] Building CXX object external/randomx/CMakeFiles/randomx.dir/src/jit_compiler_a64.cpp.o
- [ 30%] Building C object external/unbound/CMakeFiles/unbound.dir/services/cache/infra.c.o
- [ 32%] Building C object external/unbound/CMakeFiles/unbound.dir/services/cache/rrset.c.o
- [ 32%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/rx-slow-hash.c.o
- [ 33%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/CryptonightR_JIT.c.o
- [ 33%] Building C object src/crypto/CMakeFiles/obj_cncrypto.dir/tree-hash.c.o
- [ 33%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/dname.c.o
- [ 33%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/msgencode.c.o
- [ 34%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/msgparse.c.o
- [ 34%] Built target obj_device_trezor
- [ 34%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/msgreply.c.o
- [ 34%] Building C object external/unbound/CMakeFiles/unbound.dir/util/data/packed_rrset.c.o
- [ 34%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/ringdb.cpp.o
- [ 36%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iterator.c.o
- [ 36%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_delegpt.c.o
- [ 36%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_donotq.c.o
- [ 36%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_fwd.c.o
- [ 37%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_hints.c.o
- [ 37%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_priv.c.o
- [ 37%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_resptype.c.o
- [ 38%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_scrub.c.o
- [ 38%] Building C object external/unbound/CMakeFiles/unbound.dir/iterator/iter_utils.c.o
- [ 38%] Building C object external/unbound/CMakeFiles/unbound.dir/respip/respip.c.o
- [ 38%] Building C object external/unbound/CMakeFiles/unbound.dir/services/listen_dnsport.c.o
- [ 38%] Building CXX object src/net/CMakeFiles/obj_net.dir/error.cpp.o
- [ 40%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_core.cpp.o
- [ 40%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_pool.cpp.o
- [ 41%] Building C object external/unbound/CMakeFiles/unbound.dir/services/localzone.c.o
- [ 41%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/tx_sanity_check.cpp.o
- [ 41%] Building C object external/unbound/CMakeFiles/unbound.dir/services/mesh.c.o
- [ 41%] Linking CXX static library librandomx.a
- [ 41%] Building C object external/unbound/CMakeFiles/unbound.dir/services/modstack.c.o
- [ 42%] Building C object external/unbound/CMakeFiles/unbound.dir/services/outbound_list.c.o
- [ 42%] Built target randomx
- [ 42%] Building C object external/unbound/CMakeFiles/unbound.dir/services/outside_network.c.o
- [ 42%] Building C object external/unbound/CMakeFiles/unbound.dir/services/view.c.o
- [ 42%] Building C object external/unbound/CMakeFiles/unbound.dir/util/alloc.c.o
- [ 44%] Building C object external/unbound/CMakeFiles/unbound.dir/util/as112.c.o
- [ 44%] Building C object external/unbound/CMakeFiles/unbound.dir/util/config_file.c.o
- [ 44%] Building C object external/unbound/CMakeFiles/unbound.dir/util/configlexer.c.o
- [ 45%] Building C object external/unbound/CMakeFiles/unbound.dir/util/configparser.c.o
- [ 45%] Building CXX object src/net/CMakeFiles/obj_net.dir/i2p_address.cpp.o
- [ 45%] Building C object external/unbound/CMakeFiles/unbound.dir/util/fptr_wlist.c.o
- [ 45%] Building C object external/unbound/CMakeFiles/unbound.dir/util/locks.c.o
- [ 46%] Building C object external/unbound/CMakeFiles/unbound.dir/util/log.c.o
- [ 46%] Building C object external/unbound/CMakeFiles/unbound.dir/util/mini_event.c.o
- [ 48%] Building CXX object src/device/CMakeFiles/obj_device.dir/device_default.cpp.o
- [ 48%] Building C object external/unbound/CMakeFiles/unbound.dir/util/module.c.o
- [ 48%] Building C object external/unbound/CMakeFiles/unbound.dir/util/netevent.c.o
- [ 49%] Building C object external/unbound/CMakeFiles/unbound.dir/util/net_help.c.o
- [ 49%] Building C object external/unbound/CMakeFiles/unbound.dir/util/random.c.o
- [ 49%] Building C object external/unbound/CMakeFiles/unbound.dir/util/rbtree.c.o
- [ 50%] Building C object external/unbound/CMakeFiles/unbound.dir/util/regional.c.o
- [ 50%] Building C object external/unbound/CMakeFiles/unbound.dir/util/rtt.c.o
- [ 50%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/dnstree.c.o
- [ 50%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/lookup3.c.o
- [ 52%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/lruhash.c.o
- [ 52%] Building C object external/unbound/CMakeFiles/unbound.dir/util/storage/slabhash.c.o
- [ 52%] Building C object external/unbound/CMakeFiles/unbound.dir/util/timehist.c.o
- [ 53%] Building C object external/unbound/CMakeFiles/unbound.dir/util/tube.c.o
- [ 53%] Building C object external/unbound/CMakeFiles/unbound.dir/util/ub_event.c.o
- [ 53%] Building C object external/unbound/CMakeFiles/unbound.dir/util/winsock_event.c.o
- [ 53%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/autotrust.c.o
- [ 54%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_anchor.c.o
- [ 54%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/validator.c.o
- [ 54%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_kcache.c.o
- [ 56%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_kentry.c.o
- [ 56%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_neg.c.o
- [ 56%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_nsec3.c.o
- [ 57%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_nsec.c.o
- [ 57%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_secalgo.c.o
- [ 57%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_sigcrypt.c.o
- [ 57%] Building C object external/unbound/CMakeFiles/unbound.dir/validator/val_utils.c.o
- [ 58%] Building C object external/unbound/CMakeFiles/unbound.dir/dns64/dns64.c.o
- [ 58%] Building CXX object src/device/CMakeFiles/obj_device.dir/log.cpp.o
- [ 58%] Building C object external/unbound/CMakeFiles/unbound.dir/testcode/checklocks.c.o
- [ 58%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/keyraw.c.o
- [ 60%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/sbuffer.c.o
- [ 60%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/wire2str.c.o
- [ 60%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/parse.c.o
- [ 60%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/parseutil.c.o
- [ 61%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/rrdef.c.o
- [ 61%] Building C object external/unbound/CMakeFiles/unbound.dir/sldns/str2wire.c.o
- [ 61%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/explicit_bzero.c.o
- [ 62%] Building C object external/unbound/CMakeFiles/unbound.dir/compat/reallocarray.c.o
- [ 62%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/rctTypes.cpp.o
- [ 62%] Building C object external/unbound/CMakeFiles/unbound.dir/libunbound/context.c.o
- [ 62%] Building C object external/unbound/CMakeFiles/unbound.dir/libunbound/libunbound.c.o
- [ 62%] Building C object external/unbound/CMakeFiles/unbound.dir/libunbound/libworker.c.o
- [ 62%] Building C object src/ringct/CMakeFiles/obj_ringct_basic.dir/rctCryptoOps.c.o
- [ 64%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/multiexp.cc.o
- [ 64%] Building CXX object src/ringct/CMakeFiles/obj_ringct_basic.dir/bulletproofs.cc.o
- [ 64%] Built target obj_cncrypto
- [ 65%] Building CXX object src/net/CMakeFiles/obj_net.dir/parse.cpp.o
- [ 65%] Building CXX object src/net/CMakeFiles/obj_net.dir/socks.cpp.o
- [ 65%] Building CXX object src/net/CMakeFiles/obj_net.dir/socks_connect.cpp.o
- [ 66%] Linking C static library libunbound.a
- [ 66%] Built target unbound
- [ 66%] Building CXX object src/net/CMakeFiles/obj_net.dir/tor_address.cpp.o
- [ 66%] Built target obj_mnemonics
- [ 68%] Building CXX object src/net/CMakeFiles/obj_net.dir/zmq.cpp.o
- [ 69%] Building CXX object src/cryptonote_core/CMakeFiles/obj_cryptonote_core.dir/cryptonote_tx_utils.cpp.o
- [ 69%] Built target obj_multisig
- [ 70%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/node_rpc_proxy.cpp.o
- [ 70%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/message_store.cpp.o
- [ 70%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/cryptonote_basic_impl.cpp.o
- [ 70%] Building CXX object src/rpc/CMakeFiles/obj_rpc_base.dir/rpc_payment_signature.cpp.o
- [ 70%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/message_transporter.cpp.o
- [ 72%] Building CXX object src/wallet/CMakeFiles/obj_wallet.dir/wallet_rpc_payments.cpp.o
- [ 72%] Building CXX object src/blockchain_db/CMakeFiles/obj_blockchain_db.dir/lmdb/db_lmdb.cpp.o
- [ 73%] Building CXX object src/rpc/CMakeFiles/obj_rpc_base.dir/rpc_handler.cpp.o
- [ 73%] Linking CXX static library libeasylogging.a
- [ 73%] Built target easylogging
- [ 73%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/cryptonote_format_utils.cpp.o
- [ 73%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/difficulty.cpp.o
- [ 74%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/hardfork.cpp.o
- [ 74%] Building CXX object src/cryptonote_basic/CMakeFiles/obj_cryptonote_basic.dir/miner.cpp.o
- [ 74%] Built target obj_device
- [ 74%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/wallet_manager.cpp.o
- [ 74%] Built target obj_ringct
- [ 74%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/transaction_info.cpp.o
- [ 76%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/transaction_history.cpp.o
- [91m/opt/android/monero-gui/monero/src/wallet/wallet2.cpp:1128:[0m[91m17: [0m[91mwarning[0m[91m: [0m[91mmoving a temporary object prevents copy elision [-Wpessimizing-move][0m[91m
- [0m[91m m_http_client(std::move(http_client_factory->create())),[0m[91m
- [0m[91m ^[0m[91m
- [0m[91m/opt/android/monero-gui/monero/src/wallet/wallet2.cpp[0m[91m:[0m[91m1128[0m[91m:[0m[91m17[0m[91m:[0m[91m [0m[91mnote[0m[91m: [0m[91mremove std::move call here[0m[91m
- [0m[91m m_http_client(std::move(http_client_factory->create())),
- ^~~~~~~~~~ ~[0m[91m
- [0m[ 76%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/pending_transaction.cpp.o
- [ 76%] Built target obj_ringct_basic
- [ 76%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/utils.cpp.o
- [ 77%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/address_book.cpp.o
- [ 77%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/subaddress.cpp.o
- [ 77%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/subaddress_account.cpp.o
- [ 77%] Building CXX object src/wallet/api/CMakeFiles/obj_wallet_api.dir/unsigned_transaction.cpp.o
- [ 77%] Built target obj_net
- [ 77%] Built target obj_rpc_base
- [ 77%] Built target obj_checkpoints
- [ 77%] Built target obj_blockchain_db
- [ 77%] Built target obj_cryptonote_core
- [ 77%] Built target obj_cryptonote_basic
- [ 77%] Built target obj_wallet_api
- [91m1 warning generated.
- [0m[ 77%] Built target obj_wallet
- [91mmake: *** [Makefile:160: all] Error 2
- [0m[ 1%] Built target lmdb
- [ 2%] Built target obj_hardforks
- [ 4%] Built target easylogging
- [ 4%] Performing build step for 'generate_translations_header'
- [ 4%] Built target genversion
- [ 14%] Built target randomx
- [ 14%] Built target obj_daemonizer
- [ 16%] Built target obj_version
- [ 16%] Built target obj_mnemonics
- [ 17%] Built target obj_checkpoints
- [ 25%] Built target obj_cncrypto
- [ 25%] Built target version
- [ 50%] Linking C executable generate_translations_header
- [ 26%] Built target obj_ringct
- [ 26%] Built target obj_multisig
- [ 28%] Built target hardforks
- [ 29%] Built target obj_ringct_basic
- [ 29%] Built target obj_blockchain_db
- [ 29%] Built target obj_device_trezor
- Updating 'monero.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 30%] Built target obj_device
- [ 32%] Built target obj_rpc_base
- Updating 'monero_ar.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_bg.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 61%] Built target unbound
- Updating 'monero_bn.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_cat.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_cs.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 64%] Built target obj_cryptonote_basic
- Updating 'monero_da.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 68%] Built target obj_net
- Updating 'monero_de.qm'...
- Generated 393 translation(s) (373 finished and 20 unfinished)
- Ignored 755 untranslated source text(s)
- Updating 'monero_el.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_eo.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 70%] Built target obj_cryptonote_core
- Updating 'monero_es.qm'...
- Generated 135 translation(s) (97 finished and 38 unfinished)
- Ignored 1013 untranslated source text(s)
- Updating 'monero_fa.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_fi.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- [ 73%] Built target obj_wallet
- Updating 'monero_fr.qm'...
- Generated 1023 translation(s) (1023 finished and 0 unfinished)
- Ignored 125 untranslated source text(s)
- Updating 'monero_ga.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_he.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_hi.qm'...
- Generated 158 translation(s) (119 finished and 39 unfinished)
- Ignored 990 untranslated source text(s)
- Updating 'monero_hr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_hu.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_id.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_is.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_it.qm'...
- Generated 797 translation(s) (794 finished and 3 unfinished)
- Ignored 351 untranslated source text(s)
- [ 76%] Built target obj_wallet_api
- Updating 'monero_ja.qm'...
- Generated 311 translation(s) (285 finished and 26 unfinished)
- Ignored 837 untranslated source text(s)
- Updating 'monero_kmr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ko.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_lt.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_nb_NO.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ne.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_nl.qm'...
- Generated 76 translation(s) (47 finished and 29 unfinished)
- Ignored 1072 untranslated source text(s)
- Updating 'monero_pl.qm'...
- Generated 13 translation(s) (6 finished and 7 unfinished)
- Ignored 1135 untranslated source text(s)
- Updating 'monero_prt.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_pt-br.qm'...
- Generated 4 translation(s) (2 finished and 2 unfinished)
- Ignored 1144 untranslated source text(s)
- Updating 'monero_pt-pt.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ro.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ru.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_sk.qm'...
- Generated 3 translation(s) (2 finished and 1 unfinished)
- Ignored 1145 untranslated source text(s)
- Updating 'monero_sl.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_sr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_sv.qm'...
- Generated 604 translation(s) (604 finished and 0 unfinished)
- Ignored 544 untranslated source text(s)
- Updating 'monero_tr.qm'...
- Generated 2 translation(s) (1 finished and 1 unfinished)
- Ignored 1146 untranslated source text(s)
- Updating 'monero_uk.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_ur.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zh-cn.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zh-tw.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zu.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Updating 'monero_zu.qm.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 1148 untranslated source text(s)
- Generating embedded translations header
- [91m./generate_translations_header: 1: ELF��@�*@8@@@@��~~@@-@-��pp-p-��Q�tdR�td@@-@-��/system/bin/linker64�Androidr21d6528147
- : not found
- ./generate_translations_header: 2: �D$�A@@�4��d��_WBE�����: not found
- ./generate_translations_header: 2: j�: not found
- ./generate_translations_header: 1: -���0���0Xd: not found
- ./generate_translations_header: 2: c
- ��/d: not found
- ./generate_translations_header: 2: cannot open ��0?91RF���0]@-�-�/P-0z�/�/�/�/�/�/�/: No such file
- ./generate_translations_header: 2: 2b���qXҩ,r��WX��ywT: not found
- [0m[91m./generate_translations_header: 1: 9�
- ����@�������: not found
- [0m[91m./generate_translations_header: 2: �R�: not found
- [0m[91m./generate_translations_header: 3: *�{D��C��_�translation_files.hw#ifndef: not found
- [0m[91m./generate_translations_header: 8: rbstatic: not found
- ./generate_translations_header: 9: static: not found
- [0m[91m./generate_translations_header: 4: �{����G�B: not found
- [0m[91m./generate_translations_header: 1: Syntax error: word unexpected (expecting ")")
- [0m[91mmake[5]: *** [CMakeFiles/generate_translations_header.dir/build.make:151: generate_translations_header] Error 2
- make[5]: *** Deleting file 'generate_translations_header'
- [0m[91mmake[4]: *** [CMakeFiles/Makefile2:95: CMakeFiles/generate_translations_header.dir/all] Error 2
- [0m[91mmake[3]: *** [Makefile:103: all] Error 2
- [0m[91mmake[2]: *** [CMakeFiles/generate_translations_header.dir/build.make:132: generate_translations_header-prefix/src/generate_translations_header-stamp/generate_translations_header-build] Error 2
- [0m[91mmake[1]: *** [CMakeFiles/Makefile2:967: CMakeFiles/generate_translations_header.dir/all] Error 2
- make[1]: *** Waiting for unfinished jobs....
- [0mScanning dependencies of target epee
- [ 76%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/byte_slice.cpp.o
- [ 77%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/byte_stream.cpp.o
- [ 77%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/hex.cpp.o
- [ 77%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/abstract_http_client.cpp.o
- [ 77%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/http_auth.cpp.o
- [ 78%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/mlog.cpp.o
- [ 78%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/net_helper.cpp.o
- [ 78%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/net_utils_base.cpp.o
- [ 80%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/string_tools.cpp.o
- [ 80%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/wipeable_string.cpp.o
- [ 80%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/levin_base.cpp.o
- [ 81%] Building C object contrib/epee/src/CMakeFiles/epee.dir/memwipe.c.o
- [ 81%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/connection_basic.cpp.o
- [ 81%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/network_throttle.cpp.o
- [ 81%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/network_throttle-detail.cpp.o
- [ 82%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/mlocker.cpp.o
- [ 82%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/buffer.cpp.o
- [ 82%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/net_ssl.cpp.o
- [ 84%] Building CXX object contrib/epee/src/CMakeFiles/epee.dir/int-util.cpp.o
- [ 84%] Linking CXX static library libepee.a
- [ 84%] Built target epee
- [91mmake: *** [Makefile:160: all] Error 2
- [0m/opt/android/monero-gui/monero/build/release-android /opt/android/monero-gui /opt/android/monero-gui
- make: Entering directory '/opt/android/monero-gui/monero/build/release-android/contrib/epee'
- make[1]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [ 14%] Built target easylogging
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [100%] Built target epee
- make[1]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- Install the project...
- -- Install configuration: "Release"
- -- Installing: /opt/android/monero-gui/monero/lib/libepee.a
- make: Leaving directory '/opt/android/monero-gui/monero/build/release-android/contrib/epee'
- make: Entering directory '/opt/android/monero-gui/monero/build/release-android/external/easylogging++'
- make[1]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [100%] Built target easylogging
- make[1]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- Install the project...
- -- Install configuration: "Release"
- -- Installing: /opt/android/monero-gui/monero/lib/libeasylogging.a
- make: Leaving directory '/opt/android/monero-gui/monero/build/release-android/external/easylogging++'
- make: Entering directory '/opt/android/monero-gui/monero/build/release-android/external/db_drivers/liblmdb'
- make[1]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [100%] Built target lmdb
- make[1]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- Install the project...
- -- Install configuration: "Release"
- -- Installing: /opt/android/monero-gui/monero/lib/liblmdb.a
- make: Leaving directory '/opt/android/monero-gui/monero/build/release-android/external/db_drivers/liblmdb'
- Installing libunbound...
- /opt/android/monero-gui/monero/build/release-android/external/unbound /opt/android/monero-gui/monero/build/release-android /opt/android/monero-gui /opt/android/monero-gui
- [100%] Built target unbound
- Install the project...
- -- Install configuration: "Release"
- -- Installing: /opt/android/monero-gui/monero/lib/libunbound.a
- /opt/android/monero-gui/monero/build/release-android /opt/android/monero-gui /opt/android/monero-gui
- make: Entering directory '/opt/android/monero-gui/monero/build/release-android/external/randomx'
- make[1]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [ 80%] Built target randomx
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- Scanning dependencies of target randomx-benchmark
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- [ 90%] Building CXX object external/randomx/CMakeFiles/randomx-benchmark.dir/src/tests/benchmark.cpp.o
- [ 90%] Building CXX object external/randomx/CMakeFiles/randomx-benchmark.dir/src/tests/affinity.cpp.o
- [ 90%] Linking CXX executable randomx-benchmark
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [ 90%] Built target randomx-benchmark
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- Scanning dependencies of target randomx-tests
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- [ 90%] Building CXX object external/randomx/CMakeFiles/randomx-tests.dir/src/tests/tests.cpp.o
- [ 90%] Linking CXX executable randomx-tests
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [ 90%] Built target randomx-tests
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- Scanning dependencies of target randomx-codegen
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- make[2]: Entering directory '/opt/android/monero-gui/monero/build/release-android'
- [ 90%] Building CXX object external/randomx/CMakeFiles/randomx-codegen.dir/src/tests/code-generator.cpp.o
- [100%] Linking CXX executable randomx-codegen
- make[2]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- [100%] Built target randomx-codegen
- make[1]: Leaving directory '/opt/android/monero-gui/monero/build/release-android'
- Install the project...
- -- Install configuration: "Release"
- -- Installing: /opt/android/monero-gui/monero/lib/librandomx.a
- make: Leaving directory '/opt/android/monero-gui/monero/build/release-android/external/randomx'
- /opt/android/monero-gui /opt/android/monero-gui
- You are currently on commit 7eeda0a8
- The most recent tag was at e0faddf9
- You are ahead of or behind a tagged release
- Info: creating stash file /opt/android/monero-gui/build/.qmake.stash
- [91mProject WARNING: Cross compiling without sysroot. Disabling pkg-config.
- [0m[91msh: 1: --exists: not found
- [0m[91mProject WARNING: Cross compiling without sysroot. Disabling pkg-config.
- [0m[91msh: 1: --exists: not found
- [0m[91mProject WARNING: Cross compiling without sysroot. Disabling pkg-config.
- [0m[91msh: 1: --exists: not found
- [0m[91mProject MESSAGE: Host is Android
- [0m[91mProject MESSAGE: using camera scanner
- Project MESSAGE: using static libraries
- [0m[91mProject MESSAGE: Building with libunwind
- [0mUpdating '/opt/android/monero-gui/build/translations/monero-core_ar.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ar.qm'...
- Generated 350 translation(s) (350 finished and 0 unfinished)
- Ignored 337 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_bg.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_bg.qm'...
- Generated 492 translation(s) (492 finished and 0 unfinished)
- Ignored 193 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_bn.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_bn.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_cat.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_cat.qm'...
- Generated 570 translation(s) (570 finished and 0 unfinished)
- Ignored 93 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_cs.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_cs.qm'...
- Generated 350 translation(s) (350 finished and 0 unfinished)
- Ignored 319 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_da.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_da.qm'...
- Generated 435 translation(s) (435 finished and 0 unfinished)
- Ignored 201 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_de.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_de.qm'...
- Generated 631 translation(s) (631 finished and 0 unfinished)
- Ignored 20 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_el.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_el.qm'...
- Generated 82 translation(s) (82 finished and 0 unfinished)
- Ignored 572 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_eo.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_eo.qm'...
- Generated 492 translation(s) (492 finished and 0 unfinished)
- Ignored 185 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_es.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_es.qm'...
- Generated 667 translation(s) (667 finished and 0 unfinished)
- Updating '/opt/android/monero-gui/build/translations/monero-core_fa.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fa.qm'...
- Generated 48 translation(s) (48 finished and 0 unfinished)
- Ignored 636 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_fi.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fi.qm'...
- Generated 561 translation(s) (561 finished and 0 unfinished)
- Ignored 106 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_fr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fr.qm'...
- Generated 548 translation(s) (548 finished and 0 unfinished)
- Ignored 91 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_ga.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ga.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_gr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_gr.qm'...
- Generated 663 translation(s) (663 finished and 0 unfinished)
- Updating '/opt/android/monero-gui/build/translations/monero-core_he.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_he.qm'...
- Generated 314 translation(s) (314 finished and 0 unfinished)
- Ignored 348 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_hi.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hi.qm'...
- Generated 390 translation(s) (390 finished and 0 unfinished)
- Ignored 297 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_hr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hr.qm'...
- Generated 340 translation(s) (340 finished and 0 unfinished)
- Ignored 315 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_hu.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hu.qm'...
- Generated 478 translation(s) (478 finished and 0 unfinished)
- Ignored 183 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_id.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_id.qm'...
- Generated 337 translation(s) (337 finished and 0 unfinished)
- Ignored 327 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_is.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_is.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_it.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_it.qm'...
- Generated 594 translation(s) (594 finished and 0 unfinished)
- Ignored 57 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_ja.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ja.qm'...
- Generated 581 translation(s) (581 finished and 0 unfinished)
- Ignored 92 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_kmr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_kmr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_ko.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ko.qm'...
- Generated 201 translation(s) (201 finished and 0 unfinished)
- Ignored 463 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_lt.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_lt.qm'...
- Generated 358 translation(s) (358 finished and 0 unfinished)
- Ignored 317 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_nb_NO.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_nb_NO.qm'...
- Generated 590 translation(s) (590 finished and 0 unfinished)
- Ignored 66 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_ne.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ne.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_nl.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_nl.qm'...
- Generated 576 translation(s) (576 finished and 0 unfinished)
- Ignored 92 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_pl.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pl.qm'...
- Generated 548 translation(s) (548 finished and 0 unfinished)
- Ignored 120 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_prt.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_prt.qm'...
- Generated 264 translation(s) (264 finished and 0 unfinished)
- Ignored 403 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_pt-br.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pt-br.qm'...
- Generated 660 translation(s) (660 finished and 0 unfinished)
- Updating '/opt/android/monero-gui/build/translations/monero-core_pt-pt.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pt-pt.qm'...
- Generated 537 translation(s) (537 finished and 0 unfinished)
- Ignored 121 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_ro.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ro.qm'...
- Generated 556 translation(s) (556 finished and 0 unfinished)
- Ignored 103 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_ru.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ru.qm'...
- Generated 661 translation(s) (661 finished and 0 unfinished)
- Ignored 14 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_sk.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sk.qm'...
- Generated 482 translation(s) (482 finished and 0 unfinished)
- Ignored 182 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_sl.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sl.qm'...
- Generated 533 translation(s) (533 finished and 0 unfinished)
- Ignored 131 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_sr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sr.qm'...
- Generated 540 translation(s) (540 finished and 0 unfinished)
- Ignored 123 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_sv.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sv.qm'...
- Generated 516 translation(s) (516 finished and 0 unfinished)
- Ignored 141 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_tr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_tr.qm'...
- Generated 545 translation(s) (545 finished and 0 unfinished)
- Ignored 122 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_uk.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_uk.qm'...
- Generated 589 translation(s) (589 finished and 0 unfinished)
- Ignored 86 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_ur.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ur.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_vi.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_vi.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_zh-cn.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zh-cn.qm'...
- Generated 603 translation(s) (603 finished and 0 unfinished)
- Ignored 72 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_zh-tw.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zh-tw.qm'...
- Generated 579 translation(s) (579 finished and 0 unfinished)
- Ignored 96 untranslated source text(s)
- Updating '/opt/android/monero-gui/build/translations/monero-core_zu.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zu.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- [91mProject WARNING: Cross compiling without sysroot. Disabling pkg-config.
- [0m[91mProject MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
- Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
- Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
- [0m[91mWARNING: Failure to find: src/qt/downloader.h
- [0m/opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ar.ts -qm /opt/android/monero-gui/build/translations/monero-core_ar.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_ar.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ar.qm'...
- Generated 350 translation(s) (350 finished and 0 unfinished)
- Ignored 337 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_bg.ts -qm /opt/android/monero-gui/build/translations/monero-core_bg.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_bg.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_bg.qm'...
- Generated 492 translation(s) (492 finished and 0 unfinished)
- Ignored 193 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_bn.ts -qm /opt/android/monero-gui/build/translations/monero-core_bn.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_bn.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_bn.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_cat.ts -qm /opt/android/monero-gui/build/translations/monero-core_cat.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_cat.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_cat.qm'...
- Generated 570 translation(s) (570 finished and 0 unfinished)
- Ignored 93 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_cs.ts -qm /opt/android/monero-gui/build/translations/monero-core_cs.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_cs.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_cs.qm'...
- Generated 350 translation(s) (350 finished and 0 unfinished)
- Ignored 319 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_da.ts -qm /opt/android/monero-gui/build/translations/monero-core_da.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_da.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_da.qm'...
- Generated 435 translation(s) (435 finished and 0 unfinished)
- Ignored 201 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_de.ts -qm /opt/android/monero-gui/build/translations/monero-core_de.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_de.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_de.qm'...
- Generated 631 translation(s) (631 finished and 0 unfinished)
- Ignored 20 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_el.ts -qm /opt/android/monero-gui/build/translations/monero-core_el.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_el.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_el.qm'...
- Generated 82 translation(s) (82 finished and 0 unfinished)
- Ignored 572 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_eo.ts -qm /opt/android/monero-gui/build/translations/monero-core_eo.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_eo.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_eo.qm'...
- Generated 492 translation(s) (492 finished and 0 unfinished)
- Ignored 185 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_es.ts -qm /opt/android/monero-gui/build/translations/monero-core_es.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_es.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_es.qm'...
- Generated 667 translation(s) (667 finished and 0 unfinished)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_fa.ts -qm /opt/android/monero-gui/build/translations/monero-core_fa.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_fa.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fa.qm'...
- Generated 48 translation(s) (48 finished and 0 unfinished)
- Ignored 636 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_fi.ts -qm /opt/android/monero-gui/build/translations/monero-core_fi.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_fi.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fi.qm'...
- Generated 561 translation(s) (561 finished and 0 unfinished)
- Ignored 106 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_fr.ts -qm /opt/android/monero-gui/build/translations/monero-core_fr.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_fr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_fr.qm'...
- Generated 548 translation(s) (548 finished and 0 unfinished)
- Ignored 91 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ga.ts -qm /opt/android/monero-gui/build/translations/monero-core_ga.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_ga.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ga.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_gr.ts -qm /opt/android/monero-gui/build/translations/monero-core_gr.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_gr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_gr.qm'...
- Generated 663 translation(s) (663 finished and 0 unfinished)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_he.ts -qm /opt/android/monero-gui/build/translations/monero-core_he.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_he.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_he.qm'...
- Generated 314 translation(s) (314 finished and 0 unfinished)
- Ignored 348 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_hi.ts -qm /opt/android/monero-gui/build/translations/monero-core_hi.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_hi.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hi.qm'...
- Generated 390 translation(s) (390 finished and 0 unfinished)
- Ignored 297 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_hr.ts -qm /opt/android/monero-gui/build/translations/monero-core_hr.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_hr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hr.qm'...
- Generated 340 translation(s) (340 finished and 0 unfinished)
- Ignored 315 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_hu.ts -qm /opt/android/monero-gui/build/translations/monero-core_hu.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_hu.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_hu.qm'...
- Generated 478 translation(s) (478 finished and 0 unfinished)
- Ignored 183 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_id.ts -qm /opt/android/monero-gui/build/translations/monero-core_id.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_id.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_id.qm'...
- Generated 337 translation(s) (337 finished and 0 unfinished)
- Ignored 327 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_is.ts -qm /opt/android/monero-gui/build/translations/monero-core_is.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_is.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_is.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_it.ts -qm /opt/android/monero-gui/build/translations/monero-core_it.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_it.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_it.qm'...
- Generated 594 translation(s) (594 finished and 0 unfinished)
- Ignored 57 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ja.ts -qm /opt/android/monero-gui/build/translations/monero-core_ja.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_ja.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ja.qm'...
- Generated 581 translation(s) (581 finished and 0 unfinished)
- Ignored 92 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_kmr.ts -qm /opt/android/monero-gui/build/translations/monero-core_kmr.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_kmr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_kmr.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ko.ts -qm /opt/android/monero-gui/build/translations/monero-core_ko.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_ko.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ko.qm'...
- Generated 201 translation(s) (201 finished and 0 unfinished)
- Ignored 463 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_lt.ts -qm /opt/android/monero-gui/build/translations/monero-core_lt.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_lt.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_lt.qm'...
- Generated 358 translation(s) (358 finished and 0 unfinished)
- Ignored 317 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_nb_NO.ts -qm /opt/android/monero-gui/build/translations/monero-core_nb_NO.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_nb_NO.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_nb_NO.qm'...
- Generated 590 translation(s) (590 finished and 0 unfinished)
- Ignored 66 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ne.ts -qm /opt/android/monero-gui/build/translations/monero-core_ne.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_ne.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ne.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_nl.ts -qm /opt/android/monero-gui/build/translations/monero-core_nl.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_nl.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_nl.qm'...
- Generated 576 translation(s) (576 finished and 0 unfinished)
- Ignored 92 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_pl.ts -qm /opt/android/monero-gui/build/translations/monero-core_pl.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_pl.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pl.qm'...
- Generated 548 translation(s) (548 finished and 0 unfinished)
- Ignored 120 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_prt.ts -qm /opt/android/monero-gui/build/translations/monero-core_prt.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_prt.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_prt.qm'...
- Generated 264 translation(s) (264 finished and 0 unfinished)
- Ignored 403 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_pt-br.ts -qm /opt/android/monero-gui/build/translations/monero-core_pt-br.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_pt-br.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pt-br.qm'...
- Generated 660 translation(s) (660 finished and 0 unfinished)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_pt-pt.ts -qm /opt/android/monero-gui/build/translations/monero-core_pt-pt.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_pt-pt.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_pt-pt.qm'...
- Generated 537 translation(s) (537 finished and 0 unfinished)
- Ignored 121 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ro.ts -qm /opt/android/monero-gui/build/translations/monero-core_ro.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_ro.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ro.qm'...
- Generated 556 translation(s) (556 finished and 0 unfinished)
- Ignored 103 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ru.ts -qm /opt/android/monero-gui/build/translations/monero-core_ru.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_ru.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ru.qm'...
- Generated 661 translation(s) (661 finished and 0 unfinished)
- Ignored 14 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_sk.ts -qm /opt/android/monero-gui/build/translations/monero-core_sk.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_sk.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sk.qm'...
- Generated 482 translation(s) (482 finished and 0 unfinished)
- Ignored 182 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_sl.ts -qm /opt/android/monero-gui/build/translations/monero-core_sl.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_sl.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sl.qm'...
- Generated 533 translation(s) (533 finished and 0 unfinished)
- Ignored 131 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_sr.ts -qm /opt/android/monero-gui/build/translations/monero-core_sr.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_sr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sr.qm'...
- Generated 540 translation(s) (540 finished and 0 unfinished)
- Ignored 123 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_sv.ts -qm /opt/android/monero-gui/build/translations/monero-core_sv.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_sv.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_sv.qm'...
- Generated 516 translation(s) (516 finished and 0 unfinished)
- Ignored 141 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_tr.ts -qm /opt/android/monero-gui/build/translations/monero-core_tr.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_tr.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_tr.qm'...
- Generated 545 translation(s) (545 finished and 0 unfinished)
- Ignored 122 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_uk.ts -qm /opt/android/monero-gui/build/translations/monero-core_uk.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_uk.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_uk.qm'...
- Generated 589 translation(s) (589 finished and 0 unfinished)
- Ignored 86 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_ur.ts -qm /opt/android/monero-gui/build/translations/monero-core_ur.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_ur.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_ur.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_vi.ts -qm /opt/android/monero-gui/build/translations/monero-core_vi.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_vi.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_vi.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_zh-cn.ts -qm /opt/android/monero-gui/build/translations/monero-core_zh-cn.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_zh-cn.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zh-cn.qm'...
- Generated 603 translation(s) (603 finished and 0 unfinished)
- Ignored 72 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_zh-tw.ts -qm /opt/android/monero-gui/build/translations/monero-core_zh-tw.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_zh-tw.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zh-tw.qm'...
- Generated 579 translation(s) (579 finished and 0 unfinished)
- Ignored 96 untranslated source text(s)
- /opt/android/Qt-5.15/bin/lrelease -compress -nounfinished -removeidentical ../translations/monero-core_zu.ts -qm /opt/android/monero-gui/build/translations/monero-core_zu.qm
- Updating '/opt/android/monero-gui/build/translations/monero-core_zu.qm'...
- Removing translations equal to source text in '/opt/android/monero-gui/build/translations/monero-core_zu.qm'...
- Generated 0 translation(s) (0 finished and 0 unfinished)
- Ignored 687 untranslated source text(s)
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o main.o ../src/main/main.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o filter.o ../src/main/filter.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o clipboardAdapter.o ../src/main/clipboardAdapter.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o oscursor.o ../src/main/oscursor.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o WalletManager.o ../src/libwalletqt/WalletManager.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o WalletListenerImpl.o ../src/libwalletqt/WalletListenerImpl.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o Wallet.o ../src/libwalletqt/Wallet.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o PassphraseHelper.o ../src/libwalletqt/PassphraseHelper.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o PendingTransaction.o ../src/libwalletqt/PendingTransaction.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o TransactionHistory.o ../src/libwalletqt/TransactionHistory.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o TransactionInfo.o ../src/libwalletqt/TransactionInfo.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o QRCodeImageProvider.o ../src/libwalletqt/QRCodeImageProvider.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o oshelper.o ../src/main/oshelper.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o TranslationManager.o ../src/TranslationManager.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o TransactionHistoryModel.o ../src/model/TransactionHistoryModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o TransactionHistorySortFilterModel.o ../src/model/TransactionHistorySortFilterModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o BitBuffer.o ../src/QR-Code-generator/BitBuffer.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o QrCode.o ../src/QR-Code-generator/QrCode.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o QrSegment.o ../src/QR-Code-generator/QrSegment.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o AddressBookModel.o ../src/model/AddressBookModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o AddressBook.o ../src/libwalletqt/AddressBook.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o SubaddressModel.o ../src/model/SubaddressModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o Subaddress.o ../src/libwalletqt/Subaddress.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o SubaddressAccountModel.o ../src/model/SubaddressAccountModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o SubaddressAccount.o ../src/libwalletqt/SubaddressAccount.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o UnsignedTransaction.o ../src/libwalletqt/UnsignedTransaction.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o Logger.o ../src/main/Logger.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o MainApp.o ../src/main/MainApp.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o FutureScheduler.o ../src/qt/FutureScheduler.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o ipc.o ../src/qt/ipc.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o KeysFiles.o ../src/qt/KeysFiles.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o utils.o ../src/qt/utils.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o MoneroSettings.o ../src/qt/MoneroSettings.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o TailsOS.o ../src/qt/TailsOS.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o DaemonManager.o ../src/daemon/DaemonManager.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o QrScanThread.o ../src/QR-Code-scanner/QrScanThread.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o QrCodeScanner.o ../src/QR-Code-scanner/QrCodeScanner.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o LeftPanel_qml.cpp ../LeftPanel.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o LeftPanel_qml.o LeftPanel_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o version_js.cpp ../version.js
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o version_js.o version_js.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o MiddlePanel_qml.cpp ../MiddlePanel.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o MiddlePanel_qml.o MiddlePanel_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o main_qml.cpp ../main.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o main_qml.o main_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardLanguage_qml.cpp ../wizard/WizardLanguage.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardLanguage_qml.o wizard_WizardLanguage_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardModeRemoteNodeWarning_qml.cpp ../wizard/WizardModeRemoteNodeWarning.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardModeRemoteNodeWarning_qml.o wizard_WizardModeRemoteNodeWarning_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardAskPassword_qml.cpp ../wizard/WizardAskPassword.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardAskPassword_qml.o wizard_WizardAskPassword_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardModeSelection_qml.cpp ../wizard/WizardModeSelection.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardModeSelection_qml.o wizard_WizardModeSelection_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardNav_qml.cpp ../wizard/WizardNav.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardNav_qml.o wizard_WizardNav_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardSummary_qml.cpp ../wizard/WizardSummary.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardSummary_qml.o wizard_WizardSummary_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardRestoreWallet1_qml.cpp ../wizard/WizardRestoreWallet1.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardRestoreWallet1_qml.o wizard_WizardRestoreWallet1_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardCreateWallet1_qml.cpp ../wizard/WizardCreateWallet1.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardCreateWallet1_qml.o wizard_WizardCreateWallet1_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardRestoreWallet2_qml.cpp ../wizard/WizardRestoreWallet2.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardRestoreWallet2_qml.o wizard_WizardRestoreWallet2_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardRestoreWallet3_qml.cpp ../wizard/WizardRestoreWallet3.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardRestoreWallet3_qml.o wizard_WizardRestoreWallet3_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardCreateWallet2_qml.cpp ../wizard/WizardCreateWallet2.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardCreateWallet2_qml.o wizard_WizardCreateWallet2_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardWalletInput_qml.cpp ../wizard/WizardWalletInput.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardWalletInput_qml.o wizard_WizardWalletInput_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardRestoreWallet4_qml.cpp ../wizard/WizardRestoreWallet4.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardRestoreWallet4_qml.o wizard_WizardRestoreWallet4_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardCreateWallet3_qml.cpp ../wizard/WizardCreateWallet3.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardCreateWallet3_qml.o wizard_WizardCreateWallet3_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardCreateWallet4_qml.cpp ../wizard/WizardCreateWallet4.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardCreateWallet4_qml.o wizard_WizardCreateWallet4_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardMenuItem_qml.cpp ../wizard/WizardMenuItem.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardMenuItem_qml.o wizard_WizardMenuItem_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardHeader_qml.cpp ../wizard/WizardHeader.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardHeader_qml.o wizard_WizardHeader_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardModeBootstrap_qml.cpp ../wizard/WizardModeBootstrap.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardModeBootstrap_qml.o wizard_WizardModeBootstrap_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardCreateDevice1_qml.cpp ../wizard/WizardCreateDevice1.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardCreateDevice1_qml.o wizard_WizardCreateDevice1_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardDaemonSettings_qml.cpp ../wizard/WizardDaemonSettings.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardDaemonSettings_qml.o wizard_WizardDaemonSettings_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardController_qml.cpp ../wizard/WizardController.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardController_qml.o wizard_WizardController_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardOpenWallet1_qml.cpp ../wizard/WizardOpenWallet1.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardOpenWallet1_qml.o wizard_WizardOpenWallet1_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardHome_qml.cpp ../wizard/WizardHome.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardHome_qml.o wizard_WizardHome_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o wizard_WizardSummaryItem_qml.cpp ../wizard/WizardSummaryItem.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o wizard_WizardSummaryItem_qml.o wizard_WizardSummaryItem_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TipItem_qml.cpp ../components/TipItem.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_TipItem_qml.o components_TipItem_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_ContextMenuItem_qml.cpp ../components/ContextMenuItem.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_ContextMenuItem_qml.o components_ContextMenuItem_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TextPlainArea_qml.cpp ../components/TextPlainArea.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_TextPlainArea_qml.o components_TextPlainArea_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_RadioButton_qml.cpp ../components/RadioButton.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_RadioButton_qml.o components_RadioButton_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_InlineButton_qml.cpp ../components/InlineButton.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_InlineButton_qml.o components_InlineButton_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_DaemonManagerDialog_qml.cpp ../components/DaemonManagerDialog.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_DaemonManagerDialog_qml.o components_DaemonManagerDialog_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_AdvancedOptionsItem_qml.cpp ../components/AdvancedOptionsItem.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_AdvancedOptionsItem_qml.o components_AdvancedOptionsItem_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TextPlain_qml.cpp ../components/TextPlain.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_TextPlain_qml.o components_TextPlain_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_SettingsListItem_qml.cpp ../components/SettingsListItem.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_SettingsListItem_qml.o components_SettingsListItem_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_Slider_qml.cpp ../components/Slider.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_Slider_qml.o components_Slider_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TitleBar_qml.cpp ../components/TitleBar.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_TitleBar_qml.o components_TitleBar_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_NetworkStatusItem_qml.cpp ../components/NetworkStatusItem.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_NetworkStatusItem_qml.o components_NetworkStatusItem_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_LabelButton_qml.cpp ../components/LabelButton.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_LabelButton_qml.o components_LabelButton_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_PasswordDialog_qml.cpp ../components/PasswordDialog.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_PasswordDialog_qml.o components_PasswordDialog_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_CheckBox_qml.cpp ../components/CheckBox.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_CheckBox_qml.o components_CheckBox_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_StandardDialog_qml.cpp ../components/StandardDialog.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_StandardDialog_qml.o components_StandardDialog_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_UpdateDialog_qml.cpp ../components/UpdateDialog.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_UpdateDialog_qml.o components_UpdateDialog_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_Style_qml.cpp ../components/Style.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_Style_qml.o components_Style_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_LabelSubheader_qml.cpp ../components/LabelSubheader.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_LabelSubheader_qml.o components_LabelSubheader_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_ContextMenu_qml.cpp ../components/ContextMenu.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_ContextMenu_qml.o components_ContextMenu_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_WarningBox_qml.cpp ../components/WarningBox.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_WarningBox_qml.o components_WarningBox_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_InputDialog_qml.cpp ../components/InputDialog.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_InputDialog_qml.o components_InputDialog_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_IconButton_qml.cpp ../components/IconButton.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_IconButton_qml.o components_IconButton_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_LineEdit_qml.cpp ../components/LineEdit.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_LineEdit_qml.o components_LineEdit_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_Label_qml.cpp ../components/Label.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_Label_qml.o components_Label_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_DatePicker_qml.cpp ../components/DatePicker.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_DatePicker_qml.o components_DatePicker_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_StandardDropdown_qml.cpp ../components/StandardDropdown.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_StandardDropdown_qml.o components_StandardDropdown_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_InputMulti_qml.cpp ../components/InputMulti.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_InputMulti_qml.o components_InputMulti_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_ProcessingSplash_qml.cpp ../components/ProcessingSplash.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_ProcessingSplash_qml.o components_ProcessingSplash_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_MenuButtonDivider_qml.cpp ../components/MenuButtonDivider.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_MenuButtonDivider_qml.o components_MenuButtonDivider_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_RemoteNodeEdit_qml.cpp ../components/RemoteNodeEdit.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_RemoteNodeEdit_qml.o components_RemoteNodeEdit_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_TextBlock_qml.cpp ../components/TextBlock.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_TextBlock_qml.o components_TextBlock_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_StandardButton_qml.cpp ../components/StandardButton.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_StandardButton_qml.o components_StandardButton_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_ProgressBar_qml.cpp ../components/ProgressBar.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_ProgressBar_qml.o components_ProgressBar_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_MenuButton_qml.cpp ../components/MenuButton.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_MenuButton_qml.o components_MenuButton_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_DevicePassphraseDialog_qml.cpp ../components/DevicePassphraseDialog.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_DevicePassphraseDialog_qml.o components_DevicePassphraseDialog_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_LineEditMulti_qml.cpp ../components/LineEditMulti.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_LineEditMulti_qml.o components_LineEditMulti_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_LanguageSidebar_qml.cpp ../components/LanguageSidebar.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_LanguageSidebar_qml.o components_LanguageSidebar_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_CheckBox2_qml.cpp ../components/CheckBox2.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_CheckBox2_qml.o components_CheckBox2_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_QRCodeScanner_qml.cpp ../components/QRCodeScanner.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_QRCodeScanner_qml.o components_QRCodeScanner_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_Input_qml.cpp ../components/Input.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_Input_qml.o components_Input_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_effects_GradientBackground_qml.cpp ../components/effects/GradientBackground.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_effects_GradientBackground_qml.o components_effects_GradientBackground_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_effects_ImageMask_qml.cpp ../components/effects/ImageMask.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_effects_ImageMask_qml.o components_effects_ImageMask_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o components_effects_ColorTransition_qml.cpp ../components/effects/ColorTransition.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o components_effects_ColorTransition_qml.o components_effects_ColorTransition_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o fonts_FontAwesome_Object_qml.cpp ../fonts/FontAwesome/Object.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o fonts_FontAwesome_Object_qml.o fonts_FontAwesome_Object_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o fonts_FontAwesome_FontAwesome_qml.cpp ../fonts/FontAwesome/FontAwesome.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o fonts_FontAwesome_FontAwesome_qml.o fonts_FontAwesome_FontAwesome_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o js_Windows_js.cpp ../js/Windows.js
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o js_Windows_js.o js_Windows_js.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o js_Utils_js.cpp ../js/Utils.js
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o js_Utils_js.o js_Utils_js.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o js_Wizard_js.cpp ../js/Wizard.js
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o js_Wizard_js.o js_Wizard_js.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o js_TxUtils_js.cpp ../js/TxUtils.js
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o js_TxUtils_js.o js_TxUtils_js.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Transfer_qml.cpp ../pages/Transfer.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_Transfer_qml.o pages_Transfer_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Mining_qml.cpp ../pages/Mining.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_Mining_qml.o pages_Mining_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Sign_qml.cpp ../pages/Sign.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_Sign_qml.o pages_Sign_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Account_qml.cpp ../pages/Account.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_Account_qml.o pages_Account_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_AddressBook_qml.cpp ../pages/AddressBook.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_AddressBook_qml.o pages_AddressBook_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Keys_qml.cpp ../pages/Keys.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_Keys_qml.o pages_Keys_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_History_qml.cpp ../pages/History.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_History_qml.o pages_History_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_SharedRingDB_qml.cpp ../pages/SharedRingDB.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_SharedRingDB_qml.o pages_SharedRingDB_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_Receive_qml.cpp ../pages/Receive.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_Receive_qml.o pages_Receive_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_TxKey_qml.cpp ../pages/TxKey.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_TxKey_qml.o pages_TxKey_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsInfo_qml.cpp ../pages/settings/SettingsInfo.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_settings_SettingsInfo_qml.o pages_settings_SettingsInfo_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_Navbar_qml.cpp ../pages/settings/Navbar.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_settings_Navbar_qml.o pages_settings_Navbar_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_Settings_qml.cpp ../pages/settings/Settings.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_settings_Settings_qml.o pages_settings_Settings_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsLog_qml.cpp ../pages/settings/SettingsLog.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_settings_SettingsLog_qml.o pages_settings_SettingsLog_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsLayout_qml.cpp ../pages/settings/SettingsLayout.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_settings_SettingsLayout_qml.o pages_settings_SettingsLayout_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsWallet_qml.cpp ../pages/settings/SettingsWallet.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_settings_SettingsWallet_qml.o pages_settings_SettingsWallet_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_settings_SettingsNode_qml.cpp ../pages/settings/SettingsNode.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_settings_SettingsNode_qml.o pages_settings_SettingsNode_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_merchant_MerchantTitlebar_qml.cpp ../pages/merchant/MerchantTitlebar.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_merchant_MerchantTitlebar_qml.o pages_merchant_MerchantTitlebar_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_merchant_Merchant_qml.cpp ../pages/merchant/Merchant.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_merchant_Merchant_qml.o pages_merchant_Merchant_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_merchant_MerchantCheckbox_qml.cpp ../pages/merchant/MerchantCheckbox.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_merchant_MerchantCheckbox_qml.o pages_merchant_MerchantCheckbox_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource=/opt/android/monero-gui/qml.qrc -o pages_merchant_MerchantTrackingList_qml.cpp ../pages/merchant/MerchantTrackingList.qml
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o pages_merchant_MerchantTrackingList_qml.o pages_merchant_MerchantTrackingList_qml.cpp
- /opt/android/Qt-5.15/bin/qmlcachegen --resource-file-mapping=/opt/android/monero-gui/qml.qrc=/opt/android/monero-gui/build/qml_qmlcache.qrc -o qmlcache_loader.cpp ../qml.qrc
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o qmlcache_loader.o qmlcache_loader.cpp
- /opt/android/Qt-5.15/bin/rcc -name translations translations/translations.qrc -o qrc_translations.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o qrc_translations.o qrc_translations.cpp
- /opt/android/Qt-5.15/bin/rcc -name qml_qmlcache qml_qmlcache.qrc -o qrc_qml_qmlcache.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o qrc_qml_qmlcache.o qrc_qml_qmlcache.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h ../../Qt-5.15/mkspecs/features/data/dummy.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/main/filter.h -o moc_filter.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_filter.o moc_filter.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/main/clipboardAdapter.h -o moc_clipboardAdapter.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_clipboardAdapter.o moc_clipboardAdapter.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/main/oscursor.h -o moc_oscursor.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_oscursor.o moc_oscursor.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/WalletManager.h -o moc_WalletManager.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_WalletManager.o moc_WalletManager.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/Wallet.h -o moc_Wallet.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_Wallet.o moc_Wallet.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/PendingTransaction.h -o moc_PendingTransaction.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_PendingTransaction.o moc_PendingTransaction.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/TransactionHistory.h -o moc_TransactionHistory.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_TransactionHistory.o moc_TransactionHistory.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/TransactionInfo.h -o moc_TransactionInfo.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_TransactionInfo.o moc_TransactionInfo.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/Transfer.h -o moc_Transfer.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_Transfer.o moc_Transfer.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/NetworkType.h -o moc_NetworkType.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_NetworkType.o moc_NetworkType.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/main/oshelper.h -o moc_oshelper.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_oshelper.o moc_oshelper.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/TranslationManager.h -o moc_TranslationManager.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_TranslationManager.o moc_TranslationManager.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/model/TransactionHistoryModel.h -o moc_TransactionHistoryModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_TransactionHistoryModel.o moc_TransactionHistoryModel.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/model/TransactionHistorySortFilterModel.h -o moc_TransactionHistorySortFilterModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_TransactionHistorySortFilterModel.o moc_TransactionHistorySortFilterModel.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/model/AddressBookModel.h -o moc_AddressBookModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_AddressBookModel.o moc_AddressBookModel.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/AddressBook.h -o moc_AddressBook.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_AddressBook.o moc_AddressBook.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/model/SubaddressModel.h -o moc_SubaddressModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_SubaddressModel.o moc_SubaddressModel.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/Subaddress.h -o moc_Subaddress.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_Subaddress.o moc_Subaddress.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/model/SubaddressAccountModel.h -o moc_SubaddressAccountModel.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_SubaddressAccountModel.o moc_SubaddressAccountModel.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/SubaddressAccount.h -o moc_SubaddressAccount.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_SubaddressAccount.o moc_SubaddressAccount.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/libwalletqt/UnsignedTransaction.h -o moc_UnsignedTransaction.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_UnsignedTransaction.o moc_UnsignedTransaction.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/main/MainApp.h -o moc_MainApp.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_MainApp.o moc_MainApp.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/qt/FutureScheduler.h -o moc_FutureScheduler.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_FutureScheduler.o moc_FutureScheduler.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/qt/ipc.h -o moc_ipc.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_ipc.o moc_ipc.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/qt/KeysFiles.h -o moc_KeysFiles.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_KeysFiles.o moc_KeysFiles.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/qt/MoneroSettings.h -o moc_MoneroSettings.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_MoneroSettings.o moc_MoneroSettings.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/daemon/DaemonManager.h -o moc_DaemonManager.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_DaemonManager.o moc_DaemonManager.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/QR-Code-scanner/QrScanThread.h -o moc_QrScanThread.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_QrScanThread.o moc_QrScanThread.cpp
- /opt/android/Qt-5.15/bin/moc -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB --include /opt/android/monero-gui/build/moc_predefs.h -I/opt/android/Qt-5.15/mkspecs/android-clang -I/opt/android/monero-gui -I/opt/android/monero-gui/monero/include -I/opt/android/monero-gui/src/libwalletqt -I/opt/android/monero-gui/src/QR-Code-generator -I/opt/android/monero-gui/src -I/opt/android/monero-gui/monero/src -I/opt/android/monero-gui/monero/external/easylogging++ -I/opt/android/monero-gui/monero/contrib/epee/include -I/opt/android/monero-gui/src/QR-Code-scanner -I/opt/android/ZBar/include -I/opt/android/Qt-5.15/include -I/opt/android/Qt-5.15/include/QtSvg -I/opt/android/Qt-5.15/include/QtWidgets -I/opt/android/Qt-5.15/include/QtGui/5.15.1 -I/opt/android/Qt-5.15/include/QtGui/5.15.1/QtGui -I/opt/android/Qt-5.15/include/QtQuick -I/opt/android/Qt-5.15/include/QtMultimedia -I/opt/android/Qt-5.15/include/QtGui -I/opt/android/Qt-5.15/include/QtQmlModels -I/opt/android/Qt-5.15/include/QtQml -I/opt/android/Qt-5.15/include/QtNetwork -I/opt/android/Qt-5.15/include/QtCore/5.15.1 -I/opt/android/Qt-5.15/include/QtCore/5.15.1/QtCore -I/opt/android/Qt-5.15/include/QtCore -I. -I/usr/include/c++/10 -I/usr/include/x86_64-linux-gnu/c++/10 -I/usr/include/c++/10/backward -I/usr/local/include -I/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../src/QR-Code-scanner/QrCodeScanner.h -o moc_QrCodeScanner.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -c -target aarch64-linux-android28 -fno-limit-debug-info -fPIC -fstack-protector-strong -DANDROID -fPIC -fstack-protector -fstack-protector-strong -Werror -Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DDISABLE_PASS_STRENGTH_METER -DWITH_SCANNER -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I../../monero-gui -I. -I/opt/android/monero-gui/monero/include -I../src/libwalletqt -I../src/QR-Code-generator -I../src -I../monero/src -I../monero/external/easylogging++ -I../monero/contrib/epee/include -I../src/QR-Code-scanner -I../../ZBar/include -I../../Qt-5.15/include -I../../Qt-5.15/include/QtSvg -I../../Qt-5.15/include/QtWidgets -I../../Qt-5.15/include/QtGui/5.15.1 -I../../Qt-5.15/include/QtGui/5.15.1/QtGui -I../../Qt-5.15/include/QtQuick -I../../Qt-5.15/include/QtMultimedia -I../../Qt-5.15/include/QtGui -I../../Qt-5.15/include/QtQmlModels -I../../Qt-5.15/include/QtQml -I../../Qt-5.15/include/QtNetwork -I../../Qt-5.15/include/QtCore/5.15.1 -I../../Qt-5.15/include/QtCore/5.15.1/QtCore -I../../Qt-5.15/include/QtCore -I. -I../../Qt-5.15/mkspecs/android-clang -o moc_QrCodeScanner.o moc_QrCodeScanner.cpp
- /opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/clang++ -target aarch64-linux-android28 -fno-limit-debug-info -fstack-protector -fstack-protector-strong -static-libgcc -static-libstdc++ -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack -Wl,--build-id=sha1 -Wl,--no-undefined -Wl,-z,noexecstack -shared -o release/bin/monero-wallet-gui main.o filter.o clipboardAdapter.o oscursor.o WalletManager.o WalletListenerImpl.o Wallet.o PassphraseHelper.o PendingTransaction.o TransactionHistory.o TransactionInfo.o QRCodeImageProvider.o oshelper.o TranslationManager.o TransactionHistoryModel.o TransactionHistorySortFilterModel.o BitBuffer.o QrCode.o QrSegment.o AddressBookModel.o AddressBook.o SubaddressModel.o Subaddress.o SubaddressAccountModel.o SubaddressAccount.o UnsignedTransaction.o Logger.o MainApp.o FutureScheduler.o ipc.o KeysFiles.o utils.o MoneroSettings.o TailsOS.o DaemonManager.o QrScanThread.o QrCodeScanner.o LeftPanel_qml.o version_js.o MiddlePanel_qml.o main_qml.o wizard_WizardLanguage_qml.o wizard_WizardModeRemoteNodeWarning_qml.o wizard_WizardAskPassword_qml.o wizard_WizardModeSelection_qml.o wizard_WizardNav_qml.o wizard_WizardSummary_qml.o wizard_WizardRestoreWallet1_qml.o wizard_WizardCreateWallet1_qml.o wizard_WizardRestoreWallet2_qml.o wizard_WizardRestoreWallet3_qml.o wizard_WizardCreateWallet2_qml.o wizard_WizardWalletInput_qml.o wizard_WizardRestoreWallet4_qml.o wizard_WizardCreateWallet3_qml.o wizard_WizardCreateWallet4_qml.o wizard_WizardMenuItem_qml.o wizard_WizardHeader_qml.o wizard_WizardModeBootstrap_qml.o wizard_WizardCreateDevice1_qml.o wizard_WizardDaemonSettings_qml.o wizard_WizardController_qml.o wizard_WizardOpenWallet1_qml.o wizard_WizardHome_qml.o wizard_WizardSummaryItem_qml.o components_TipItem_qml.o components_ContextMenuItem_qml.o components_TextPlainArea_qml.o components_RadioButton_qml.o components_InlineButton_qml.o components_DaemonManagerDialog_qml.o components_AdvancedOptionsItem_qml.o components_TextPlain_qml.o components_SettingsListItem_qml.o components_Slider_qml.o components_TitleBar_qml.o components_NetworkStatusItem_qml.o components_LabelButton_qml.o components_PasswordDialog_qml.o components_CheckBox_qml.o components_StandardDialog_qml.o components_UpdateDialog_qml.o components_Style_qml.o components_LabelSubheader_qml.o components_ContextMenu_qml.o components_WarningBox_qml.o components_InputDialog_qml.o components_IconButton_qml.o components_LineEdit_qml.o components_Label_qml.o components_DatePicker_qml.o components_StandardDropdown_qml.o components_InputMulti_qml.o components_ProcessingSplash_qml.o components_MenuButtonDivider_qml.o components_RemoteNodeEdit_qml.o components_TextBlock_qml.o components_StandardButton_qml.o components_ProgressBar_qml.o components_MenuButton_qml.o components_DevicePassphraseDialog_qml.o components_LineEditMulti_qml.o components_LanguageSidebar_qml.o components_CheckBox2_qml.o components_QRCodeScanner_qml.o components_Input_qml.o components_effects_GradientBackground_qml.o components_effects_ImageMask_qml.o components_effects_ColorTransition_qml.o fonts_FontAwesome_Object_qml.o fonts_FontAwesome_FontAwesome_qml.o js_Windows_js.o js_Utils_js.o js_Wizard_js.o js_TxUtils_js.o pages_Transfer_qml.o pages_Mining_qml.o pages_Sign_qml.o pages_Account_qml.o pages_AddressBook_qml.o pages_Keys_qml.o pages_History_qml.o pages_SharedRingDB_qml.o pages_Receive_qml.o pages_TxKey_qml.o pages_settings_SettingsInfo_qml.o pages_settings_Navbar_qml.o pages_settings_Settings_qml.o pages_settings_SettingsLog_qml.o pages_settings_SettingsLayout_qml.o pages_settings_SettingsWallet_qml.o pages_settings_SettingsNode_qml.o pages_merchant_MerchantTitlebar_qml.o pages_merchant_Merchant_qml.o pages_merchant_MerchantCheckbox_qml.o pages_merchant_MerchantTrackingList_qml.o qmlcache_loader.o qrc_translations.o qrc_qml_qmlcache.o moc_filter.o moc_clipboardAdapter.o moc_oscursor.o moc_WalletManager.o moc_Wallet.o moc_PendingTransaction.o moc_TransactionHistory.o moc_TransactionInfo.o moc_Transfer.o moc_NetworkType.o moc_oshelper.o moc_TranslationManager.o moc_TransactionHistoryModel.o moc_TransactionHistorySortFilterModel.o moc_AddressBookModel.o moc_AddressBook.o moc_SubaddressModel.o moc_Subaddress.o moc_SubaddressAccountModel.o moc_SubaddressAccount.o moc_UnsignedTransaction.o moc_MainApp.o moc_FutureScheduler.o moc_ipc.o moc_KeysFiles.o moc_MoneroSettings.o moc_DaemonManager.o moc_QrScanThread.o moc_QrCodeScanner.o -L/usr/local/ssl/lib -L/opt/android/monero-gui/monero/lib -lwallet_merged -lepee -leasylogging -lrandomx -lzbarjni -liconv -Wl,-Bstatic -lunbound -lboost_serialization -lboost_thread -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_chrono -lboost_program_options -lssl -llmdb -lsodium -lcrypto -Wl,-Bdynamic /opt/android/Qt-5.15/lib/libQt5Svg_arm64-v8a.so /opt/android/Qt-5.15/lib/libQt5Widgets_arm64-v8a.so /opt/android/Qt-5.15/lib/libQt5Quick_arm64-v8a.so /opt/android/Qt-5.15/lib/libQt5Multimedia_arm64-v8a.so /opt/android/Qt-5.15/lib/libQt5Gui_arm64-v8a.so /opt/android/Qt-5.15/lib/libQt5QmlModels_arm64-v8a.so /opt/android/Qt-5.15/lib/libQt5Qml_arm64-v8a.so /opt/android/Qt-5.15/lib/libQt5Network_arm64-v8a.so /opt/android/Qt-5.15/lib/libQt5Core_arm64-v8a.so -lGLESv2 -llog -lz -lm -ldl -lc
- [91mclang++: warning: argument unused during compilation: '-pie' [-Wunused-command-line-argument]
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lwallet_merged
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lzbarjni
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -liconv
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lboost_serialization
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lboost_thread
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lboost_system
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lboost_date_time
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lboost_filesystem
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lboost_regex
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lboost_chrono
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lboost_program_options
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lssl
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lsodium
- [0m[91m/opt/android/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld: cannot find -lcrypto
- [0m[91mclang++: error: linker command failed with exit code 1 (use -v to see invocation)
- [0m[91mmake: *** [Makefile:658: release/bin/monero-wallet-gui] Error 1
- [0mThe command '/bin/sh -c cd ${WORKDIR}/monero-gui && CMAKE_INCLUDE_PATH="${PREFIX}/include" CMAKE_LIBRARY_PATH="${PREFIX}/lib" CC=aarch64-linux-android28-clang CXX=aarch64-linux-android28-clang++ ./build.sh release-android -j26' returned a non-zero code: 2
Advertisement
Add Comment
Please, Sign In to add comment