Skip to content

Instantly share code, notes, and snippets.

@mhoeher
Created December 17, 2017 12:42
Show Gist options
  • Save mhoeher/1d4f122cea17639a25142742a34ffb19 to your computer and use it in GitHub Desktop.
Save mhoeher/1d4f122cea17639a25142742a34ffb19 to your computer and use it in GitHub Desktop.
MXE Qt 5.10 Build Fails for Win32 Shared Target
make[1]: Entering directory '/opt/mxe-x64-shared'
uname -a
Linux e8857637113a 4.14.5-300.fc27.x86_64 #1 SMP Mon Dec 11 16:00:36 UTC 2017 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
091a03535342376b646f7d3af969adf6bf9d099c - Update packages.json & build-matrix.html [25 hours ago] [ (HEAD -> master, origin/master, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
autoconf --version 2>/dev/null | head -1
autoconf (GNU Autoconf) 2.69
automake --version 2>/dev/null | head -1
automake (GNU automake) 1.15
gcc --version
gcc (Debian 6.3.0-18) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ --version
g++ (Debian 6.3.0-18) 6.3.0 20170516
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
python --version
Python 2.7.13
perl --version 2>&1 | head -3
This is perl 5, version 24, subversion 1 (v5.24.1) built for x86_64-linux-gnu-thread-multi
(with 75 registered patches, see perl -V for more detail)
rm -rf '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared'
mkdir -p '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared'
mkdir -p '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0'
mkdir -p '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/readonly'
chmod 0555 '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/readonly'
cd '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared' && xz -dc '/opt/mxe-x64-shared/pkg/qtbase-everywhere-src-5.10.0.tar.xz' | tar xf -
cd '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0'
(cd '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0' && patch -p1 -u) < /opt/mxe-x64-shared/src/qtbase-1-fixes.patch
patching file mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in
patching file mkspecs/features/qt_module.prf
patching file src/gui/configure.json
patching file src/plugins/platforms/minimal/qminimalintegration.cpp
patching file src/plugins/sqldrivers/configure.pri
patching file src/gui/configure.json
patching file mkspecs/win32-g++/qmake.conf
patching file qmake/generators/win32/mingw_make.cpp
# ICU is buggy. See #653. TODO: reenable it some time in the future.
cd '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0' && OPENSSL_LIBS="`'i686-w64-mingw32.shared-pkg-config' --libs-only-l openssl`" PSQL_LIBS="-lpq -lsecur32 `'i686-w64-mingw32.shared-pkg-config' --libs-only-l openssl pthreads` -lws2_32" SYBASE_LIBS="-lsybdb `'i686-w64-mingw32.shared-pkg-config' --libs-only-l gnutls` -liconv -lws2_32" PKG_CONFIG="i686-w64-mingw32.shared-pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig" ./configure -opensource -confirm-license -xplatform win32-g++ -device-option CROSS_COMPILE=i686-w64-mingw32.shared- -device-option PKG_CONFIG='i686-w64-mingw32.shared-pkg-config' -pkg-config -force-pkg-config -no-use-gold-linker -release -shared -prefix '/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/qt5' -no-icu -opengl desktop -no-glib -accessibility -nomake examples -nomake tests -plugin-sql-mysql -mysql_config /opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/bin/mysql_config -plugin-sql-sqlite -plugin-sql-odbc -plugin-sql-psql -plugin-sql-tds -D Q_USE_SYBASE -system-zlib -system-libpng -system-libjpeg -system-sqlite -fontconfig -system-freetype -system-harfbuzz -system-pcre -openssl-linked -dbus-linked -no-pch -v
Creating qmake...
make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake'
g++ -c -o main.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/main.cpp
g++ -c -o meta.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/meta.cpp
g++ -c -o option.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/option.cpp
g++ -c -o project.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/project.cpp
g++ -c -o property.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/property.cpp
g++ -c -o ioutils.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library/ioutils.cpp
g++ -c -o proitems.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library/proitems.cpp
g++ -c -o qmakebuiltins.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library/qmakebuiltins.cpp
g++ -c -o qmakeevaluator.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library/qmakeevaluator.cpp
g++ -c -o qmakeglobals.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library/qmakeglobals.cpp
g++ -c -o qmakeparser.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library/qmakeparser.cpp
g++ -c -o qmakevfs.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library/qmakevfs.cpp
g++ -c -o pbuilder_pbx.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac/pbuilder_pbx.cpp
g++ -c -o makefile.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/makefile.cpp
g++ -c -o makefiledeps.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/makefiledeps.cpp
g++ -c -o metamakefile.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/metamakefile.cpp
g++ -c -o projectgenerator.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/projectgenerator.cpp
g++ -c -o unixmake2.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix/unixmake2.cpp
g++ -c -o unixmake.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix/unixmake.cpp
g++ -c -o mingw_make.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32/mingw_make.cpp
g++ -c -o msbuild_objectmodel.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32/msbuild_objectmodel.cpp
g++ -c -o msvc_nmake.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32/msvc_nmake.cpp
g++ -c -o msvc_objectmodel.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32/msvc_objectmodel.cpp
g++ -c -o msvc_vcproj.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32/msvc_vcproj.cpp
g++ -c -o msvc_vcxproj.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32/msvc_vcxproj.cpp
g++ -c -o winmakefile.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32/winmakefile.cpp
g++ -c -o xmloutput.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/xmloutput.cpp
g++ -c -o qtextcodec.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/codecs/qtextcodec.cpp
g++ -c -o qutfcodec.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/codecs/qutfcodec.cpp
g++ -c -o qglobal.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/global/qglobal.cpp
g++ -c -o qlogging.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/global/qlogging.cpp
g++ -c -o qmalloc.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/global/qmalloc.cpp
g++ -c -o qnumeric.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/global/qnumeric.cpp
g++ -c -o qoperatingsystemversion.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/global/qoperatingsystemversion.cpp
g++ -c -o qrandom.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/global/qrandom.cpp
g++ -c -o qabstractfileengine.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qabstractfileengine.cpp
g++ -c -o qbuffer.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qbuffer.cpp
g++ -c -o qdatastream.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qdatastream.cpp
g++ -c -o qdebug.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qdebug.cpp
g++ -c -o qdir.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qdir.cpp
g++ -c -o qdiriterator.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qdiriterator.cpp
g++ -c -o qfile.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfile.cpp
g++ -c -o qfiledevice.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfiledevice.cpp
g++ -c -o qfileinfo.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfileinfo.cpp
g++ -c -o qfilesystemengine.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfilesystemengine.cpp
g++ -c -o qfilesystementry.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfilesystementry.cpp
g++ -c -o qfsfileengine.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfsfileengine.cpp
g++ -c -o qfsfileengine_iterator.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfsfileengine_iterator.cpp
g++ -c -o qiodevice.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qiodevice.cpp
g++ -c -o qsettings.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qsettings.cpp
g++ -c -o qtemporaryfile.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qtemporaryfile.cpp
g++ -c -o qtextstream.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qtextstream.cpp
g++ -c -o qjsonarray.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/json/qjsonarray.cpp
g++ -c -o qjson.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/json/qjson.cpp
g++ -c -o qjsondocument.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/json/qjsondocument.cpp
g++ -c -o qjsonobject.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/json/qjsonobject.cpp
g++ -c -o qjsonparser.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/json/qjsonparser.cpp
g++ -c -o qjsonvalue.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/json/qjsonvalue.cpp
g++ -c -o qmetatype.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/kernel/qmetatype.cpp
g++ -c -o qsystemerror.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/kernel/qsystemerror.cpp
g++ -c -o qvariant.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/kernel/qvariant.cpp
g++ -c -o quuid.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/plugin/quuid.cpp
g++ -c -o qarraydata.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qarraydata.cpp
g++ -c -o qbitarray.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qbitarray.cpp
g++ -c -o qbytearray.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qbytearray.cpp
g++ -c -o qbytearraymatcher.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qbytearraymatcher.cpp
g++ -c -o qcryptographichash.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qcryptographichash.cpp
g++ -c -o qdatetime.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qdatetime.cpp
g++ -c -o qhash.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qhash.cpp
g++ -c -o qlinkedlist.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qlinkedlist.cpp
g++ -c -o qlist.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qlist.cpp
g++ -c -o qlocale.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qlocale.cpp
g++ -c -o qlocale_tools.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qlocale_tools.cpp
g++ -c -o qmap.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qmap.cpp
g++ -c -o qregexp.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qregexp.cpp
g++ -c -o qringbuffer.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qringbuffer.cpp
g++ -c -o qstringbuilder.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qstringbuilder.cpp
g++ -c -o qstring_compat.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qstring_compat.cpp
g++ -c -o qstring.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qstring.cpp
g++ -c -o qstringlist.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qstringlist.cpp
g++ -c -o qversionnumber.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qversionnumber.cpp
g++ -c -o qvsnprintf.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qvsnprintf.cpp
g++ -c -o qxmlstream.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/xml/qxmlstream.cpp
g++ -c -o qxmlutils.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/xml/qxmlutils.cpp
g++ -c -o qcore_unix.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/kernel/qcore_unix.cpp
g++ -c -o qfilesystemengine_unix.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfilesystemengine_unix.cpp
g++ -c -o qfilesystemiterator_unix.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfilesystemiterator_unix.cpp
g++ -c -o qfsfileengine_unix.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/io/qfsfileengine_unix.cpp
g++ -c -o qlocale_unix.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/tools/qlocale_unix.cpp
g++ -c -o qlibraryinfo.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH -DQT_BUILD_QMAKE_BOOTSTRAP /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/global/qlibraryinfo.cpp
g++ -o "../bin/qmake" main.o meta.o option.o project.o property.o ioutils.o proitems.o qmakebuiltins.o qmakeevaluator.o qmakeglobals.o qmakeparser.o qmakevfs.o pbuilder_pbx.o makefile.o makefiledeps.o metamakefile.o projectgenerator.o unixmake2.o unixmake.o mingw_make.o msbuild_objectmodel.o msvc_nmake.o msvc_objectmodel.o msvc_vcproj.o msvc_vcxproj.o winmakefile.o xmloutput.o qtextcodec.o qutfcodec.o qglobal.o qlogging.o qmalloc.o qnumeric.o qoperatingsystemversion.o qrandom.o qabstractfileengine.o qbuffer.o qdatastream.o qdebug.o qdir.o qdiriterator.o qfile.o qfiledevice.o qfileinfo.o qfilesystemengine.o qfilesystementry.o qfsfileengine.o qfsfileengine_iterator.o qiodevice.o qsettings.o qtemporaryfile.o qtextstream.o qjsonarray.o qjson.o qjsondocument.o qjsonobject.o qjsonparser.o qjsonvalue.o qmetatype.o qsystemerror.o qvariant.o quuid.o qarraydata.o qbitarray.o qbytearray.o qbytearraymatcher.o qcryptographichash.o qdatetime.o qhash.o qlinkedlist.o qlist.o qlocale.o qlocale_tools.o qmap.o qregexp.o qringbuffer.o qstringbuilder.o qstring_compat.o qstring.o qstringlist.o qversionnumber.o qvsnprintf.o qxmlstream.o qxmlutils.o qcore_unix.o qfilesystemengine_unix.o qfilesystemiterator_unix.o qfsfileengine_unix.o qlocale_unix.o qlibraryinfo.o -Wl,--gc-sections
make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake'
Info: creating cache file /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/.qmake.cache
Command line: -opensource -confirm-license -xplatform win32-g++ -device-option CROSS_COMPILE=i686-w64-mingw32.shared- -device-option PKG_CONFIG=i686-w64-mingw32.shared-pkg-config -pkg-config -force-pkg-config -no-use-gold-linker -release -shared -prefix /opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/qt5 -no-icu -opengl desktop -no-glib -accessibility -nomake examples -nomake tests -plugin-sql-mysql -mysql_config /opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/bin/mysql_config -plugin-sql-sqlite -plugin-sql-odbc -plugin-sql-psql -plugin-sql-tds -D Q_USE_SYBASE -system-zlib -system-libpng -system-libjpeg -system-sqlite -fontconfig -system-freetype -system-harfbuzz -system-pcre -openssl-linked -dbus-linked -no-pch -v
Info: creating stash file /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/.qmake.stash
This is the Qt Open Source Edition.
You have already accepted the terms of the Open Source license.
Running configuration tests...
Checking for valid makespec...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/verifyspec && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/verifyspec
> Info: creating stash file /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/.qmake.stash
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/verifyspec && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/verifyspec'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o verifyspec.o verifyspec.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o verifyspec.exe verifyspec.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/verifyspec'
test config.qtbase.tests.verifyspec succeeded
Checking for target architecture...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o arch.o arch.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o arch.exe arch.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch'
Detected architecture: i386 ()
test config.qtbase.tests.architecture gave result i386
Checking for host architecture...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch/arch_host.pro
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch'
> rm -f arch.o
> rm -f *~ core *.core
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch'
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch'
> g++ -c -pipe -O2 -w -fPIC -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -o arch.o arch.cpp
> g++ -Wl,-O1 -o arch arch.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/arch'
Detected architecture: i386 ()
test config.qtbase.tests.host_architecture gave result i386
Checking for SSE2 instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse2 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse2
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse2'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o sse2.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse2'
test config.qtbase.tests.sse2 succeeded
Checking for AES new instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/aesni && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/aesni
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/aesni && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/aesni'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -maes -maes -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o aesni.o aesni.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o aesni.exe aesni.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/aesni'
test config.qtbase.tests.aesni succeeded
Checking for alloca() in alloca.h...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_h && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_h
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_h && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_h'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:20: fatal error: alloca.h: No such file or directory
> compilation terminated.
> Makefile:163: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_h'
test config.qtbase.tests.alloca_h FAILED
Checking for alloca() in malloc.h...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_malloc_h && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_malloc_h
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_malloc_h && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_malloc_h'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o alloca_malloc_h.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/alloca_malloc_h'
test config.qtbase.tests.alloca_malloc_h succeeded
Checking for SSE3 instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse3 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse3
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse3 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse3'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -msse3 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o sse3.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse3'
test config.qtbase.tests.sse3 succeeded
Checking for SSSE3 instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ssse3 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ssse3
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ssse3 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ssse3'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mssse3 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o ssse3.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ssse3'
test config.qtbase.tests.ssse3 succeeded
Checking for SSE4.1 instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_1 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_1
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_1 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_1'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -msse4.1 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o sse4_1.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_1'
test config.qtbase.tests.sse4_1 succeeded
Checking for SSE4.2 instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_2 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_2
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_2'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -msse4.2 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o sse4_2.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sse4_2'
test config.qtbase.tests.sse4_2 succeeded
Checking for AVX instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx'
test config.qtbase.tests.avx succeeded
Checking for AVX2 instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx2 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx2
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx2'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx2 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx2.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx2'
test config.qtbase.tests.avx2 succeeded
Checking for AVX512 F instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" AVX512=F /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx512f -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -DAVX512WANT=F -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o avx512.o avx512.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx512.exe avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
test config.qtbase.tests.avx512f succeeded
Checking for AVX512 BW instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" AVX512=BW /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> rm -f avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx512bw -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -DAVX512WANT=BW -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o avx512.o avx512.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx512.exe avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
test config.qtbase.tests.avx512bw succeeded
Checking for AVX512 CD instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" AVX512=CD /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> rm -f avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx512cd -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -DAVX512WANT=CD -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o avx512.o avx512.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx512.exe avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
test config.qtbase.tests.avx512cd succeeded
Checking for AVX512 DQ instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" AVX512=DQ /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> rm -f avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx512dq -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -DAVX512WANT=DQ -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o avx512.o avx512.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx512.exe avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
test config.qtbase.tests.avx512dq succeeded
Checking for AVX512 ER instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" AVX512=ER /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> rm -f avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx512er -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -DAVX512WANT=ER -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o avx512.o avx512.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx512.exe avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
test config.qtbase.tests.avx512er succeeded
Checking for AVX512 IFMA instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" AVX512=IFMA /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> rm -f avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx512ifma -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -DAVX512WANT=IFMA -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o avx512.o avx512.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx512.exe avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
test config.qtbase.tests.avx512ifma succeeded
Checking for AVX512 PF instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" AVX512=PF /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> rm -f avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx512pf -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -DAVX512WANT=PF -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o avx512.o avx512.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx512.exe avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
test config.qtbase.tests.avx512pf succeeded
Checking for AVX512 VBMI instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" AVX512=VBMI /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> rm -f avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx512vbmi -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -DAVX512WANT=VBMI -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o avx512.o avx512.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx512.exe avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
test config.qtbase.tests.avx512vbmi succeeded
Checking for AVX512 VL instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" AVX512=VL /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512 && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> rm -f avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mavx512vl -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -DAVX512WANT=VL -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o avx512.o avx512.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o avx512.exe avx512.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/avx512'
test config.qtbase.tests.avx512vl succeeded
Checking for C++14 support...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++14 && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++14
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++14 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++14'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++1y -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c++14.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++14'
test config.qtbase.tests.c++14 succeeded
Checking for C++1z support...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++1z && /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++1z
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++1z && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++1z'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c++1z.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/c++1z'
test config.qtbase.tests.c++1z succeeded
Checking for pkg-config...
Found pkg-config from environment variable: i686-w64-mingw32.shared-pkg-config
test config.qtbase.tests.pkg-config succeeded
Checking for D-Bus >= 1.2...
Trying source 0 (type pkgConfig) of library dbus ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors dbus-1 '>=' 1.2
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --modversion dbus-1 '>=' 1.2
> 1.12.2
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-L dbus-1 '>=' 1.2
> -L/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-l dbus-1 '>=' 1.2
> -ldbus-1
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --cflags dbus-1 '>=' 1.2
> -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/dbus && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -L/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib -ldbus-1 ' 'QMAKE_CFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include ' 'QMAKE_CXXFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include ' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/dbus
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/dbus && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/dbus'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o dbus.exe main.o -L/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib -ldbus-1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/dbus'
=> source accepted.
test config.qtbase.libraries.dbus succeeded
Checking for F16C instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/f16c && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/f16c
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/f16c && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/f16c'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mf16c -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o f16c.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/f16c'
test config.qtbase.tests.f16c succeeded
Checking for D-Bus >= 1.2 (host)...
Trying source 0 (type pkgConfig) of library host_dbus ...
+ /usr/bin/pkg-config --exists --silence-errors dbus-1 '>=' 1.2
+ /usr/bin/pkg-config --modversion dbus-1 '>=' 1.2
> 1.12.2
+ /usr/bin/pkg-config --libs-only-L dbus-1 '>=' 1.2
> -L//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib
+ /usr/bin/pkg-config --libs-only-l dbus-1 '>=' 1.2
> -ldbus-1
+ /usr/bin/pkg-config --cflags dbus-1 '>=' 1.2
> -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include
=> source accepted.
test config.qtbase.libraries.host_dbus succeeded
Checking for udev...
Trying source 0 (type pkgConfig) of library libudev ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors libudev
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type inline) of library libudev ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libudev && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -ludev' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libudev
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libudev && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libudev'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:21: fatal error: libudev.h: No such file or directory
> compilation terminated.
> Makefile:163: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libudev'
=> source failed verification.
test config.qtbase.libraries.libudev FAILED
Checking for POSIX fallocate()...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/posix_fallocate && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/posix_fallocate
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/posix_fallocate && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/posix_fallocate'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp: In function 'int main(int, char**)':
> main.cpp:8:35: error: 'posix_fallocate' was not declared in this scope
> (void) posix_fallocate(0, 0, 0);
> ^
> Makefile:163: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/posix_fallocate'
test config.qtbase.tests.posix_fallocate FAILED
Checking for RDRAND instruction...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/rdrnd && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/rdrnd
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/rdrnd && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/rdrnd'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mrdrnd -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o rdrnd.o rdrnd.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o rdrnd.exe rdrnd.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/rdrnd'
test config.qtbase.tests.rdrnd succeeded
Checking for SHA new instructions...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/shani && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/shani
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/shani && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/shani'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -msha -msha -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o shani.o shani.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o shani.exe shani.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/common/shani'
test config.qtbase.tests.shani succeeded
Checking for STL compatibility...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/stl && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/stl
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/stl && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/stl'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o stltest.o stltest.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o stl.exe stltest.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/stl'
test config.qtbase.tests.stl succeeded
Checking for zlib...
Trying source 0 (type inline) of library zlib ...
=> source failed condition 'config.msvc'.
Trying source 1 (type inline) of library zlib ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/zlib && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lz' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/zlib
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/zlib && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/zlib'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o zlib.exe main.o -lz
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/zlib'
=> source accepted.
test config.qtbase.libraries.zlib succeeded
Checking for C++11 <future>...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cxx11_future && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cxx11_future
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cxx11_future && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cxx11_future'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp: In function 'int main(int, char**)':
> main.cpp:7:22: error: variable 'std::future<int> f' has initializer but incomplete type
> std::future<int> f = std::async([]() { return 42; });
> ^
> main.cpp:7:56: error: invalid use of incomplete type 'class std::future<int>'
> std::future<int> f = std::async([]() { return 42; });
> ^
> In file included from main.cpp:2:0:
> /opt/mxe-x64-shared/usr/lib/gcc/i686-w64-mingw32.shared/5.4.0/include/c++/future:115:11: note: declaration of 'class std::future<int>'
> class future;
> ^
> /opt/mxe-x64-shared/usr/lib/gcc/i686-w64-mingw32.shared/5.4.0/include/c++/future: At global scope:
> /opt/mxe-x64-shared/usr/lib/gcc/i686-w64-mingw32.shared/5.4.0/include/c++/future:177:5: error: 'std::future<typename std::result_of<_Functor(_ArgTypes ...)>::type> std::async(_Fn&&, _Args&& ...) [with _Fn = main(int, char**)::<lambda()>; _Args = {}; typename std::result_of<_Functor(_ArgTypes ...)>::type = int]', declared using local type 'main(int, char**)::<lambda()>', is used but never defined [-fpermissive]
> async(_Fn&& __fn, _Args&&... __args);
> ^
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cxx11_future'
test config.corelib.tests.cxx11_future FAILED
Checking for eventfd...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/eventfd && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/eventfd
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/eventfd && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/eventfd'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:25: fatal error: sys/eventfd.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/eventfd'
test config.corelib.tests.eventfd FAILED
Checking for inotify...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/inotify && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/inotify
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/inotify && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/inotify'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:25: fatal error: sys/inotify.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/inotify'
test config.corelib.tests.inotify FAILED
Checking for slog2...
Trying source 0 (type inline) of library slog2 ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/slog2 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lslog2' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/slog2
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/slog2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/slog2'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:19: fatal error: slog2.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/slog2'
=> source failed verification.
test config.corelib.libraries.slog2 FAILED
Checking for 64 bit atomics...
Trying source 0 (type inline) of library libatomic ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libatomic && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libatomic
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libatomic && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libatomic'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o libatomic.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libatomic'
=> source accepted.
test config.corelib.libraries.libatomic succeeded
Checking for DoubleConversion...
Trying source 0 (type inline) of library doubleconversion ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/doubleconversion && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -ldouble-conversion' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/doubleconversion
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/doubleconversion && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/doubleconversion'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:49: fatal error: double-conversion/double-conversion.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/doubleconversion'
=> source failed verification.
test config.corelib.libraries.doubleconversion FAILED
Checking for PCRE2...
Trying source 0 (type inline) of library pcre2 ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/pcre2 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lpcre2-16' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/pcre2
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/pcre2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/pcre2'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o pcre2.exe main.o -lpcre2-16
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/pcre2'
=> source accepted.
test config.corelib.libraries.pcre2 succeeded
Checking for O_CLOEXEC...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cloexec && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cloexec
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cloexec && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cloexec'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:4:24: fatal error: sys/socket.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cloexec'
test config.corelib.tests.cloexec FAILED
Checking for C++11 <random>...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/cxx11_random && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/cxx11_random
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/cxx11_random && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/cxx11_random'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o cxx11_random.o cxx11_random.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx11_random.exe cxx11_random.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/cxx11_random'
test config.corelib.tests.cxx11_random succeeded
Checking for working std::atomic for function pointers...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/atomicfptr && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/atomicfptr
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/atomicfptr && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/atomicfptr'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o atomicfptr.exe main.o
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/atomicfptr'
test config.corelib.tests.atomicfptr succeeded
Trying source 0 (type makeSpec) of library network ...
=> source accepted.
Checking for getifaddrs()...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/getifaddrs && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lws2_32' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/getifaddrs
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/getifaddrs && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/getifaddrs'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:3:24: fatal error: sys/socket.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/getifaddrs'
test config.network.tests.getifaddrs FAILED
Checking for IPv6 ifname...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ipv6ifname && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lws2_32' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ipv6ifname
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ipv6ifname && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ipv6ifname'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:3:24: fatal error: sys/socket.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ipv6ifname'
test config.network.tests.ipv6ifname FAILED
Checking for OpenSSL...
Trying source 0 (type openssl) of library openssl ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openssl && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lssl -lcrypto ' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openssl
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openssl && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openssl'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o openssl.o openssl.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o openssl.exe openssl.o -lssl -lcrypto
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openssl'
=> source accepted.
test config.network.libraries.openssl succeeded
Checking for OpenSSL v. 1.1 support...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/openssl11 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lws2_32' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/openssl11
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/openssl11 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/openssl11'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o openssl.o openssl.cpp
> openssl.cpp:43:4: error: #error "OpenSSL >= 1.1 is required"
> # error "OpenSSL >= 1.1 is required"
> ^
> Makefile:165: recipe for target 'openssl.o' failed
> make[2]: *** [openssl.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/unix/openssl11'
test config.network.tests.openssl11 FAILED
Checking for XCB >= 1.5 (core)...
Trying source 0 (type pkgConfig) of library xcb ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors xcb '>=' 1.5
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type inline) of library xcb ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xcb && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lxcb' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xcb
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xcb && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xcb'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:21: fatal error: xcb/xcb.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xcb'
=> source failed verification.
test config.gui.libraries.xcb FAILED
Checking for Direct 2D...
Trying source 0 (type inline) of library direct2d ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/direct2d && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -ld2d1 -ldwrite -ld3d11' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/direct2d
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/direct2d && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/direct2d'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp: In function 'int main(int, char**)':
> main.cpp:15:12: error: 'IDXGISurface1' was not declared in this scope
> ComPtr<IDXGISurface1> surface;
> ^
> main.cpp:15:25: error: template argument 1 is invalid
> ComPtr<IDXGISurface1> surface;
> ^
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/direct2d'
=> source failed verification.
test config.gui.libraries.direct2d FAILED
Checking for DirectWrite...
Trying source 0 (type inline) of library directwrite ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -ldwrite' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o directwrite.exe main.o -ldwrite
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite'
=> source accepted.
test config.gui.libraries.directwrite succeeded
Checking for DirectWrite 2...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite2 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -ldwrite' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite2
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite2'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp: In function 'int main(int, char**)':
> main.cpp:9:19: error: 'DWRITE_E_NOCOLOR' was not declared in this scope
> (void)(size_t(DWRITE_E_NOCOLOR) + sizeof(IDWriteFontFace2));
> ^
> main.cpp:9:46: error: 'IDWriteFontFace2' was not declared in this scope
> (void)(size_t(DWRITE_E_NOCOLOR) + sizeof(IDWriteFontFace2));
> ^
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/directwrite2'
test config.gui.tests.directwrite2 FAILED
Checking for Desktop OpenGL...
Trying source 0 (type pkgConfig) of library opengl ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors gl
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --modversion gl
> 0
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-L gl
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-l gl
> -lopengl32
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --cflags gl
>
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/opengl && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lopengl32 ' 'QMAKE_CFLAGS += ' 'QMAKE_CXXFLAGS += ' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/opengl
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/opengl && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/opengl'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o opengl.exe main.o -lopengl32
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/opengl'
=> source accepted.
test config.gui.libraries.opengl succeeded
Checking for EGL...
Trying source 0 (type pkgConfig) of library egl ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors egl
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type makeSpec) of library egl ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/egl && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/egl
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/egl && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/egl'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:21: fatal error: EGL/egl.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/egl'
=> source failed verification.
test config.gui.libraries.egl FAILED
Checking for evdev...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/evdev && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/evdev
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/evdev && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/evdev'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:5:27: fatal error: linux/input.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/evdev'
test config.gui.tests.evdev FAILED
Checking for FreeType...
Trying source 0 (type pkgConfig) of library freetype ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors freetype2
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --modversion freetype2
> 21.0.15
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-L freetype2
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-l freetype2
> -lfreetype
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --cflags freetype2
> -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/freetype && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lfreetype ' 'QMAKE_CFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields ' 'QMAKE_CXXFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields ' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/freetype
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/freetype && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/freetype'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o freetype.exe main.o -lfreetype
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/freetype'
=> source accepted.
test config.gui.libraries.freetype succeeded
Checking for Fontconfig...
Trying source 0 (type pkgConfig) of library fontconfig ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors fontconfig freetype2
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --modversion fontconfig freetype2
> 2.12.6
> 21.0.15
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-L fontconfig freetype2
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-l fontconfig freetype2
> -lfontconfig -lfreetype
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --cflags fontconfig freetype2
> -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/fontconfig && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lfontconfig -lfreetype ' 'QMAKE_CFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields ' 'QMAKE_CXXFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields ' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/fontconfig
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/fontconfig && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/fontconfig'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o fontconfig.exe main.o -lfontconfig -lfreetype
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/fontconfig'
=> source accepted.
test config.gui.libraries.fontconfig succeeded
Checking for GBM...
Trying source 0 (type pkgConfig) of library gbm ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors gbm
pkg-config did not find package.
=> source produced no result.
test config.gui.libraries.gbm FAILED
Checking for KMS...
Trying source 0 (type pkgConfig) of library drm ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors libdrm
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type inline) of library drm ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/drm && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -ldrm' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/drm
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/drm && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/drm'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:5:25: fatal error: xf86drmMode.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/drm'
=> source failed verification.
Trying source 2 (type inline) of library drm ...
=> source failed condition 'config.integrity'.
test config.gui.libraries.drm FAILED
Checking for LinuxFB...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/linuxfb && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/linuxfb
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/linuxfb && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/linuxfb'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:22: fatal error: linux/fb.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/linuxfb'
test config.gui.tests.linuxfb FAILED
Checking for mtdev...
Trying source 0 (type pkgConfig) of library mtdev ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors mtdev
pkg-config did not find package.
=> source produced no result.
test config.gui.libraries.mtdev FAILED
Checking for OpenVG...
Trying source 0 (type pkgConfig) of library openvg ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors vg
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type makeSpec) of library openvg ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openvg && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openvg
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openvg && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openvg'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:23: fatal error: VG/openvg.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/openvg'
=> source failed verification.
test config.gui.libraries.openvg FAILED
Checking for default QPA platform...
test config.gui.tests.qpa_default_platform gave result windows
Checking for HarfBuzz...
Trying source 0 (type pkgConfig) of library harfbuzz ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors harfbuzz
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --modversion harfbuzz
> 1.7.2
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-L harfbuzz
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-l harfbuzz
> -lharfbuzz
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --cflags harfbuzz
> -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/harfbuzz && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lharfbuzz ' 'QMAKE_CFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields ' 'QMAKE_CXXFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields ' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/harfbuzz
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/harfbuzz && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/harfbuzz'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/harfbuzz -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/cairo -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/pixman-1 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/freetype2 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/glib-2.0 -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/glib-2.0/include -mms-bitfields -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o harfbuzz.exe main.o -lharfbuzz
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/harfbuzz'
=> source accepted.
test config.gui.libraries.harfbuzz succeeded
Checking for libjpeg...
Trying source 0 (type inline) of library libjpeg ...
=> source failed condition 'config.msvc'.
Trying source 1 (type inline) of library libjpeg ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libjpeg && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -ljpeg' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libjpeg
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libjpeg && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libjpeg'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o libjpeg.exe main.o -ljpeg
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libjpeg'
=> source accepted.
test config.gui.libraries.libjpeg succeeded
Checking for libpng...
Trying source 0 (type pkgConfig) of library libpng ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors libpng
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --modversion libpng
> 1.6.34
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-L libpng
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-l libpng
> -lpng16 -lz
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --cflags libpng
> -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libpng && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lpng16 -lz ' 'QMAKE_CFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 ' 'QMAKE_CXXFLAGS += -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 ' 'LIBS += -lz' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libpng
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libpng && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libpng'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/libpng16 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o libpng.exe main.o -lpng16 -lz
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/libpng'
=> source accepted.
test config.gui.libraries.libpng succeeded
Checking for tslib...
Trying source 0 (type inline) of library tslib ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tslib && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lts' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tslib
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tslib && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tslib'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:19: fatal error: tslib.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tslib'
=> source failed verification.
test config.gui.libraries.tslib FAILED
Checking for Vulkan...
Trying source 0 (type pkgConfig) of library vulkan ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors vulkan
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type makeSpec) of library vulkan ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/qpa/vulkan && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'INCLUDEPATH *= \\include' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/qpa/vulkan
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/qpa/vulkan && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/qpa/vulkan'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I\include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o vulkan.o vulkan.cpp
> vulkan.cpp:42:27: fatal error: vulkan/vulkan.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'vulkan.o' failed
> make[2]: *** [vulkan.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/qpa/vulkan'
=> source failed verification.
test config.gui.libraries.vulkan FAILED
Checking for xkbcommon...
Trying source 0 (type pkgConfig) of library xkbcommon ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors xkbcommon
pkg-config did not find package.
=> source produced no result.
test config.gui.libraries.xkbcommon FAILED
Checking for XLib...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xlib && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xlib
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xlib && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xlib'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:22: fatal error: X11/Xlib.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/xlib'
test config.gui.tests.xlib FAILED
Checking for uxtheme.h...
Searching for file uxtheme.h.
Found at /opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include/uxtheme.h.
test config.widgets.tests.uxtheme succeeded
Checking for CUPS...
Trying source 0 (type inline) of library cups ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cups && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lcups' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cups
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cups && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cups'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:23: fatal error: cups/cups.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/cups'
=> source failed verification.
test config.printsupport.libraries.cups FAILED
Checking for DB2 (IBM)...
Trying source 0 (type inline) of library db2 ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/db2 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -ldb2cli' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/db2
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/db2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/db2'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:20: fatal error: sqlcli.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/db2'
=> source failed verification.
Trying source 1 (type inline) of library db2 ...
=> source failed condition '!config.win32'.
test config.sqldrivers.libraries.db2 FAILED
Checking for InterBase...
Trying source 0 (type inline) of library ibase ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ibase && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lgds32_ms' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ibase
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ibase && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ibase'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:19: fatal error: ibase.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/ibase'
=> source failed verification.
Trying source 1 (type inline) of library ibase ...
=> source failed condition '!config.win32'.
test config.sqldrivers.libraries.ibase FAILED
Checking for MySQL...
Trying source 0 (type mysqlConfig) of library mysql ...
+ /opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/bin/mysql_config --version
> 6.1.6
+ /opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/bin/mysql_config --libs_r
> -L/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib -lmysqlclient -lws2_32 -lz -lpthread -lsecur32
+ /opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/bin/mysql_config --include
> -I/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/include
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/mysql && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lmysqlclient' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/mysql
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/mysql && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/mysql'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o mysql.exe main.o -lmysqlclient
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/mysql'
=> source accepted.
test config.sqldrivers.libraries.mysql succeeded
Checking for OCI (Oracle)...
Trying source 0 (type inline) of library oci ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/oci && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -loci' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/oci
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/oci && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/oci'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:17: fatal error: oci.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/oci'
=> source failed verification.
Trying source 1 (type inline) of library oci ...
=> source failed condition '!config.win32'.
test config.sqldrivers.libraries.oci FAILED
Checking for ODBC...
Trying source 0 (type inline) of library odbc ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/odbc && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lodbc32' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/odbc
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/odbc && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/odbc'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o odbc.exe main.o -lodbc32
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/odbc'
=> source accepted.
test config.sqldrivers.libraries.odbc succeeded
Checking for PostgreSQL...
Trying source 0 (type pkgConfig) of library psql ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors libpq
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type psqlConfig) of library psql ...
pg_config not found.
=> source produced no result.
Trying source 2 (type psqlEnv) of library psql ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/psql && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lpq -lsecur32 -lssl -lcrypto -lpthread -lws2_32' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/psql
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/psql && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/psql'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o psql.exe main.o -lpq -lsecur32 -lssl -lcrypto -lpthread -lws2_32
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/psql'
=> source accepted.
test config.sqldrivers.libraries.psql succeeded
Checking for SQLite (version 2)...
Trying source 0 (type inline) of library sqlite2 ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite2 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lsqlite' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite2
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite2'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:2:20: fatal error: sqlite.h: No such file or directory
> compilation terminated.
> Makefile:165: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite2'
=> source failed verification.
test config.sqldrivers.libraries.sqlite2 FAILED
Checking for TDS (Sybase)...
Trying source 0 (type sybaseEnv) of library tds ...
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tds && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lsybdb -lgnutls -liconv -lws2_32' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tds
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tds && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tds'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o tds.exe main.o -lsybdb -lgnutls -liconv -lws2_32
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/tds'
=> source accepted.
test config.sqldrivers.libraries.tds succeeded
Checking for SQLite (version 3)...
Trying source 0 (type pkgConfig) of library sqlite3 ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --exists --silence-errors sqlite3
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --modversion sqlite3
> 3.21.0
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-L sqlite3
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --libs-only-l sqlite3
> -lsqlite3
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig i686-w64-mingw32.shared-pkg-config --cflags sqlite3
>
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite3 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'DEFINES += Q_USE_SYBASE' -early "CONFIG += cross_compile" 'LIBS += -lsqlite3 ' 'QMAKE_CFLAGS += ' 'QMAKE_CXXFLAGS += ' /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite3
+ cd /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite3 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite3'
> i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DQ_USE_SYBASE -I. -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o sqlite3.exe main.o -lsqlite3
> make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/config.tests/sqlite3'
=> source accepted.
test config.sqldrivers.libraries.sqlite3 succeeded
Done running configuration tests.
Configure summary:
Building on: linux-g++ (i386, CPU features: <none>)
Building for: win32-g++ (i386, CPU features: <none>)
Configuration: cross_compile sse2 aesni sse3 ssse3 sse4_1 sse4_2 avx avx2 avx512f avx512bw avx512cd avx512dq avx512er avx512ifma avx512pf avx512vbmi avx512vl compile_examples f16c largefile rdrnd shani shared release c++11 c++14 c++1z concurrent dbus stl
Build options:
Mode ................................... release
Optimize release build for size ........ no
Building shared libraries .............. yes
Using C++ standard ..................... C++1z
Using gold linker ...................... no
Using precompiled headers .............. no
Using LTCG ............................. no
Target compiler supports:
SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2
AVX .................................. AVX AVX2
AVX512 ............................... F ER CD PF DQ BW VL IFMA VBMI
Other x86 ............................ AES F16C RDRAND SHA
Build parts ............................ libs
App store compliance ................... no
Qt modules and options:
Qt Concurrent .......................... yes
Qt D-Bus ............................... yes
Qt D-Bus directly linked to libdbus .... yes
Qt Gui ................................. yes
Qt Network ............................. yes
Qt Sql ................................. yes
Qt Testlib ............................. yes
Qt Widgets ............................. yes
Qt Xml ................................. yes
Support enabled for:
Using pkg-config ....................... yes
QML debugging .......................... yes
udev ................................... no
Using system zlib ...................... yes
Qt Core:
DoubleConversion ....................... yes
Using system DoubleConversion ........ no
GLib ................................... no
iconv .................................. no
ICU .................................... no
Logging backends:
journald ............................. no
syslog ............................... no
slog2 ................................ no
Using system PCRE2 ..................... yes
Qt Network:
getifaddrs() ........................... no
IPv6 ifname ............................ no
libproxy ............................... no
OpenSSL ................................ yes
Qt directly linked to OpenSSL ........ yes
SCTP ................................... no
Use system proxies ..................... yes
Qt Gui:
Accessibility .......................... yes
FreeType ............................... yes
Using system FreeType ................ yes
HarfBuzz ............................... yes
Using system HarfBuzz ................ yes
Fontconfig ............................. yes
Image formats:
GIF .................................. yes
ICO .................................. yes
JPEG ................................. yes
Using system libjpeg ............... yes
PNG .................................. yes
Using system libpng ................ yes
EGL .................................... no
OpenVG ................................. no
OpenGL:
ANGLE ................................ no
Desktop OpenGL ....................... yes
Dynamic OpenGL ....................... no
OpenGL ES 2.0 ........................ no
OpenGL ES 3.0 ........................ no
OpenGL ES 3.1 ........................ no
OpenGL ES 3.2 ........................ no
Vulkan ................................. no
Session Management ..................... yes
Features used by QPA backends:
evdev .................................. no
libinput ............................... no
INTEGRITY HID .......................... no
mtdev .................................. no
tslib .................................. no
xkbcommon-evdev ........................ no
QPA backends:
DirectFB ............................... no
EGLFS .................................. no
LinuxFB ................................ no
VNC .................................... no
Mir client ............................. no
Windows:
Direct 2D ............................ no
DirectWrite .......................... yes
DirectWrite 2 ........................ no
Qt Widgets:
GTK+ ................................... no
Styles ................................. Fusion Windows WindowsVista
Qt PrintSupport:
CUPS ................................... no
Qt Sql:
DB2 (IBM) .............................. no
InterBase .............................. no
MySql .................................. yes
OCI (Oracle) ........................... no
ODBC ................................... yes
PostgreSQL ............................. yes
SQLite2 ................................ no
SQLite ................................. yes
Using system provided SQLite ......... yes
TDS (Sybase) ........................... yes
Note: Also available for Linux: linux-clang linux-icc
Note: Dropped compiler flags '-mms-bitfields' when detecting library 'freetype'.
Note: Dropped compiler flags '-mms-bitfields' when detecting library 'fontconfig'.
Note: Dropped compiler flags '-mms-bitfields' when detecting library 'harfbuzz'.
Qt is now configured for building. Just run 'make'.
Once everything is built, you must run 'make install'.
Qt will be installed into '/opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/qt5'.
Prior to reconfiguration, make sure you remove any leftovers from
the previous build.
make -C '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0' -j '4'
make[2]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0'
cd src/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/src.pro ) && make -f Makefile
cd qmake/ && ( test -e Makefile.qmake-aux || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile.qmake-aux /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/qmake-aux.pro ) && make -f Makefile.qmake-aux
cd doc/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/doc/doc.pro ) && make -f Makefile
make[3]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/doc'
make -f Makefile.Release
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/doc'
make[4]: Nothing to be done for 'first'.
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/doc'
make[3]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/doc'
make[3]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake'
make binary
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake'
g++ -c -o qlibraryinfo_final.o -std=c++11 -ffunction-sections -g -g -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/library -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/unix -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/win32 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake/generators/mac -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0 -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/include/QtCore/5.10.0/QtCore -I../src/corelib/global -I/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.10.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/global/qlibraryinfo.cpp
make[3]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src'
cd corelib/ && ( test -e Makefile.qtzlib || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile.qtzlib /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/qtzlib.pro ) && make -f Makefile.qtzlib
cd tools/bootstrap/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/bootstrap/bootstrap.pro ) && make -f Makefile
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib'
make -f Makefile.qtzlib.Release
make[5]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib'
make[5]: Nothing to be done for 'first'.
make[5]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib'
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib'
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/bootstrap'
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlatincodec.o ../../corelib/codecs/qlatincodec.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qtextcodec.o ../../corelib/codecs/qtextcodec.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qutfcodec.o ../../corelib/codecs/qutfcodec.cpp
g++ -o "../qmake/qmake" main.o meta.o option.o project.o property.o ioutils.o proitems.o qmakebuiltins.o qmakeevaluator.o qmakeglobals.o qmakeparser.o qmakevfs.o pbuilder_pbx.o makefile.o makefiledeps.o metamakefile.o projectgenerator.o unixmake2.o unixmake.o mingw_make.o msbuild_objectmodel.o msvc_nmake.o msvc_objectmodel.o msvc_vcproj.o msvc_vcxproj.o winmakefile.o xmloutput.o qtextcodec.o qutfcodec.o qglobal.o qlogging.o qmalloc.o qnumeric.o qoperatingsystemversion.o qrandom.o qabstractfileengine.o qbuffer.o qdatastream.o qdebug.o qdir.o qdiriterator.o qfile.o qfiledevice.o qfileinfo.o qfilesystemengine.o qfilesystementry.o qfsfileengine.o qfsfileengine_iterator.o qiodevice.o qsettings.o qtemporaryfile.o qtextstream.o qjsonarray.o qjson.o qjsondocument.o qjsonobject.o qjsonparser.o qjsonvalue.o qmetatype.o qsystemerror.o qvariant.o quuid.o qarraydata.o qbitarray.o qbytearray.o qbytearraymatcher.o qcryptographichash.o qdatetime.o qhash.o qlinkedlist.o qlist.o qlocale.o qlocale_tools.o qmap.o qregexp.o qringbuffer.o qstringbuilder.o qstring_compat.o qstring.o qstringlist.o qversionnumber.o qvsnprintf.o qxmlstream.o qxmlutils.o qcore_unix.o qfilesystemengine_unix.o qfilesystemiterator_unix.o qfsfileengine_unix.o qlocale_unix.o qlibraryinfo_final.o -Wl,--gc-sections
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qglobal.o ../../corelib/global/qglobal.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlogging.o ../../corelib/global/qlogging.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qmalloc.o ../../corelib/global/qmalloc.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qnumeric.o ../../corelib/global/qnumeric.cpp
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake'
make[3]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/qmake'
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qoperatingsystemversion.o ../../corelib/global/qoperatingsystemversion.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qrandom.o ../../corelib/global/qrandom.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qabstractfileengine.o ../../corelib/io/qabstractfileengine.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qbuffer.o ../../corelib/io/qbuffer.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdatastream.o ../../corelib/io/qdatastream.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdebug.o ../../corelib/io/qdebug.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdir.o ../../corelib/io/qdir.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdiriterator.o ../../corelib/io/qdiriterator.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfile.o ../../corelib/io/qfile.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfileinfo.o ../../corelib/io/qfileinfo.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfilesystementry.o ../../corelib/io/qfilesystementry.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfilesystemengine.o ../../corelib/io/qfilesystemengine.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfsfileengine.o ../../corelib/io/qfsfileengine.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfsfileengine_iterator.o ../../corelib/io/qfsfileengine_iterator.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qiodevice.o ../../corelib/io/qiodevice.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfiledevice.o ../../corelib/io/qfiledevice.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qresource.o ../../corelib/io/qresource.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qtemporaryfile.o ../../corelib/io/qtemporaryfile.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qtextstream.o ../../corelib/io/qtextstream.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qsavefile.o ../../corelib/io/qsavefile.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstandardpaths.o ../../corelib/io/qstandardpaths.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qloggingcategory.o ../../corelib/io/qloggingcategory.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qloggingregistry.o ../../corelib/io/qloggingregistry.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcoreapplication.o ../../corelib/kernel/qcoreapplication.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcoreglobaldata.o ../../corelib/kernel/qcoreglobaldata.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qmetatype.o ../../corelib/kernel/qmetatype.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qvariant.o ../../corelib/kernel/qvariant.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qsystemerror.o ../../corelib/kernel/qsystemerror.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/quuid.o ../../corelib/plugin/quuid.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qbitarray.o ../../corelib/tools/qbitarray.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qbytearray.o ../../corelib/tools/qbytearray.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qarraydata.o ../../corelib/tools/qarraydata.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qbytearraymatcher.o ../../corelib/tools/qbytearraymatcher.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcommandlineparser.o ../../corelib/tools/qcommandlineparser.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcommandlineoption.o ../../corelib/tools/qcommandlineoption.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcryptographichash.o ../../corelib/tools/qcryptographichash.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdatetime.o ../../corelib/tools/qdatetime.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qhash.o ../../corelib/tools/qhash.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlist.o ../../corelib/tools/qlist.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlinkedlist.o ../../corelib/tools/qlinkedlist.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlocale.o ../../corelib/tools/qlocale.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlocale_tools.o ../../corelib/tools/qlocale_tools.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qmap.o ../../corelib/tools/qmap.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qregexp.o ../../corelib/tools/qregexp.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qringbuffer.o ../../corelib/tools/qringbuffer.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qpoint.o ../../corelib/tools/qpoint.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qrect.o ../../corelib/tools/qrect.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qsize.o ../../corelib/tools/qsize.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qline.o ../../corelib/tools/qline.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstring.o ../../corelib/tools/qstring.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstringbuilder.o ../../corelib/tools/qstringbuilder.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstring_compat.o ../../corelib/tools/qstring_compat.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstringlist.o ../../corelib/tools/qstringlist.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qversionnumber.o ../../corelib/tools/qversionnumber.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qvsnprintf.o ../../corelib/tools/qvsnprintf.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qxmlutils.o ../../corelib/xml/qxmlutils.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qxmlstream.o ../../corelib/xml/qxmlstream.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjson.o ../../corelib/json/qjson.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsondocument.o ../../corelib/json/qjsondocument.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonobject.o ../../corelib/json/qjsonobject.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonarray.o ../../corelib/json/qjsonarray.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonvalue.o ../../corelib/json/qjsonvalue.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonparser.o ../../corelib/json/qjsonparser.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonwriter.o ../../corelib/json/qjsonwriter.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdom.o ../../xml/dom/qdom.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qxml.o ../../xml/sax/qxml.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcore_unix.o ../../corelib/kernel/qcore_unix.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfilesystemengine_unix.o ../../corelib/io/qfilesystemengine_unix.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfilesystemiterator_unix.o ../../corelib/io/qfilesystemiterator_unix.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfsfileengine_unix.o ../../corelib/io/qfsfileengine_unix.cpp
g++ -c -pipe -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstandardpaths_unix.o ../../corelib/io/qstandardpaths_unix.cpp
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/adler32.o ../../3rdparty/zlib/src/adler32.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/compress.o ../../3rdparty/zlib/src/compress.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/crc32.o ../../3rdparty/zlib/src/crc32.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/deflate.o ../../3rdparty/zlib/src/deflate.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gzclose.o ../../3rdparty/zlib/src/gzclose.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gzlib.o ../../3rdparty/zlib/src/gzlib.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gzread.o ../../3rdparty/zlib/src/gzread.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gzwrite.o ../../3rdparty/zlib/src/gzwrite.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/infback.o ../../3rdparty/zlib/src/infback.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/inffast.o ../../3rdparty/zlib/src/inffast.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/inflate.o ../../3rdparty/zlib/src/inflate.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/inftrees.o ../../3rdparty/zlib/src/inftrees.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/trees.o ../../3rdparty/zlib/src/trees.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/uncompr.o ../../3rdparty/zlib/src/uncompr.c
gcc -c -pipe -ffunction-sections -O2 -fPIC -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_LIB -DQT_BUILDING_QT -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -I. -I../../3rdparty/zlib/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/zutil.o ../../3rdparty/zlib/src/zutil.c
rm -f ../../../lib/libQt5Bootstrap.a
ar cqs ../../../lib/libQt5Bootstrap.a .obj/qlatincodec.o .obj/qtextcodec.o .obj/qutfcodec.o .obj/qglobal.o .obj/qlogging.o .obj/qmalloc.o .obj/qnumeric.o .obj/qoperatingsystemversion.o .obj/qrandom.o .obj/qabstractfileengine.o .obj/qbuffer.o .obj/qdatastream.o .obj/qdebug.o .obj/qdir.o .obj/qdiriterator.o .obj/qfile.o .obj/qfileinfo.o .obj/qfilesystementry.o .obj/qfilesystemengine.o .obj/qfsfileengine.o .obj/qfsfileengine_iterator.o .obj/qiodevice.o .obj/qfiledevice.o .obj/qresource.o .obj/qtemporaryfile.o .obj/qtextstream.o .obj/qsavefile.o .obj/qstandardpaths.o .obj/qloggingcategory.o .obj/qloggingregistry.o .obj/qcoreapplication.o .obj/qcoreglobaldata.o .obj/qmetatype.o .obj/qvariant.o .obj/qsystemerror.o .obj/quuid.o .obj/qbitarray.o .obj/qbytearray.o .obj/qarraydata.o .obj/qbytearraymatcher.o .obj/qcommandlineparser.o .obj/qcommandlineoption.o .obj/qcryptographichash.o .obj/qdatetime.o .obj/qhash.o .obj/qlist.o .obj/qlinkedlist.o .obj/qlocale.o .obj/qlocale_tools.o .obj/qmap.o .obj/qregexp.o .obj/qringbuffer.o .obj/qpoint.o .obj/qrect.o .obj/qsize.o .obj/qline.o .obj/qstring.o .obj/qstringbuilder.o .obj/qstring_compat.o .obj/qstringlist.o .obj/qversionnumber.o .obj/qvsnprintf.o .obj/qxmlutils.o .obj/qxmlstream.o .obj/qjson.o .obj/qjsondocument.o .obj/qjsonobject.o .obj/qjsonarray.o .obj/qjsonvalue.o .obj/qjsonparser.o .obj/qjsonwriter.o .obj/qdom.o .obj/qxml.o .obj/qcore_unix.o .obj/qfilesystemengine_unix.o .obj/qfilesystemiterator_unix.o .obj/qfsfileengine_unix.o .obj/qstandardpaths_unix.o .obj/adler32.o .obj/compress.o .obj/crc32.o .obj/deflate.o .obj/gzclose.o .obj/gzlib.o .obj/gzread.o .obj/gzwrite.o .obj/infback.o .obj/inffast.o .obj/inflate.o .obj/inftrees.o .obj/trees.o .obj/uncompr.o .obj/zutil.o
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/bootstrap'
cd tools/moc/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/moc/moc.pro ) && make -f Makefile
cd tools/rcc/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/rcc/rcc.pro ) && make -f Makefile
cd tools/qlalr/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qlalr/qlalr.pro ) && make -f Makefile
cd tools/qfloat16-tables/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qfloat16-tables/qfloat16-tables.pro ) && make -f Makefile
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/rcc'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_RCC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/rcc.o rcc.cpp
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qfloat16-tables'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gen_qfloat16_tables.o gen_qfloat16_tables.cpp
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qlalr'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/compress.o compress.cpp
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/moc'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_MOC -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_COMPRESS -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/moc.o moc.cpp
g++ -Wl,--gc-sections -Wl,-O1 -o ../../../bin/qfloat16-tables .obj/gen_qfloat16_tables.o -L/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/lib -lQt5Bootstrap -lpthread
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qfloat16-tables'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_RCC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/main.o main.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/cppgenerator.o cppgenerator.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/dotgraph.o dotgraph.cpp
g++ -Wl,--gc-sections -Wl,-O1 -o ../../../bin/rcc .obj/rcc.o .obj/main.o -L/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/lib -lQt5Bootstrap -lpthread
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/rcc'
cd tools/qvkgen/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qvkgen/qvkgen.pro ) && make -f Makefile
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qvkgen'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qvkgen.o qvkgen.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/lalr.o lalr.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/main.o main.cpp
g++ -Wl,--gc-sections -Wl,-O1 -o ../../../bin/qvkgen .obj/qvkgen.o -L/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/lib -lQt5Bootstrap -lpthread
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_MOC -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_COMPRESS -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/preprocessor.o preprocessor.cpp
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qvkgen'
cd tools/uic/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/uic/uic.pro ) && make -f Makefile
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/uic'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/customwidgetsinfo.o customwidgetsinfo.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/databaseinfo.o databaseinfo.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/parsetable.o parsetable.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/recognizer.o recognizer.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/driver.o driver.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_MOC -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_COMPRESS -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/generator.o generator.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/grammar.o grammar.cpp
cd tools/bootstrap-dbus/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/bootstrap-dbus/bootstrap-dbus.pro ) && make -f Makefile
g++ -Wl,--gc-sections -Wl,-O1 -o ../../../bin/qlalr .obj/compress.o .obj/cppgenerator.o .obj/dotgraph.o .obj/lalr.o .obj/main.o .obj/parsetable.o .obj/recognizer.o .obj/grammar.o -L/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/lib -lQt5Bootstrap -lpthread
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/bootstrap-dbus'
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusintrospection.o ../../dbus/qdbusintrospection.cpp
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qlalr'
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusxmlparser.o ../../dbus/qdbusxmlparser.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/treewalker.o treewalker.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/ui4.o ui4.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_MOC -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_COMPRESS -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/parser.o parser.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_MOC -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_COMPRESS -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/token.o token.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/validator.o validator.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_MOC -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_COMPRESS -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/main.o main.cpp
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbuserror.o ../../dbus/qdbuserror.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/cppwritedeclaration.o cpp/cppwritedeclaration.cpp
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusutil.o ../../dbus/qdbusutil.cpp
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusmisc.o ../../dbus/qdbusmisc.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/cppwriteincludes.o cpp/cppwriteincludes.cpp
g++ -Wl,--gc-sections -Wl,-O1 -o ../../../bin/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/main.o -L/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/lib -lQt5Bootstrap -lpthread
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/moc'
cd corelib/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib/corelib.pro ) && make -f Makefile
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusmetatype.o ../../dbus/qdbusmetatype.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/cppwriteinitialization.o cpp/cppwriteinitialization.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/main.o main.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_UIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_UIC_CPP_GENERATOR -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/uic.o uic.cpp
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusargument.o ../../dbus/qdbusargument.cpp
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib'
make -f Makefile.Release
make[5]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib'
i686-w64-mingw32.shared-g++ -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -dM -E -o .moc/release/moc_predefs.h ../../mkspecs/features/data/dummy.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qglobal.o global/qglobal.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qlibraryinfo.o global/qlibraryinfo.cpp
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusextratypes.o ../../dbus/qdbusextratypes.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qmalloc.o global/qmalloc.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qnumeric.o global/qnumeric.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qfloat16.o global/qfloat16.cpp
g++ -Wl,--gc-sections -Wl,-O1 -o ../../../bin/uic .obj/customwidgetsinfo.o .obj/databaseinfo.o .obj/driver.o .obj/treewalker.o .obj/ui4.o .obj/validator.o .obj/cppwritedeclaration.o .obj/cppwriteincludes.o .obj/cppwriteinitialization.o .obj/main.o .obj/uic.o -L/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/lib -lQt5Bootstrap -lpthread
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbus_symbols.o ../../dbus/qdbus_symbols.cpp
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/uic'
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -ffunction-sections -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -DQT_NO_FOREACH -DQT_NO_CAST_FROM_ASCII -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_BOOTSTRAP_DBUS_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusunixfiledescriptor.o ../../dbus/qdbusunixfiledescriptor.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qoperatingsystemversion.o global/qoperatingsystemversion.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qlogging.o global/qlogging.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qrandom.o global/qrandom.cpp
rm -f ../../../lib/libQt5BootstrapDBus.a
ar cqs ../../../lib/libQt5BootstrapDBus.a .obj/qdbusintrospection.o .obj/qdbusxmlparser.o .obj/qdbuserror.o .obj/qdbusutil.o .obj/qdbusmisc.o .obj/qdbusmetatype.o .obj/qdbusargument.o .obj/qdbusextratypes.o .obj/qdbus_symbols.o .obj/qdbusunixfiledescriptor.o
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/bootstrap-dbus'
cd tools/qdbusxml2cpp/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro ) && make -f Makefile
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qhooks.o global/qhooks.cpp
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qdbusxml2cpp'
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_DBUS_LIB -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusxml2cpp.o qdbusxml2cpp.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qoperatingsystemversion_win.o global/qoperatingsystemversion_win.cpp
global/qrandom.cpp: In function 'qsizetype qt_random_cpu(void*, qsizetype)':
global/qrandom.cpp:123:1: internal compiler error: in ix86_compute_frame_layout, at config/i386/i386.c:10145
}
^
global/qrandom.cpp:123:1: internal compiler error: Segmentation fault
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qversiontagging.o global/qversiontagging.cpp
i686-w64-mingw32.shared-g++ -c -fno-keep-inline-dllexport -pipe -mstackrealign -msse2 -mfpmath=sse -O3 -std=c++1z -fexceptions -mthreads -Wextra -Wall -W -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_CORE_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNINGS -D_USE_MATH_DEFINES -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -DQT_NO_DEBUG -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../../include -I../../include/QtCore -I../../include/QtCore/5.10.0 -I../../include/QtCore/5.10.0/QtCore -Itmp -I.moc/release -I../../mkspecs/win32-g++ -o .obj/release/qatomic.o thread/qatomic.cpp
i686-w64-mingw32.shared-g++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Makefile.Release:11821: recipe for target '.obj/release/qrandom.o' failed
make[5]: *** [.obj/release/qrandom.o] Error 4
make[5]: *** Waiting for unfinished jobs....
cd tools/qdbuscpp2xml/ && ( test -e Makefile || /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/bin/qmake -o Makefile /opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qdbuscpp2xml/qdbuscpp2xml.pro ) && make -f Makefile
make[4]: Entering directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qdbuscpp2xml'
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_DBUS_LIB -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/moc.o ../moc/moc.cpp
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_DBUS_LIB -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/preprocessor.o ../moc/preprocessor.cpp
make[5]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib'
Makefile:36: recipe for target 'release' failed
make[4]: *** [release] Error 2
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/corelib'
Makefile:193: recipe for target 'sub-corelib-make_first' failed
make[3]: *** [sub-corelib-make_first] Error 2
make[3]: *** Waiting for unfinished jobs....
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_DBUS_LIB -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/generator.o ../moc/generator.cpp
g++ -Wl,--gc-sections -Wl,-O1 -o ../../../bin/qdbusxml2cpp .obj/qdbusxml2cpp.o -L/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/lib -lQt5BootstrapDBus -lQt5Bootstrap -lpthread
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qdbusxml2cpp'
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_DBUS_LIB -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/parser.o ../moc/parser.cpp
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_DBUS_LIB -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/token.o ../moc/token.cpp
g++ -c -pipe -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//include/dbus-1.0 -I//opt/mxe-x64-shared/usr/i686-w64-mingw32.shared/lib/pkgconfig/../..//lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -D_REENTRANT -fPIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_DBUS_LIB -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.10.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=10 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.10.0 -I../../../include/QtDBus/5.10.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.10.0 -I../../../include/QtCore/5.10.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.10.0 -I../../../include/QtXml/5.10.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbuscpp2xml.o qdbuscpp2xml.cpp
g++ -Wl,--gc-sections -Wl,-O1 -o ../../../bin/qdbuscpp2xml .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/qdbuscpp2xml.o -L/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/lib -lQt5BootstrapDBus -lQt5Bootstrap -lpthread
make[4]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src/tools/qdbuscpp2xml'
make[3]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0/src'
Makefile:44: recipe for target 'sub-src-make_first' failed
make[2]: *** [sub-src-make_first] Error 2
make[2]: Leaving directory '/opt/mxe-x64-shared/tmp-qtbase-i686-w64-mingw32.shared/qtbase-everywhere-src-5.10.0'
Makefile:687: recipe for target 'build-only-qtbase_i686-w64-mingw32.shared' failed
make[1]: *** [build-only-qtbase_i686-w64-mingw32.shared] Error 2
make[1]: Leaving directory '/opt/mxe-x64-shared'
real 2m58.650s
user 5m42.872s
sys 0m23.846s
systemctl --user restart pulseaudio.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment