Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buxtonpaul/50f1bab873591c31685b36a3221d0a7c to your computer and use it in GitHub Desktop.
Save buxtonpaul/50f1bab873591c31685b36a3221d0a7c to your computer and use it in GitHub Desktop.
qtbase_i686-w64-mingw32.shared.posix.dw2
This file has been truncated, but you can view the full file.
make[1]: Entering directory '/home/paul/src/mxe'
uname -a
Linux paul-gpu 4.15.0-58-generic #64~16.04.1-Ubuntu SMP Wed Aug 7 14:10:35 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
git log --pretty=tformat:"%H - %s [%ar] [%d]" -1
1b81e99cf78df3b0f89173d6f1bc71159cf190ca - Update packages.json & build-matrix.html [2 days ago] [ (HEAD -> master, origin/master, origin/HEAD)]
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial
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 (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
Copyright (C) 2015 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++ (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609
Copyright (C) 2015 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.12
perl --version 2>&1 | head -3
This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-linux-gnu-thread-multi
(with 73 registered patches, see perl -V for more detail)
rm -rf '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2'
mkdir -p '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2'
mkdir -p '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0'
mkdir -p '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0.build_'
# disable wine with readonly directory
# see https://github.com/mxe/mxe/issues/841
mkdir -p '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/readonly'
chmod 0555 '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/readonly'
cd '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2' && xz -dc '/home/paul/src/mxe/pkg/qtbase-everywhere-src-5.13.0.tar.xz' | tar xf -
cd '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0'
(cd '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0' && patch -p1 -u) < /home/paul/src/mxe/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/corelib/global/qrandom.cpp
# ICU is buggy. See #653. TODO: reenable it some time in the future.
cd '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0' && OPENSSL_LIBS="`'i686-w64-mingw32.shared.posix.dw2-pkg-config' --libs-only-l openssl`" PSQL_LIBS="-lpq -lsecur32 `'i686-w64-mingw32.shared.posix.dw2-pkg-config' --libs-only-l openssl pthreads` -lws2_32" SYBASE_LIBS="-lsybdb `'i686-w64-mingw32.shared.posix.dw2-pkg-config' --libs-only-l openssl` -liconv -lws2_32" PKG_CONFIG="i686-w64-mingw32.shared.posix.dw2-pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_LIBDIR="/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig" ./configure -opensource -confirm-license -xplatform win32-g++ -device-option CROSS_COMPILE=i686-w64-mingw32.shared.posix.dw2- -device-option PKG_CONFIG='i686-w64-mingw32.shared.posix.dw2-pkg-config' -pkg-config -force-pkg-config -no-use-gold-linker -release -shared -prefix '/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/qt5' -no-icu -opengl desktop -no-glib -accessibility -nomake examples -nomake tests -plugin-sql-mysql -mysql_config /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/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 -debug-and-release
Creating qmake...
make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake'
g++ -c -o main.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/main.cpp
g++ -c -o meta.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/meta.cpp
g++ -c -o option.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/option.cpp
g++ -c -o project.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/project.cpp
g++ -c -o property.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/property.cpp
g++ -c -o ioutils.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library/ioutils.cpp
g++ -c -o proitems.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library/proitems.cpp
g++ -c -o qmakebuiltins.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library/qmakebuiltins.cpp
g++ -c -o qmakeevaluator.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library/qmakeevaluator.cpp
g++ -c -o qmakeglobals.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library/qmakeglobals.cpp
g++ -c -o qmakeparser.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library/qmakeparser.cpp
g++ -c -o qmakevfs.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library/qmakevfs.cpp
g++ -c -o pbuilder_pbx.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac/pbuilder_pbx.cpp
g++ -c -o makefile.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/makefile.cpp
g++ -c -o makefiledeps.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/makefiledeps.cpp
g++ -c -o metamakefile.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/metamakefile.cpp
g++ -c -o projectgenerator.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/projectgenerator.cpp
g++ -c -o unixmake2.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix/unixmake2.cpp
g++ -c -o unixmake.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix/unixmake.cpp
g++ -c -o mingw_make.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32/mingw_make.cpp
g++ -c -o msbuild_objectmodel.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32/msbuild_objectmodel.cpp
g++ -c -o msvc_nmake.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32/msvc_nmake.cpp
g++ -c -o msvc_objectmodel.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32/msvc_objectmodel.cpp
g++ -c -o msvc_vcproj.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32/msvc_vcproj.cpp
g++ -c -o msvc_vcxproj.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32/msvc_vcxproj.cpp
g++ -c -o winmakefile.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32/winmakefile.cpp
g++ -c -o xmloutput.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/xmloutput.cpp
g++ -c -o qutfcodec.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/codecs/qutfcodec.cpp
g++ -c -o qendian.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global/qendian.cpp
g++ -c -o qglobal.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global/qglobal.cpp
g++ -c -o qlogging.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global/qlogging.cpp
g++ -c -o qmalloc.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global/qmalloc.cpp
g++ -c -o qnumeric.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global/qnumeric.cpp
g++ -c -o qoperatingsystemversion.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global/qoperatingsystemversion.cpp
g++ -c -o qrandom.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global/qrandom.cpp
g++ -c -o qabstractfileengine.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qabstractfileengine.cpp
g++ -c -o qbuffer.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qbuffer.cpp
g++ -c -o qdatastream.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qdatastream.cpp
g++ -c -o qdebug.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qdebug.cpp
g++ -c -o qdir.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qdir.cpp
g++ -c -o qdiriterator.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qdiriterator.cpp
g++ -c -o qfile.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfile.cpp
g++ -c -o qfiledevice.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfiledevice.cpp
g++ -c -o qfileinfo.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfileinfo.cpp
g++ -c -o qfilesystemengine.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfilesystemengine.cpp
g++ -c -o qfilesystementry.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfilesystementry.cpp
g++ -c -o qfsfileengine.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfsfileengine.cpp
g++ -c -o qfsfileengine_iterator.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfsfileengine_iterator.cpp
g++ -c -o qiodevice.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qiodevice.cpp
g++ -c -o qsettings.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qsettings.cpp
g++ -c -o qtemporaryfile.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qtemporaryfile.cpp
g++ -c -o qtextstream.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qtextstream.cpp
g++ -c -o qjsonarray.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qjsonarray.cpp
g++ -c -o qjson.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qjson.cpp
g++ -c -o qjsondocument.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qjsondocument.cpp
g++ -c -o qjsonobject.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qjsonobject.cpp
g++ -c -o qjsonparser.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qjsonparser.cpp
g++ -c -o qjsonvalue.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qjsonvalue.cpp
g++ -c -o qmetatype.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/kernel/qmetatype.cpp
g++ -c -o qsystemerror.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/kernel/qsystemerror.cpp
g++ -c -o qvariant.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/kernel/qvariant.cpp
g++ -c -o quuid.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/plugin/quuid.cpp
g++ -c -o qarraydata.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qarraydata.cpp
g++ -c -o qbitarray.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qbitarray.cpp
g++ -c -o qbytearray.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qbytearray.cpp
g++ -c -o qbytearraymatcher.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qbytearraymatcher.cpp
g++ -c -o qcryptographichash.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qcryptographichash.cpp
g++ -c -o qdatetime.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qdatetime.cpp
g++ -c -o qhash.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qhash.cpp
g++ -c -o qlinkedlist.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qlinkedlist.cpp
g++ -c -o qlist.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qlist.cpp
g++ -c -o qlocale.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qlocale.cpp
g++ -c -o qlocale_tools.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qlocale_tools.cpp
g++ -c -o qmap.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qmap.cpp
g++ -c -o qregexp.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qregexp.cpp
g++ -c -o qringbuffer.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qringbuffer.cpp
g++ -c -o qstringbuilder.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qstringbuilder.cpp
g++ -c -o qstring_compat.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qstring_compat.cpp
g++ -c -o qstring.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qstring.cpp
g++ -c -o qstringlist.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qstringlist.cpp
g++ -c -o qversionnumber.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qversionnumber.cpp
g++ -c -o qvsnprintf.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qvsnprintf.cpp
g++ -c -o qxmlstream.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qxmlstream.cpp
g++ -c -o qxmlutils.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/serialization/qxmlutils.cpp
g++ -c -o qcore_unix.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/kernel/qcore_unix.cpp
g++ -c -o qfilesystemengine_unix.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfilesystemengine_unix.cpp
g++ -c -o qfilesystemiterator_unix.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfilesystemiterator_unix.cpp
g++ -c -o qfsfileengine_unix.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/io/qfsfileengine_unix.cpp
g++ -c -o qlocale_unix.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tools/qlocale_unix.cpp
g++ -c -o qlibraryinfo.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH -DQT_BUILD_QMAKE_BOOTSTRAP /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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 qutfcodec.o qendian.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 '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake'
Info: creating cache file /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/.qmake.cache
Command line: -opensource -confirm-license -xplatform win32-g++ -device-option CROSS_COMPILE=i686-w64-mingw32.shared.posix.dw2- -device-option PKG_CONFIG=i686-w64-mingw32.shared.posix.dw2-pkg-config -pkg-config -force-pkg-config -no-use-gold-linker -release -shared -prefix /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/qt5 -no-icu -opengl desktop -no-glib -accessibility -nomake examples -nomake tests -plugin-sql-mysql -mysql_config /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/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 -debug-and-release
Info: creating stash file /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/verifyspec && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/verifyspec
> Info: creating stash file /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/.qmake.stash
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/verifyspec && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/verifyspec'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o verifyspec.o verifyspec.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o verifyspec.exe verifyspec.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/verifyspec'
test config.qtbase.tests.verifyspec succeeded
Checking for target architecture...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o arch.o arch.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o arch.exe arch.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch'
Detected architecture: i386 ()
test config.qtbase.tests.architecture gave result i386
Checking for host architecture...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" -early "CONFIG += cross_compile" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch/arch_host.pro
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch'
> rm -f arch.o
> rm -f *~ core *.core
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch'
> g++ -c -pipe -O2 -std=gnu++11 -w -fPIC -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -o arch.o arch.cpp
> g++ -Wl,-O1 -o arch arch.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/arch'
Detected architecture: i386 ()
test config.qtbase.tests.host_architecture gave result i386
Checking for SSE2 instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse2 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_SSE2 -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.sse2 succeeded
Checking for AES new instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=aesni /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -maes -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AESNI -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.aesni succeeded
Checking for alloca() in alloca.h...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_h && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_h
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_h && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_h'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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:171: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_h'
test config.qtbase.tests.alloca_h FAILED
Checking for alloca() in malloc.h...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_malloc_h && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_malloc_h
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_malloc_h && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_malloc_h'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o alloca_malloc_h.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/alloca_malloc_h'
test config.qtbase.tests.alloca_malloc_h succeeded
Checking for SSE3 instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse3 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse3 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_SSE3 -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.sse3 succeeded
Checking for SSSE3 instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=ssse3 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mssse3 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_SSSE3 -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.ssse3 succeeded
Checking for SSE4.1 instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse4_1 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse4.1 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_SSE4_1 -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.sse4_1 succeeded
Checking for SSE4.2 instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=sse4_2 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse4.2 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_SSE4_2 -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.sse4_2 succeeded
Checking for AVX instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx succeeded
Checking for AVX2 instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx2 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx2 -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX2 -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx2 succeeded
Checking for AVX512 F instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512f /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx512f -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX512F -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx512f succeeded
Checking for AVX512 BW instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512bw /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx512bw -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX512BW -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx512bw succeeded
Checking for AVX512 CD instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx512cd -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX512CD -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx512cd succeeded
Checking for AVX512 DQ instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512dq /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx512dq -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX512DQ -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx512dq succeeded
Checking for AVX512 ER instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512er /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx512er -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX512ER -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx512er succeeded
Checking for AVX512 IFMA instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512ifma /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx512ifma -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX512IFMA -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx512ifma succeeded
Checking for AVX512 PF instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512pf /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx512pf -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX512PF -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx512pf succeeded
Checking for AVX512 VBMI instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512vbmi /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx512vbmi -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX512VBMI -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx512vbmi succeeded
Checking for AVX512 VL instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=avx512vl /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mavx512vl -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AVX512VL -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.avx512vl succeeded
Checking for C++14 support...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++14 && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++14
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++14 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++14'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++1y -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c++14.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++14'
test config.qtbase.tests.c++14 succeeded
Checking for C++17 support...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++1z && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++1z
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++1z && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++1z'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++1z -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> main.cpp:8:19: fatal error: variant: No such file or directory
> compilation terminated.
> Makefile:171: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c++1z'
test config.qtbase.tests.c++1z FAILED
Checking for C99 support...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c99 && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c99
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c99 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c99'
> i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu99 -w -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.c
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c99.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c99'
test config.qtbase.tests.c99 succeeded
Checking for C11 support...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c11 && /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c11
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c11 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c11'
> i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu11 -w -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.c
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o c11.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/c11'
test config.qtbase.tests.c11 succeeded
Checking for pkg-config...
Found pkg-config from environment variable: i686-w64-mingw32.shared.posix.dw2-pkg-config
test config.qtbase.tests.pkg-config succeeded
Global lib dirs: [] [/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib]
Global inc dirs: [] [/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ /home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 /home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward /home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include /home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include]
Checking for D-Bus >= 1.2...
Trying source 0 (type pkgConfig) of library dbus ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors dbus-1 '>=' 1.2
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --modversion dbus-1 '>=' 1.2
> 1.13.12
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-L dbus-1 '>=' 1.2
> -L/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-l dbus-1 '>=' 1.2
> -ldbus-1
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-L dbus-1 '>=' 1.2
> -L/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-l dbus-1 '>=' 1.2
> -ldbus-1 -lws2_32 -liphlpapi -ldbghelp
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --cflags dbus-1 '>=' 1.2
> -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dbus && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += dbus' 'QMAKE_LIBS_DBUS = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/libdbus-1.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/libws2_32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/libiphlpapi.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/libdbghelp.a' 'QMAKE_INCDIR_DBUS = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dbus
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dbus && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dbus'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/dbus-1.0 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/dbus-1.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o dbus.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libdbus-1.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libiphlpapi.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libdbghelp.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dbus'
=> source accepted.
test config.qtbase.libraries.dbus succeeded
Checking for F16C instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=f16c /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mf16c -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_F16C -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
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.13.12
+ /usr/bin/pkg-config --libs-only-L dbus-1 '>=' 1.2
> -L//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib
+ /usr/bin/pkg-config --libs-only-l dbus-1 '>=' 1.2
> -ldbus-1
+ /usr/bin/pkg-config --static --libs-only-L dbus-1 '>=' 1.2
> -L//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib
+ /usr/bin/pkg-config --static --libs-only-l dbus-1 '>=' 1.2
> -ldbus-1 -lws2_32 -liphlpapi -ldbghelp
+ /usr/bin/pkg-config --cflags dbus-1 '>=' 1.2
> -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/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=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors libudev
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type inline) of library libudev ...
None of [libudev.dll.a libudev.a udev.dll.a udev.a udev.lib] found in [] and global paths.
=> source produced no result.
test config.qtbase.libraries.libudev FAILED
Checking for -Og support...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests && i686-w64-mingw32.shared.posix.dw2-g++ -pipe -fno-keep-inline-dllexport -Og -o conftest-out conftest.cpp
test config.qtbase.tests.optimize_debug succeeded
Checking for POSIX fallocate()...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/posix_fallocate && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/posix_fallocate
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/posix_fallocate && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/posix_fallocate'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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:171: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/posix_fallocate'
test config.qtbase.tests.posix_fallocate FAILED
Checking for RDRAND instruction...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=rdrnd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -mrdrnd -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_RDRND -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.rdrnd succeeded
Checking for SHA new instructions...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" CONFIG+=add_cflags DEFINES+=NO_ATTRIBUTE SIMD=shani /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msha -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DNO_ATTRIBUTE -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_SHANI -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.shani succeeded
Checking for STL compatibility...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/stl && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/stl
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/stl && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/stl'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o stltest.o stltest.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o stl.exe stltest.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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 ...
=> source failed condition 'config.msvc'.
Trying source 2 (type inline) of library zlib ...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zlib && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += zlib' 'QMAKE_LIBS_ZLIB = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zlib
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zlib && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zlib'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o zlib.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zlib'
=> source accepted.
test config.qtbase.libraries.zlib succeeded
Checking for Intrinsics without -mXXX argument...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'SIMD=aesni avx avx2 avx512bw avx512cd avx512dq avx512er avx512f avx512ifma avx512pf avx512vbmi avx512vl f16c rdrnd shani sse2 sse3 sse4_1 sse4_2 ssse3' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> rm -f main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -DQT_COMPILER_SUPPORTS_AESNI -DQT_COMPILER_SUPPORTS_AVX -DQT_COMPILER_SUPPORTS_AVX2 -DQT_COMPILER_SUPPORTS_AVX512BW -DQT_COMPILER_SUPPORTS_AVX512CD -DQT_COMPILER_SUPPORTS_AVX512DQ -DQT_COMPILER_SUPPORTS_AVX512ER -DQT_COMPILER_SUPPORTS_AVX512F -DQT_COMPILER_SUPPORTS_AVX512IFMA -DQT_COMPILER_SUPPORTS_AVX512PF -DQT_COMPILER_SUPPORTS_AVX512VBMI -DQT_COMPILER_SUPPORTS_AVX512VL -DQT_COMPILER_SUPPORTS_F16C -DQT_COMPILER_SUPPORTS_RDRND -DQT_COMPILER_SUPPORTS_SHANI -DQT_COMPILER_SUPPORTS_SSE2 -DQT_COMPILER_SUPPORTS_SSE3 -DQT_COMPILER_SUPPORTS_SSE4_1 -DQT_COMPILER_SUPPORTS_SSE4_2 -DQT_COMPILER_SUPPORTS_SSSE3 -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o x86_simd.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/x86_simd'
test config.qtbase.tests.x86SimdAlways succeeded
Checking for Zstandard...
Trying source 0 (type pkgConfig) of library zstd ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors libzstd '>=' 1.3
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --modversion libzstd '>=' 1.3
> 1.4.3
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-L libzstd '>=' 1.3
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-l libzstd '>=' 1.3
> -lzstd
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-L libzstd '>=' 1.3
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-l libzstd '>=' 1.3
> -lzstd
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --cflags libzstd '>=' 1.3
>
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zstd && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += zstd' 'QMAKE_LIBS_ZSTD = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libzstd.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zstd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zstd && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zstd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o zstd.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libzstd.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/zstd'
=> source accepted.
test config.qtbase.libraries.zstd succeeded
Checking for C++11 <future>...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_future && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_future
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_future && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_future'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx11_future.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_future'
test config.qtbase_corelib.tests.cxx11_future succeeded
Checking for eventfd...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/eventfd && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/eventfd
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/eventfd && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/eventfd'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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:173: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/eventfd'
test config.qtbase_corelib.tests.eventfd FAILED
Checking for inotify...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/inotify && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/inotify
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/inotify && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/inotify'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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:173: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/inotify'
test config.qtbase_corelib.tests.inotify FAILED
Checking for slog2...
Trying source 0 (type inline) of library slog2 ...
None of [libslog2.dll.a libslog2.a slog2.dll.a slog2.a slog2.lib] found in [] and global paths.
=> source produced no result.
test config.qtbase_corelib.libraries.slog2 FAILED
Checking for 64 bit atomics...
Trying source 0 (type inline) of library libatomic ...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libatomic && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += libatomic' 'QMAKE_LIBS_LIBATOMIC = ' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libatomic
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libatomic && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libatomic'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o libatomic.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libatomic'
=> source accepted.
test config.qtbase_corelib.libraries.libatomic succeeded
Checking for DoubleConversion...
Trying source 0 (type inline) of library doubleconversion ...
None of [libdouble-conversion.dll.a libdouble-conversion.a double-conversion.dll.a double-conversion.a double-conversion.lib] found in [] and global paths.
=> source produced no result.
test config.qtbase_corelib.libraries.doubleconversion FAILED
Checking for PCRE2...
Trying source 0 (type pkgConfig) of library pcre2 ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors libpcre2-16
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --modversion libpcre2-16
> 10.33
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-L libpcre2-16
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-l libpcre2-16
> -lpcre2-16
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-L libpcre2-16
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-l libpcre2-16
> -lpcre2-16
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --cflags libpcre2-16
>
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/pcre2 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += pcre2' 'QMAKE_LIBS_PCRE2 = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpcre2-16.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/pcre2
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/pcre2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/pcre2'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o pcre2.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpcre2-16.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/pcre2'
=> source accepted.
test config.qtbase_corelib.libraries.pcre2 succeeded
Checking for O_CLOEXEC...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cloexec && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cloexec
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cloexec && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cloexec'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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:173: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cloexec'
test config.qtbase_corelib.tests.cloexec FAILED
Checking for C++11 <random>...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_random && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_random
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_random && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_random'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o cxx11_random.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/cxx11_random'
test config.qtbase_corelib.tests.cxx11_random succeeded
Checking for working std::atomic for function pointers...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/atomicfptr && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/atomicfptr
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/atomicfptr && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/atomicfptr'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o atomicfptr.exe main.o
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/atomicfptr'
test config.qtbase_corelib.tests.atomicfptr succeeded
Checking for OpenSSL...
Trying source 0 (type openssl) of library openssl ...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += openssl' 'QMAKE_LIBS_OPENSSL = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o openssl.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl'
=> source accepted.
test config.qtbase_network.libraries.openssl succeeded
Checking for DTLS support in OpenSSL...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dtls && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += openssl' 'QMAKE_LIBS_OPENSSL = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dtls
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dtls && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dtls'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o dtls.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dtls'
test config.qtbase_network.tests.dtls succeeded
Trying source 0 (type makeSpec) of library network ...
=> source accepted.
Checking for getifaddrs()...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/getifaddrs && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += network' 'QMAKE_LIBS_NETWORK = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/getifaddrs
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/getifaddrs && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/getifaddrs'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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:173: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/getifaddrs'
test config.qtbase_network.tests.getifaddrs FAILED
Checking for IPv6 ifname...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ipv6ifname && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += network' 'QMAKE_LIBS_NETWORK = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ipv6ifname
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ipv6ifname && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ipv6ifname'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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:173: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ipv6ifname'
test config.qtbase_network.tests.ipv6ifname FAILED
Checking for OpenSSL 1.1 support...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl11 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += openssl' 'QMAKE_LIBS_OPENSSL = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl11
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl11 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl11'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o openssl11.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/openssl11'
test config.qtbase_network.tests.openssl11 succeeded
Checking for OCSP stapling support in OpenSSL...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ocsp && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += openssl' 'QMAKE_LIBS_OPENSSL = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ocsp
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ocsp && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ocsp'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o ocsp.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/ocsp'
test config.qtbase_network.tests.ocsp succeeded
Checking for xkbcommon >= 0.5.0...
Trying source 0 (type pkgConfig) of library xkbcommon ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors xkbcommon '>=' 0.5.0
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type inline) of library xkbcommon ...
None of [libxkbcommon.dll.a libxkbcommon.a xkbcommon.dll.a xkbcommon.a xkbcommon.lib] found in [] and global paths.
=> source produced no result.
test config.qtbase_gui.libraries.xkbcommon FAILED
Checking for DirectX GI...
Trying source 0 (type inline) of library dxgi ...
=> source accepted.
test config.qtbase_gui.libraries.dxgi succeeded
Checking for Direct3D 11...
Trying source 0 (type inline) of library d3d11 ...
=> source accepted.
test config.qtbase_gui.libraries.d3d11 succeeded
Checking for Direct2D 1...
Trying source 0 (type inline) of library d2d1 ...
=> source accepted.
test config.qtbase_gui.libraries.d2d1 succeeded
Checking for Direct2D 1.1...
Trying source 0 (type inline) of library d2d1_1 ...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/d2d1_1 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += d2d1_1' 'QMAKE_LIBS_D2D1_1 = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libd2d1.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/d2d1_1
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/d2d1_1 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/d2d1_1'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o d2d1_1.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libd2d1.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/d2d1_1'
=> source accepted.
test config.qtbase_gui.libraries.d2d1_1 succeeded
Checking for DirectX GI 1.2...
Trying source 0 (type inline) of library dxgi1_2 ...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dxgi1_2 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += dxgi1_2' 'QMAKE_LIBS_DXGI1_2 = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libdxgi.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dxgi1_2
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dxgi1_2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dxgi1_2'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o dxgi1_2.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libdxgi.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dxgi1_2'
=> source accepted.
test config.qtbase_gui.libraries.dxgi1_2 succeeded
Checking for Direct3D 11.1...
Trying source 0 (type inline) of library d3d11_1 ...
=> source accepted.
test config.qtbase_gui.libraries.d3d11_1 succeeded
Checking for Direct3D 9...
Trying source 0 (type inline) of library d3d9 ...
=> source accepted.
test config.qtbase_gui.libraries.d3d9 succeeded
Checking for DirectWrite...
Trying source 0 (type inline) of library dwrite ...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += dwrite' 'QMAKE_LIBS_DWRITE = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libdwrite.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o dwrite.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libdwrite.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite'
=> source accepted.
test config.qtbase_gui.libraries.dwrite succeeded
Checking for DirectWrite 1...
Trying source 0 (type inline) of library dwrite_1 ...
=> source accepted.
test config.qtbase_gui.libraries.dwrite_1 succeeded
Checking for DirectWrite 2...
Trying source 0 (type inline) of library dwrite_2 ...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite_2 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += dwrite_2' 'QMAKE_LIBS_DWRITE_2 = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libdwrite.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite_2
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite_2 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite_2'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o dwrite_2.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libdwrite.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/dwrite_2'
=> source accepted.
test config.qtbase_gui.libraries.dwrite_2 succeeded
Checking for KMS...
Trying source 0 (type pkgConfig) of library drm ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors libdrm
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type inline) of library drm ...
None of [libdrm.dll.a libdrm.a drm.dll.a drm.a drm.lib] found in [] and global paths.
=> source produced no result.
Trying source 2 (type inline) of library drm ...
=> source failed condition 'config.integrity'.
test config.qtbase_gui.libraries.drm FAILED
Checking for DirectX GUID...
Trying source 0 (type inline) of library dxguid ...
=> source accepted.
test config.qtbase_gui.libraries.dxguid succeeded
Checking for Desktop OpenGL...
Trying source 0 (type pkgConfig) of library opengl ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors gl
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --modversion gl
> 0
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-L gl
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-l gl
> -lopengl32
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-L gl
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-l gl
> -lopengl32
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --cflags gl
>
header entry 'config.qtbase_gui.libraries.opengl.headers.0' passed condition.
header entry 'config.qtbase_gui.libraries.opengl.headers.0' passed condition.
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/opengl && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += opengl' 'QMAKE_LIBS_OPENGL = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libopengl32.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/opengl
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/opengl && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/opengl'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o opengl.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libopengl32.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/opengl'
=> source accepted.
test config.qtbase_gui.libraries.opengl succeeded
Checking for EGL...
Trying source 0 (type pkgConfig) of library egl ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors egl
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type makeSpec) of library egl ...
EGL/egl.h not found in [] and global paths.
=> source produced no result.
test config.qtbase_gui.libraries.egl FAILED
Checking for evdev...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/evdev && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/evdev
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/evdev && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/evdev'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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:173: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/evdev'
test config.qtbase_gui.tests.evdev FAILED
Checking for FreeType...
Trying source 0 (type pkgConfig) of library freetype ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors freetype2
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --modversion freetype2
> 23.1.17
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-L freetype2
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-l freetype2
> -lfreetype
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-L freetype2
> -L/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-l freetype2
> -lfreetype -lharfbuzz -lcairo -lgobject-2.0 -lfontconfig -lglib-2.0 -lbz2 -lpng16 -lm -lusp10 -lmsimg32 -lgdi32 -lpixman-1 -lffi -lexpat -lz -lws2_32 -lole32 -lwinmm -lshlwapi -lpcre -lintl
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --cflags freetype2
> -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/freetype2 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/harfbuzz -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/cairo -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/pixman-1 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/glib-2.0 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/glib-2.0/include -mms-bitfields
Note: Dropped compiler flags '-mms-bitfields'.
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/freetype && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += freetype' 'QMAKE_LIBS_FREETYPE = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libfreetype.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libharfbuzz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libcairo.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libgobject-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libfontconfig.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libglib-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libbz2.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libpng16.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libusp10.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libmsimg32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libgdi32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libpixman-1.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libffi.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libexpat.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libws2_32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libole32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libwinmm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libshlwapi.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libpcre.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libintl.dll.a' 'QMAKE_INCDIR_FREETYPE = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/freetype2 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/harfbuzz /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/cairo /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/pixman-1 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/glib-2.0 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/glib-2.0/include' 'QMAKE_DEPENDS_FREETYPE_CC = ZLIB' 'QMAKE_DEPENDS_FREETYPE_LD = ZLIB' 'QMAKE_LIBS_ZLIB = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/freetype
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/freetype && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/freetype'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/freetype2 -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/harfbuzz -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/cairo -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/pixman-1 -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/glib-2.0 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/glib-2.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o freetype.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libfreetype.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libharfbuzz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcairo.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libgobject-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libfontconfig.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libglib-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libbz2.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpng16.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libusp10.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libmsimg32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libgdi32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpixman-1.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libffi.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libexpat.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libole32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libwinmm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libshlwapi.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpcre.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libintl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/freetype'
=> source accepted.
test config.qtbase_gui.libraries.freetype succeeded
Checking for Fontconfig...
Trying source 0 (type pkgConfig) of library fontconfig ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors fontconfig
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --modversion fontconfig
> 2.13.1
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-L fontconfig
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-l fontconfig
> -lfontconfig -lfreetype
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-L fontconfig
> -L/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-l fontconfig
> -lfontconfig -lfreetype -lharfbuzz -lcairo -lgobject-2.0 -lglib-2.0 -lexpat -lbz2 -lpng16 -lm -lusp10 -lmsimg32 -lgdi32 -lpixman-1 -lffi -lz -lws2_32 -lole32 -lwinmm -lshlwapi -lpcre -lintl
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --cflags fontconfig
> -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/freetype2 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/harfbuzz -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/cairo -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/pixman-1 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/glib-2.0 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/glib-2.0/include -mms-bitfields
Note: Dropped compiler flags '-mms-bitfields'.
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/fontconfig && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += fontconfig' 'QMAKE_LIBS_FONTCONFIG = ' 'QMAKE_DEPENDS_FONTCONFIG_CC = FREETYPE' 'QMAKE_DEPENDS_FONTCONFIG_LD = FREETYPE' 'QMAKE_LIBS_FREETYPE = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libfreetype.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libharfbuzz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libcairo.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libgobject-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libfontconfig.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libglib-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libbz2.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libpng16.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libusp10.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libmsimg32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libgdi32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libpixman-1.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libffi.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libexpat.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libws2_32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libole32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libwinmm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libshlwapi.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libpcre.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libintl.dll.a' 'QMAKE_INCDIR_FREETYPE = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/freetype2 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/harfbuzz /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/cairo /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/pixman-1 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/glib-2.0 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/glib-2.0/include' 'QMAKE_DEPENDS_FREETYPE_CC = ZLIB' 'QMAKE_DEPENDS_FREETYPE_LD = ZLIB' 'QMAKE_LIBS_ZLIB = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/fontconfig
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/fontconfig && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/fontconfig'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/freetype2 -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/harfbuzz -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/cairo -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/pixman-1 -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/glib-2.0 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/glib-2.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o fontconfig.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libfreetype.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libharfbuzz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcairo.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libgobject-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libfontconfig.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libglib-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libbz2.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpng16.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libusp10.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libmsimg32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libgdi32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpixman-1.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libffi.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libexpat.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libole32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libwinmm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libshlwapi.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpcre.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libintl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/fontconfig'
=> source accepted.
test config.qtbase_gui.libraries.fontconfig succeeded
Checking for GBM...
Trying source 0 (type pkgConfig) of library gbm ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors gbm
pkg-config did not find package.
=> source produced no result.
test config.qtbase_gui.libraries.gbm FAILED
Checking for LinuxFB...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/linuxfb && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/linuxfb
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/linuxfb && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/linuxfb'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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:173: recipe for target 'main.o' failed
> make[2]: *** [main.o] Error 1
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/linuxfb'
test config.qtbase_gui.tests.linuxfb FAILED
Checking for mtdev...
Trying source 0 (type pkgConfig) of library mtdev ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors mtdev
pkg-config did not find package.
=> source produced no result.
test config.qtbase_gui.libraries.mtdev FAILED
Checking for OpenVG...
Trying source 0 (type pkgConfig) of library openvg ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors vg
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type makeSpec) of library openvg ...
VG/openvg.h not found in [] and global paths.
=> source produced no result.
test config.qtbase_gui.libraries.openvg FAILED
Checking for default QPA platform...
test config.qtbase_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=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors harfbuzz
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --modversion harfbuzz
> 2.6.0
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-L harfbuzz
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-l harfbuzz
> -lharfbuzz
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-L harfbuzz
> -L/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-l harfbuzz
> -lharfbuzz -lcairo -lgobject-2.0 -lfontconfig -lfreetype -lglib-2.0 -lm -lusp10 -lmsimg32 -lgdi32 -lpixman-1 -lffi -lexpat -lbz2 -lpng16 -lz -lws2_32 -lole32 -lwinmm -lshlwapi -lpcre -lintl
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --cflags harfbuzz
> -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/harfbuzz -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/cairo -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/pixman-1 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/freetype2 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/glib-2.0 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/glib-2.0/include -mms-bitfields
Note: Dropped compiler flags '-mms-bitfields'.
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/harfbuzz && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += harfbuzz' 'QMAKE_LIBS_HARFBUZZ = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libharfbuzz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libcairo.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libgobject-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libfontconfig.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libfreetype.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libglib-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libusp10.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libmsimg32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libgdi32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libpixman-1.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libffi.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libexpat.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libbz2.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libpng16.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libws2_32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libole32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libwinmm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libshlwapi.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libpcre.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/../lib/libintl.dll.a' 'QMAKE_INCDIR_HARFBUZZ = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/harfbuzz /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/cairo /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/pixman-1 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/freetype2 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/glib-2.0 /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/glib-2.0/include' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/harfbuzz
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/harfbuzz && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/harfbuzz'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/harfbuzz -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/cairo -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/pixman-1 -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/freetype2 -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/glib-2.0 -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/glib-2.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o harfbuzz.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libharfbuzz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcairo.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libgobject-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libfontconfig.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libfreetype.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libglib-2.0.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libusp10.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libmsimg32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libgdi32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpixman-1.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libffi.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libexpat.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libbz2.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpng16.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libole32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libwinmm.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libshlwapi.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpcre.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libintl.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/harfbuzz'
=> source accepted.
test config.qtbase_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 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libjpeg && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += libjpeg' 'QMAKE_LIBS_LIBJPEG = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libjpeg.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libjpeg
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libjpeg && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libjpeg'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o libjpeg.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libjpeg.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libjpeg'
=> source accepted.
test config.qtbase_gui.libraries.libjpeg succeeded
Checking for libpng...
Trying source 0 (type pkgConfig) of library libpng ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors libpng
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --modversion libpng
> 1.6.37
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-L libpng
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-l libpng
> -lpng16 -lz
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-L libpng
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-l libpng
> -lpng16 -lz
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --cflags libpng
> -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libpng && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += libpng' 'QMAKE_LIBS_LIBPNG = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpng16.dll.a' 'QMAKE_INCDIR_LIBPNG = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16' 'QMAKE_DEPENDS_LIBPNG_CC = ZLIB' 'QMAKE_DEPENDS_LIBPNG_LD = ZLIB' 'QMAKE_LIBS_ZLIB = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libpng
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libpng && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libpng'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -isystem /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/libpng16 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o libpng.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpng16.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/libpng'
=> source accepted.
test config.qtbase_gui.libraries.libpng succeeded
Checking for tslib...
Trying source 0 (type inline) of library tslib ...
None of [libts.dll.a libts.a ts.dll.a ts.a ts.lib] found in [] and global paths.
=> source produced no result.
test config.qtbase_gui.libraries.tslib FAILED
Checking for Vulkan...
Trying source 0 (type pkgConfig) of library vulkan ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors vulkan
pkg-config did not find package.
=> source produced no result.
Trying source 1 (type makeSpec) of library vulkan ...
Include path \\include is invalid.
vulkan/vulkan.h not found in [\\include] and global paths.
=> source produced no result.
test config.qtbase_gui.libraries.vulkan FAILED
Checking for XLib...
Trying source 0 (type makeSpec) of library xlib ...
X11/Xlib.h not found in [] and global paths.
=> source produced no result.
test config.qtbase_gui.libraries.xlib FAILED
Checking for uxtheme.h...
Searching for file uxtheme.h.
Found at /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include/uxtheme.h.
test config.qtbase_widgets.tests.uxtheme succeeded
Checking for CUPS...
Trying source 0 (type inline) of library cups ...
None of [libcups.dll.a libcups.a cups.dll.a cups.a cups.lib] found in [] and global paths.
=> source produced no result.
test config.qtbase_printsupport.libraries.cups FAILED
Checking for DB2 (IBM)...
Trying source 0 (type inline) of library db2 ...
None of [libdb2cli.dll.a libdb2cli.a db2cli.dll.a db2cli.a db2cli.lib] found in [] and global paths.
=> source produced no result.
Trying source 1 (type inline) of library db2 ...
=> source failed condition '!config.win32'.
test config.qtbase_sqldrivers.libraries.db2 FAILED
Checking for InterBase...
Trying source 0 (type inline) of library ibase ...
None of [libgds32_ms.dll.a libgds32_ms.a gds32_ms.dll.a gds32_ms.a gds32_ms.lib] found in [] and global paths.
=> source produced no result.
Trying source 1 (type inline) of library ibase ...
=> source failed condition '!config.win32'.
test config.qtbase_sqldrivers.libraries.ibase FAILED
Checking for MySQL...
Trying source 0 (type mysqlConfig) of library mysql ...
+ /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/bin/mysql_config --version
> 6.1.6
+ /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/bin/mysql_config --libs_r
> -L/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib -lmysqlclient -lws2_32 -lz -lpthread -lsecur32
+ /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/bin/mysql_config --include
> -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/mysql && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libmysqlclient.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/mysql
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/mysql && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/mysql'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o mysql.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libmysqlclient.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/mysql'
=> source accepted.
test config.qtbase_sqldrivers.libraries.mysql succeeded
Checking for OCI (Oracle)...
Trying source 0 (type inline) of library oci ...
None of [liboci.dll.a liboci.a oci.dll.a oci.a oci.lib] found in [] and global paths.
=> source produced no result.
Trying source 1 (type inline) of library oci ...
=> source failed condition '!config.win32'.
test config.qtbase_sqldrivers.libraries.oci FAILED
Checking for ODBC...
Trying source 0 (type inline) of library odbc ...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/odbc && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += odbc' 'QMAKE_LIBS_ODBC = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libodbc32.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/odbc
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/odbc && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/odbc'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o odbc.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libodbc32.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/odbc'
=> source accepted.
test config.qtbase_sqldrivers.libraries.odbc succeeded
Checking for PostgreSQL...
Trying source 0 (type pkgConfig) of library psql ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-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 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/psql && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += psql' 'QMAKE_LIBS_PSQL = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpq.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libsecur32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpthread.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/psql
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/psql && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/psql'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o psql.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpq.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libsecur32.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libpthread.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/psql'
=> source accepted.
test config.qtbase_sqldrivers.libraries.psql succeeded
Checking for SQLite (version 2)...
Trying source 0 (type inline) of library sqlite2 ...
None of [libsqlite.dll.a libsqlite.a sqlite.dll.a sqlite.a sqlite.lib] found in [] and global paths.
=> source produced no result.
test config.qtbase_sqldrivers.libraries.sqlite2 FAILED
Checking for TDS (Sybase)...
Trying source 0 (type sybaseEnv) of library tds ...
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/tds && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += tds' 'QMAKE_LIBS_TDS = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libsybdb.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libiconv.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/tds
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/tds && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/tds'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o tds.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libsybdb.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libssl.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libcrypto.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libiconv.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libws2_32.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/tds'
=> source accepted.
test config.qtbase_sqldrivers.libraries.tds succeeded
Checking for SQLite (version 3)...
Trying source 0 (type pkgConfig) of library sqlite3 ...
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --exists --silence-errors sqlite3
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --modversion sqlite3
> 3.29.0
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-L sqlite3
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --libs-only-l sqlite3
> -lsqlite3
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-L sqlite3
>
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --static --libs-only-l sqlite3
> -lsqlite3 -lz
+ PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig i686-w64-mingw32.shared.posix.dw2-pkg-config --cflags sqlite3
>
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/sqlite3 && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.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" 'QMAKE_USE += sqlite3' 'QMAKE_LIBS_SQLITE3 = /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libsqlite3.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a' /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/sqlite3
+ cd /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/sqlite3 && MAKEFLAGS= /usr/bin/make
> make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/sqlite3'
> i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -w -fexceptions -mthreads -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQ_USE_SYBASE -I. -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -o main.o main.cpp
> i686-w64-mingw32.shared.posix.dw2-g++ -Wl,-s -Wl,-subsystem,console -mthreads -o sqlite3.exe main.o /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libsqlite3.dll.a /home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/libz.dll.a
> make[2]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/config.tests/sqlite3'
=> source accepted.
test config.qtbase_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>)
Target compiler: gcc 5.5.0
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 optimize_debug rdrnd shani x86SimdAlways shared debug_and_release debug release build_all c++11 c++14 concurrent dbus stl
Build options:
Mode ................................... debug and release; default link: release
Optimize debug build ................... yes
Optimize release build for size ........ no
Building shared libraries .............. yes
Using C standard ....................... C11
Using C++ standard ..................... C++14
Generating GDB index ................... 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
Intrinsics without -mXXX option ...... yes
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
udev ................................... no
Using system zlib ...................... yes
Zstandard support ...................... yes
Qt Core:
DoubleConversion ....................... yes
Using system DoubleConversion ........ no
GLib ................................... no
iconv .................................. no
ICU .................................... no
Built-in copy of the MIME database ..... yes
Tracing backend ........................ <none>
Logging backends:
journald ............................. no
syslog ............................... no
slog2 ................................ no
Using system PCRE2 ..................... yes
Qt Network:
getifaddrs() ........................... no
IPv6 ifname ............................ no
libproxy ............................... no
Schannel ............................... no
OpenSSL ................................ yes
Qt directly linked to OpenSSL ........ yes
OpenSSL 1.1 ............................ yes
DTLS ................................... yes
OCSP-stapling .......................... 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 .............................. no
X11 specific:
XLib ................................. no
XCB Xlib ............................. no
EGL on X11 ........................... no
QPA backends:
DirectFB ............................... no
EGLFS .................................. no
LinuxFB ................................ no
VNC .................................... no
Mir client ............................. no
Windows:
Direct 2D ............................ yes
DirectWrite .......................... yes
DirectWrite 2 ........................ yes
Qt Sql:
SQL item models ........................ yes
Qt Widgets:
GTK+ ................................... no
Styles ................................. Fusion Windows WindowsVista
Qt PrintSupport:
CUPS ................................... no
Qt Sql Drivers:
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
Qt Testlib:
Tester for item models ................. yes
Note: Also available for Linux: linux-clang linux-icc
Qt is now configured for building. Just run 'make'.
Once everything is built, you must run 'make install'.
Qt will be installed into '/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/qt5'.
Prior to reconfiguration, make sure you remove any leftovers from
the previous build.
make -C '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0' -j '6'
make[2]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0'
cd src/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/src.pro ) && make -f Makefile
cd qmake/ && ( test -e Makefile.qmake-aux || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile.qmake-aux /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/qmake-aux.pro ) && make -f Makefile.qmake-aux
cd doc/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/doc/doc.pro ) && make -f Makefile
make[3]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/doc'
make -f Makefile.Release
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/doc'
make[4]: Nothing to be done for 'first'.
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/doc'
make[3]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/doc'
make[3]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake'
make binary
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake'
g++ -c -o qlibraryinfo_final.o -std=c++11 -ffunction-sections -fdata-sections -g -g -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/library -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/unix -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/win32 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake/generators/mac -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I../src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/linux-g++ -DQT_VERSION_STR=\"5.13.0\" -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_FOREACH /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global/qlibraryinfo.cpp
make[3]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src'
cd corelib/ && ( test -e Makefile.qtzlib || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile.qtzlib /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/qtzlib.pro ) && make -f Makefile.qtzlib
cd tools/bootstrap/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/bootstrap/bootstrap.pro ) && make -f Makefile
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib'
make -f Makefile.qtzlib.Release all
make -f Makefile.qtzlib.Debug all
make[5]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib'
make[5]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib'
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib'
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/bootstrap'
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlatincodec.o ../../corelib/codecs/qlatincodec.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qtextcodec.o ../../corelib/codecs/qtextcodec.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qutfcodec.o ../../corelib/codecs/qutfcodec.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qendian.o ../../corelib/global/qendian.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qglobal.o ../../corelib/global/qglobal.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlogging.o ../../corelib/global/qlogging.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 qutfcodec.o qendian.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 -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qmalloc.o ../../corelib/global/qmalloc.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qnumeric.o ../../corelib/global/qnumeric.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qoperatingsystemversion.o ../../corelib/global/qoperatingsystemversion.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qrandom.o ../../corelib/global/qrandom.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qabstractfileengine.o ../../corelib/io/qabstractfileengine.cpp
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake'
make[3]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/qmake'
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qbuffer.o ../../corelib/io/qbuffer.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdebug.o ../../corelib/io/qdebug.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdir.o ../../corelib/io/qdir.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdiriterator.o ../../corelib/io/qdiriterator.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfile.o ../../corelib/io/qfile.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfileinfo.o ../../corelib/io/qfileinfo.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfilesystementry.o ../../corelib/io/qfilesystementry.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfilesystemengine.o ../../corelib/io/qfilesystemengine.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfsfileengine.o ../../corelib/io/qfsfileengine.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfsfileengine_iterator.o ../../corelib/io/qfsfileengine_iterator.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qiodevice.o ../../corelib/io/qiodevice.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfiledevice.o ../../corelib/io/qfiledevice.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qresource.o ../../corelib/io/qresource.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qtemporarydir.o ../../corelib/io/qtemporarydir.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qtemporaryfile.o ../../corelib/io/qtemporaryfile.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qsavefile.o ../../corelib/io/qsavefile.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstandardpaths.o ../../corelib/io/qstandardpaths.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qloggingcategory.o ../../corelib/io/qloggingcategory.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qloggingregistry.o ../../corelib/io/qloggingregistry.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcoreapplication.o ../../corelib/kernel/qcoreapplication.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcoreglobaldata.o ../../corelib/kernel/qcoreglobaldata.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qmetatype.o ../../corelib/kernel/qmetatype.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qvariant.o ../../corelib/kernel/qvariant.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qsystemerror.o ../../corelib/kernel/qsystemerror.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/quuid.o ../../corelib/plugin/quuid.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdatastream.o ../../corelib/serialization/qdatastream.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjson.o ../../corelib/serialization/qjson.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsondocument.o ../../corelib/serialization/qjsondocument.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonobject.o ../../corelib/serialization/qjsonobject.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonarray.o ../../corelib/serialization/qjsonarray.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonvalue.o ../../corelib/serialization/qjsonvalue.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonparser.o ../../corelib/serialization/qjsonparser.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qjsonwriter.o ../../corelib/serialization/qjsonwriter.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qtextstream.o ../../corelib/serialization/qtextstream.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qxmlutils.o ../../corelib/serialization/qxmlutils.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qxmlstream.o ../../corelib/serialization/qxmlstream.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qbitarray.o ../../corelib/tools/qbitarray.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qbytearray.o ../../corelib/tools/qbytearray.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qarraydata.o ../../corelib/tools/qarraydata.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qbytearraymatcher.o ../../corelib/tools/qbytearraymatcher.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcommandlineparser.o ../../corelib/tools/qcommandlineparser.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcommandlineoption.o ../../corelib/tools/qcommandlineoption.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcryptographichash.o ../../corelib/tools/qcryptographichash.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdatetime.o ../../corelib/tools/qdatetime.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qhash.o ../../corelib/tools/qhash.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlist.o ../../corelib/tools/qlist.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlinkedlist.o ../../corelib/tools/qlinkedlist.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlocale.o ../../corelib/tools/qlocale.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qlocale_tools.o ../../corelib/tools/qlocale_tools.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qmap.o ../../corelib/tools/qmap.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qregexp.o ../../corelib/tools/qregexp.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qringbuffer.o ../../corelib/tools/qringbuffer.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qpoint.o ../../corelib/tools/qpoint.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qrect.o ../../corelib/tools/qrect.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qsize.o ../../corelib/tools/qsize.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qline.o ../../corelib/tools/qline.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstring.o ../../corelib/tools/qstring.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstringbuilder.o ../../corelib/tools/qstringbuilder.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstring_compat.o ../../corelib/tools/qstring_compat.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstringlist.o ../../corelib/tools/qstringlist.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qversionnumber.o ../../corelib/tools/qversionnumber.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qvsnprintf.o ../../corelib/tools/qvsnprintf.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdom.o ../../xml/dom/qdom.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qxml.o ../../xml/sax/qxml.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qcore_unix.o ../../corelib/kernel/qcore_unix.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfilesystemengine_unix.o ../../corelib/io/qfilesystemengine_unix.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfilesystemiterator_unix.o ../../corelib/io/qfilesystemiterator_unix.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qfsfileengine_unix.o ../../corelib/io/qfsfileengine_unix.cpp
g++ -c -pipe -O2 -fPIC -std=c++11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qstandardpaths_unix.o ../../corelib/io/qstandardpaths_unix.cpp
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/adler32.o ../../3rdparty/zlib/src/adler32.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/compress.o ../../3rdparty/zlib/src/compress.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/crc32.o ../../3rdparty/zlib/src/crc32.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/deflate.o ../../3rdparty/zlib/src/deflate.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gzclose.o ../../3rdparty/zlib/src/gzclose.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gzlib.o ../../3rdparty/zlib/src/gzlib.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gzread.o ../../3rdparty/zlib/src/gzread.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gzwrite.o ../../3rdparty/zlib/src/gzwrite.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/infback.o ../../3rdparty/zlib/src/infback.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/inffast.o ../../3rdparty/zlib/src/inffast.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/inflate.o ../../3rdparty/zlib/src/inflate.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/inftrees.o ../../3rdparty/zlib/src/inftrees.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/trees.o ../../3rdparty/zlib/src/trees.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/uncompr.o ../../3rdparty/zlib/src/uncompr.c
gcc -c -pipe -O2 -fPIC -std=gnu11 -ffunction-sections -fdata-sections -fno-exceptions -Wall -W -D_REENTRANT -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -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.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.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/qendian.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/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/qtemporarydir.o .obj/qtemporaryfile.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/qdatastream.o .obj/qjson.o .obj/qjsondocument.o .obj/qjsonobject.o .obj/qjsonarray.o .obj/qjsonvalue.o .obj/qjsonparser.o .obj/qjsonwriter.o .obj/qtextstream.o .obj/qxmlutils.o .obj/qxmlstream.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/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 '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/bootstrap'
cd tools/rcc/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/rcc/rcc.pro ) && make -f Makefile
cd tools/qfloat16-tables/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qfloat16-tables/qfloat16-tables.pro ) && make -f Makefile
cd tools/moc/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/moc/moc.pro ) && make -f Makefile
cd tools/qvkgen/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qvkgen/qvkgen.pro ) && make -f Makefile
cd tools/qlalr/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qlalr/qlalr.pro ) && make -f Makefile
cd tools/uic/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/uic/uic.pro ) && make -f Makefile
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qvkgen'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qvkgen.o qvkgen.cpp
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qfloat16-tables'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/gen_qfloat16_tables.o gen_qfloat16_tables.cpp
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/rcc'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_RCC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_FEATURE_zstd=-1 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/rcc.o rcc.cpp
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qlalr'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/compress.o compress.cpp
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/uic'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/customwidgetsinfo.o customwidgetsinfo.cpp
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/moc'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/moc.o moc.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/databaseinfo.o databaseinfo.cpp
g++ -Wl,-O1 -Wl,--gc-sections -o ../../../bin/qfloat16-tables .obj/gen_qfloat16_tables.o /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5Bootstrap.a -lpthread
g++ -Wl,-O1 -Wl,--gc-sections -o ../../../bin/qvkgen .obj/qvkgen.o /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5Bootstrap.a -lpthread
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qfloat16-tables'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/driver.o driver.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/cppgenerator.o cppgenerator.cpp
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qvkgen'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/dotgraph.o dotgraph.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_RCC -DQT_NO_CAST_FROM_ASCII -DQT_NO_FOREACH -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_USE_QSTRINGBUILDER -DQT_FEATURE_zstd=-1 -DQT_NO_EXCEPTIONS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_BOOTSTRAP_LIB -DQT_VERSION_STR='"5.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/main.o main.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/lalr.o lalr.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/treewalker.o treewalker.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/ui4.o ui4.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/main.o main.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/preprocessor.o preprocessor.cpp
g++ -Wl,-O1 -Wl,--gc-sections -o ../../../bin/rcc .obj/rcc.o .obj/main.o /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5Bootstrap.a -lpthread
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/rcc'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/generator.o generator.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/validator.o validator.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/parser.o parser.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/token.o token.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/parsetable.o parsetable.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/main.o main.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/recognizer.o recognizer.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/language.o shared/language.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/cppwritedeclaration.o cpp/cppwritedeclaration.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/cppwriteincludes.o cpp/cppwriteincludes.cpp
cd tools/bootstrap-dbus/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/bootstrap-dbus/bootstrap-dbus.pro ) && make -f Makefile
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/bootstrap-dbus'
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusintrospection.o ../../dbus/qdbusintrospection.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusxmlparser.o ../../dbus/qdbusxmlparser.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/grammar.o grammar.cpp
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/cppwriteinitialization.o cpp/cppwriteinitialization.cpp
g++ -Wl,-O1 -Wl,--gc-sections -o ../../../bin/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/main.o /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5Bootstrap.a -lpthread
g++ -Wl,-O1 -Wl,--gc-sections -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 /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5Bootstrap.a -lpthread
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qlalr'
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/main.o main.cpp
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/moc'
cd corelib/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/corelib.pro ) && make -f Makefile
g++ -c -pipe -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -D_REENTRANT -fPIC -DQT_UIC -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I. -Ishared -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/uic.o uic.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbuserror.o ../../dbus/qdbuserror.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusutil.o ../../dbus/qdbusutil.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusmisc.o ../../dbus/qdbusmisc.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusmetatype.o ../../dbus/qdbusmetatype.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusargument.o ../../dbus/qdbusargument.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusextratypes.o ../../dbus/qdbusextratypes.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbus_symbols.o ../../dbus/qdbus_symbols.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -fPIC -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusunixfiledescriptor.o ../../dbus/qdbusunixfiledescriptor.cpp
g++ -Wl,-O1 -Wl,--gc-sections -o ../../../bin/uic .obj/customwidgetsinfo.o .obj/databaseinfo.o .obj/driver.o .obj/treewalker.o .obj/ui4.o .obj/validator.o .obj/language.o .obj/cppwritedeclaration.o .obj/cppwriteincludes.o .obj/cppwriteinitialization.o .obj/main.o .obj/uic.o /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5Bootstrap.a -lpthread
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib'
make -f Makefile.Release all
make[5]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib'
i686-w64-mingw32.shared.posix.dw2-g++ -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -dM -E -o .moc/release/moc_predefs.h ../../mkspecs/features/data/dummy.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qendian.o global/qendian.cpp
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/uic'
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qglobal.o global/qglobal.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qlibraryinfo.o global/qlibraryinfo.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmalloc.o global/qmalloc.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qnumeric.o global/qnumeric.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfloat16.o global/qfloat16.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qoperatingsystemversion.o global/qoperatingsystemversion.cpp
make -f Makefile.Debug all
make[5]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib'
i686-w64-mingw32.shared.posix.dw2-g++ -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -dM -E -o .moc/debug/moc_predefs.h ../../mkspecs/features/data/dummy.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qendian.o global/qendian.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 '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/bootstrap-dbus'
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qglobal.o global/qglobal.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qlogging.o global/qlogging.cpp
cd tools/qdbusxml2cpp/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qdbusxml2cpp/qdbusxml2cpp.pro ) && make -f Makefile
cd tools/qdbuscpp2xml/ && ( test -e Makefile || /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/qmake -o Makefile /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qdbuscpp2xml/qdbuscpp2xml.pro ) && make -f Makefile
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qrandom.o global/qrandom.cpp
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qdbusxml2cpp'
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbusxml2cpp.o qdbusxml2cpp.cpp
make[4]: Entering directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qdbuscpp2xml'
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/moc.o ../moc/moc.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/preprocessor.o ../moc/preprocessor.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qlibraryinfo.o global/qlibraryinfo.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qhooks.o global/qhooks.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/generator.o ../moc/generator.cpp
g++ -Wl,-O1 -Wl,--gc-sections -o ../../../bin/qdbusxml2cpp .obj/qdbusxml2cpp.o /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5BootstrapDBus.a /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5Bootstrap.a -lpthread
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qoperatingsystemversion_win.o global/qoperatingsystemversion_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qmalloc.o global/qmalloc.cpp
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qdbusxml2cpp'
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qnumeric.o global/qnumeric.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/parser.o ../moc/parser.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfloat16.o global/qfloat16.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/token.o ../moc/token.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qversiontagging.o global/qversiontagging.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qrunnable.o thread/qrunnable.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include thread/qthread.h -o .moc/release/moc_qthread.cpp
g++ -c -pipe -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../include/dbus-1.0 -I//home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/lib/pkgconfig/../../lib/dbus-1.0/include -O2 -std=c++11 -fno-exceptions -Wall -W -ffunction-sections -fdata-sections -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.13.0"' -DQT_VERSION_MAJOR=5 -DQT_VERSION_MINOR=13 -DQT_VERSION_PATCH=0 -DQT_BOOTSTRAPPED -DQT_NO_CAST_TO_ASCII -I. -I../moc -I../../3rdparty/tinycbor/src -I../../../include -I../../../include/QtDBus -I../../../include/QtDBus/5.13.0 -I../../../include/QtDBus/5.13.0/QtDBus -I../../../include/QtCore -I../../../include/QtCore/5.13.0 -I../../../include/QtCore/5.13.0/QtCore -I../../../include/QtXml -I../../../include/QtXml/5.13.0 -I../../../include/QtXml/5.13.0/QtXml -I../../../mkspecs/linux-g++ -o .obj/qdbuscpp2xml.o qdbuscpp2xml.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qthread_win.o thread/qthread_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qatomic.o thread/qatomic.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qoperatingsystemversion.o global/qoperatingsystemversion.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qlogging.o global/qlogging.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmutex.o thread/qmutex.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmutexpool.o thread/qmutexpool.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qreadwritelock.o thread/qreadwritelock.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qrandom.o global/qrandom.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qhooks.o global/qhooks.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qoperatingsystemversion_win.o global/qoperatingsystemversion_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qsemaphore.o thread/qsemaphore.cpp
g++ -Wl,-O1 -Wl,--gc-sections -o ../../../bin/qdbuscpp2xml .obj/moc.o .obj/preprocessor.o .obj/generator.o .obj/parser.o .obj/token.o .obj/qdbuscpp2xml.o /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5BootstrapDBus.a /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/lib/libQt5Bootstrap.a -lpthread
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include thread/qthreadpool.h -o .moc/release/moc_qthreadpool.cpp
make[4]: Leaving directory '/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/tools/qdbuscpp2xml'
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qthreadstorage.o thread/qthreadstorage.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qwaitcondition_win.o thread/qwaitcondition_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qversiontagging.o global/qversiontagging.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qrunnable.o thread/qrunnable.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include thread/qthread.h -o .moc/debug/moc_qthread.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qexception.o thread/qexception.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfutureinterface.o thread/qfutureinterface.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include thread/qfuturewatcher.h -o .moc/release/moc_qfuturewatcher.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qresultstore.o thread/qresultstore.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qthread_win.o thread/qthread_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qatomic.o thread/qatomic.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qarraydata.o tools/qarraydata.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qmutex.o thread/qmutex.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qbitarray.o tools/qbitarray.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qbytearray.o tools/qbytearray.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qbytearraylist.o tools/qbytearraylist.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qmutexpool.o thread/qmutexpool.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qreadwritelock.o thread/qreadwritelock.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qbytearraymatcher.o tools/qbytearraymatcher.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qcollator.o tools/qcollator.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include tools/qcryptographichash.h -o .moc/release/moc_qcryptographichash.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qsemaphore.o thread/qsemaphore.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qdatetime.o tools/qdatetime.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include thread/qthreadpool.h -o .moc/debug/moc_qthreadpool.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include tools/qeasingcurve.h -o .moc/release/moc_qeasingcurve.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qthreadstorage.o thread/qthreadstorage.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qwaitcondition_win.o thread/qwaitcondition_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qexception.o thread/qexception.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfutureinterface.o thread/qfutureinterface.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfreelist.o tools/qfreelist.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qhash.o tools/qhash.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qline.o tools/qline.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include thread/qfuturewatcher.h -o .moc/debug/moc_qfuturewatcher.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qlinkedlist.o tools/qlinkedlist.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qresultstore.o thread/qresultstore.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qlist.o tools/qlist.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qarraydata.o tools/qarraydata.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include tools/qlocale.h -o .moc/release/moc_qlocale.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qlocale_tools.o tools/qlocale_tools.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qbitarray.o tools/qbitarray.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qpoint.o tools/qpoint.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qbytearray.o tools/qbytearray.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmap.o tools/qmap.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmargins.o tools/qmargins.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmessageauthenticationcode.o tools/qmessageauthenticationcode.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qbytearraylist.o tools/qbytearraylist.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qbytearraymatcher.o tools/qbytearraymatcher.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qcontiguouscache.o tools/qcontiguouscache.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qrect.o tools/qrect.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qcollator.o tools/qcollator.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include tools/qcryptographichash.h -o .moc/debug/moc_qcryptographichash.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qdatetime.o tools/qdatetime.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include tools/qeasingcurve.h -o .moc/debug/moc_qeasingcurve.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfreelist.o tools/qfreelist.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qhash.o tools/qhash.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qline.o tools/qline.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qlinkedlist.o tools/qlinkedlist.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qregexp.o tools/qregexp.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qrefcount.o tools/qrefcount.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qringbuffer.o tools/qringbuffer.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qlist.o tools/qlist.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include tools/qlocale.h -o .moc/debug/moc_qlocale.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qlocale_tools.o tools/qlocale_tools.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qpoint.o tools/qpoint.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qshareddata.o tools/qshareddata.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qmap.o tools/qmap.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qmargins.o tools/qmargins.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qsharedpointer.o tools/qsharedpointer.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qmessageauthenticationcode.o tools/qmessageauthenticationcode.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qcontiguouscache.o tools/qcontiguouscache.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qrect.o tools/qrect.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qregexp.o tools/qregexp.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qrefcount.o tools/qrefcount.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qsimd.o tools/qsimd.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qsize.o tools/qsize.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qringbuffer.o tools/qringbuffer.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qstring.o tools/qstring.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qshareddata.o tools/qshareddata.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qstringbuilder.o tools/qstringbuilder.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qstringlist.o tools/qstringlist.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qstringview.o tools/qstringview.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qsharedpointer.o tools/qsharedpointer.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qtextboundaryfinder.o tools/qtextboundaryfinder.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include tools/qtimeline.h -o .moc/release/moc_qtimeline.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qsimd.o tools/qsimd.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qsize.o tools/qsize.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qstring.o tools/qstring.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qunicodetools.o tools/qunicodetools.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qstringbuilder.o tools/qstringbuilder.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qstringlist.o tools/qstringlist.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qvsnprintf.o tools/qvsnprintf.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qstringview.o tools/qstringview.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qversionnumber.o tools/qversionnumber.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qlocale_win.o tools/qlocale_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qcollator_win.o tools/qcollator_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qtextboundaryfinder.o tools/qtextboundaryfinder.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include tools/qtimeline.h -o .moc/debug/moc_qtimeline.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qtimezone.o tools/qtimezone.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qtimezoneprivate.o tools/qtimezoneprivate.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qunicodetools.o tools/qunicodetools.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qtimezoneprivate_win.o tools/qtimezoneprivate_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qvsnprintf.o tools/qvsnprintf.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qversionnumber.o tools/qversionnumber.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qlocale_win.o tools/qlocale_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qdatetimeparser.o tools/qdatetimeparser.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qcollator_win.o tools/qcollator_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qregularexpression.o tools/qregularexpression.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qtimezone.o tools/qtimezone.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qcommandlineoption.o tools/qcommandlineoption.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qcommandlineparser.o tools/qcommandlineparser.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qtimezoneprivate.o tools/qtimezoneprivate.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qtimezoneprivate_win.o tools/qtimezoneprivate_win.cpp
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/harfbuzz-buffer.o ../3rdparty/harfbuzz/src/harfbuzz-buffer.c
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/harfbuzz-gdef.o ../3rdparty/harfbuzz/src/harfbuzz-gdef.c
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/harfbuzz-gsub.o ../3rdparty/harfbuzz/src/harfbuzz-gsub.c
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qdatetimeparser.o tools/qdatetimeparser.cpp
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/harfbuzz-gpos.o ../3rdparty/harfbuzz/src/harfbuzz-gpos.c
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qregularexpression.o tools/qregularexpression.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qcommandlineoption.o tools/qcommandlineoption.cpp
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/harfbuzz-impl.o ../3rdparty/harfbuzz/src/harfbuzz-impl.c
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qcommandlineparser.o tools/qcommandlineparser.cpp
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/harfbuzz-open.o ../3rdparty/harfbuzz/src/harfbuzz-open.c
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/harfbuzz-buffer.o ../3rdparty/harfbuzz/src/harfbuzz-buffer.c
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/harfbuzz-gdef.o ../3rdparty/harfbuzz/src/harfbuzz-gdef.c
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/harfbuzz-stream.o ../3rdparty/harfbuzz/src/harfbuzz-stream.c
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/harfbuzz-shaper-all.o ../3rdparty/harfbuzz/src/harfbuzz-shaper-all.cpp
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/harfbuzz-gsub.o ../3rdparty/harfbuzz/src/harfbuzz-gsub.c
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qharfbuzz.o tools/qharfbuzz.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/bignum.o ../3rdparty/double-conversion/bignum.cc
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/harfbuzz-gpos.o ../3rdparty/harfbuzz/src/harfbuzz-gpos.c
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/bignum-dtoa.o ../3rdparty/double-conversion/bignum-dtoa.cc
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/harfbuzz-impl.o ../3rdparty/harfbuzz/src/harfbuzz-impl.c
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/cached-powers.o ../3rdparty/double-conversion/cached-powers.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/diy-fp.o ../3rdparty/double-conversion/diy-fp.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/double-conversion.o ../3rdparty/double-conversion/double-conversion.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/fast-dtoa.o ../3rdparty/double-conversion/fast-dtoa.cc
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/harfbuzz-open.o ../3rdparty/harfbuzz/src/harfbuzz-open.c
i686-w64-mingw32.shared.posix.dw2-gcc -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=gnu11 -Wall -W -Wextra -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/harfbuzz-stream.o ../3rdparty/harfbuzz/src/harfbuzz-stream.c
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/fixed-dtoa.o ../3rdparty/double-conversion/fixed-dtoa.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/harfbuzz-shaper-all.o ../3rdparty/harfbuzz/src/harfbuzz-shaper-all.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/strtod.o ../3rdparty/double-conversion/strtod.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qabstractfileengine.o io/qabstractfileengine.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qbuffer.h -o .moc/release/moc_qbuffer.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qdataurl.o io/qdataurl.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qtldurl.o io/qtldurl.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qharfbuzz.o tools/qharfbuzz.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qdebug.o io/qdebug.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/bignum.o ../3rdparty/double-conversion/bignum.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/bignum-dtoa.o ../3rdparty/double-conversion/bignum-dtoa.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/cached-powers.o ../3rdparty/double-conversion/cached-powers.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/diy-fp.o ../3rdparty/double-conversion/diy-fp.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/double-conversion.o ../3rdparty/double-conversion/double-conversion.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/fast-dtoa.o ../3rdparty/double-conversion/fast-dtoa.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/fixed-dtoa.o ../3rdparty/double-conversion/fixed-dtoa.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qdir.o io/qdir.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/strtod.o ../3rdparty/double-conversion/strtod.cc
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qdiriterator.o io/qdiriterator.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qabstractfileengine.o io/qabstractfileengine.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qbuffer.h -o .moc/debug/moc_qbuffer.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qdataurl.o io/qdataurl.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qtldurl.o io/qtldurl.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfile.h -o .moc/release/moc_qfile.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qdebug.o io/qdebug.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qdir.o io/qdir.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfiledevice.h -o .moc/release/moc_qfiledevice.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfileinfo.o io/qfileinfo.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qipaddress.o io/qipaddress.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qdiriterator.o io/qdiriterator.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfile.h -o .moc/debug/moc_qfile.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qiodevice.h -o .moc/release/moc_qiodevice.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qlockfile.o io/qlockfile.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qnoncontiguousbytedevice_p.h -o .moc/release/moc_qnoncontiguousbytedevice_p.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qstorageinfo.o io/qstorageinfo.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qtemporarydir.o io/qtemporarydir.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qtemporaryfile.h -o .moc/release/moc_qtemporaryfile.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qresource.o io/qresource.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfiledevice.h -o .moc/debug/moc_qfiledevice.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qresource_iterator.o io/qresource_iterator.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qsavefile.h -o .moc/release/moc_qsavefile.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qstandardpaths.h -o .moc/release/moc_qstandardpaths.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qurl.o io/qurl.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfileinfo.o io/qfileinfo.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qurlidna.o io/qurlidna.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qipaddress.o io/qipaddress.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qurlquery.o io/qurlquery.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qiodevice.h -o .moc/debug/moc_qiodevice.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qlockfile.o io/qlockfile.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qurlrecode.o io/qurlrecode.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfsfileengine.o io/qfsfileengine.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfsfileengine_iterator.o io/qfsfileengine_iterator.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qnoncontiguousbytedevice_p.h -o .moc/debug/moc_qnoncontiguousbytedevice_p.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfilesystementry.o io/qfilesystementry.cpp
io/qurl.cpp: In static member function 'static QUrl QUrl::fromLocalFile(const QString&)':
io/qurl.cpp:4313:1: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
}
^
io/qurl.cpp: In member function 'bool QUrlPrivate::setHost(const QString&, int, int, QUrl::ParsingMode)':
io/qurl.cpp:1292:13: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
inline bool QUrlPrivate::setHost(const QString &value, int from, int iend, QUrl::ParsingMode mode)
^
In file included from ../../include/QtCore/qstring.h:1:0,
from io/qurl.h:46,
from io/qurl.cpp:409:
../../include/QtCore/../../src/corelib/tools/qstring.h:1051:7: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow]
{ if (i >= s.d->size) s.resize(i + 1, QLatin1Char(' ')); else s.detach();
^
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfilesystemengine.o io/qfilesystemengine.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qstorageinfo.o io/qstorageinfo.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfileselector.h -o .moc/release/moc_qfileselector.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qloggingcategory.o io/qloggingcategory.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qloggingregistry.o io/qloggingregistry.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qtemporarydir.o io/qtemporarydir.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfilesystemwatcher.h -o .moc/release/moc_qfilesystemwatcher.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfilesystemwatcher_p.h -o .moc/release/moc_qfilesystemwatcher_p.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qtemporaryfile.h -o .moc/debug/moc_qtemporaryfile.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qresource.o io/qresource.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfilesystemwatcher_polling_p.h -o .moc/release/moc_qfilesystemwatcher_polling_p.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qresource_iterator.o io/qresource_iterator.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qsavefile.h -o .moc/debug/moc_qsavefile.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfilesystemwatcher_win.cpp -o .moc/release/qfilesystemwatcher_win.moc
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qstandardpaths.h -o .moc/debug/moc_qstandardpaths.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qprocess.h -o .moc/release/moc_qprocess.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qurl.o io/qurl.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qurlidna.o io/qurlidna.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qprocess_win.o io/qprocess_win.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qsettings.h -o .moc/release/moc_qsettings.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qurlquery.o io/qurlquery.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qurlrecode.o io/qurlrecode.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfsfileengine.o io/qfsfileengine.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qsettings_win.o io/qsettings_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfsfileengine_win.o io/qfsfileengine_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfsfileengine_iterator.o io/qfsfileengine_iterator.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qlockfile_win.o io/qlockfile_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfilesystementry.o io/qfilesystementry.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfilesystemengine.o io/qfilesystemengine.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfilesystemengine_win.o io/qfilesystemengine_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfilesystemiterator_win.o io/qfilesystemiterator_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qstandardpaths_win.o io/qstandardpaths_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qstorageinfo_win.o io/qstorageinfo_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qwindowspipereader.o io/qwindowspipereader.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfileselector.h -o .moc/debug/moc_qfileselector.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qloggingcategory.o io/qloggingcategory.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qloggingregistry.o io/qloggingregistry.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qwindowspipewriter.o io/qwindowspipewriter.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include itemmodels/qabstractitemmodel.h -o .moc/release/moc_qabstractitemmodel.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include itemmodels/qitemselectionmodel.h -o .moc/release/moc_qitemselectionmodel.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include itemmodels/qabstractproxymodel.h -o .moc/release/moc_qabstractproxymodel.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfilesystemwatcher.h -o .moc/debug/moc_qfilesystemwatcher.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfilesystemwatcher_p.h -o .moc/debug/moc_qfilesystemwatcher_p.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfilesystemwatcher_polling_p.h -o .moc/debug/moc_qfilesystemwatcher_polling_p.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include itemmodels/qconcatenatetablesproxymodel.h -o .moc/release/moc_qconcatenatetablesproxymodel.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include itemmodels/qidentityproxymodel.h -o .moc/release/moc_qidentityproxymodel.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qfilesystemwatcher_win.cpp -o .moc/debug/qfilesystemwatcher_win.moc
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qprocess.h -o .moc/debug/moc_qprocess.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qprocess_win.o io/qprocess_win.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include itemmodels/qsortfilterproxymodel.h -o .moc/release/moc_qsortfilterproxymodel.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qtransposeproxymodel.o itemmodels/qtransposeproxymodel.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/debug/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include io/qsettings.h -o .moc/debug/moc_qsettings.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include itemmodels/qstringlistmodel.h -o .moc/release/moc_qstringlistmodel.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qsettings_win.o io/qsettings_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qfactoryinterface.o plugin/qfactoryinterface.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfsfileengine_win.o io/qfsfileengine_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qlockfile_win.o io/qlockfile_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfilesystemengine_win.o io/qfilesystemengine_win.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include plugin/qpluginloader.h -o .moc/release/moc_qpluginloader.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include plugin/qfactoryloader_p.h -o .moc/release/moc_qfactoryloader_p.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/quuid.o plugin/quuid.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qsystemlibrary.o plugin/qsystemlibrary.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include plugin/qlibrary.h -o .moc/release/moc_qlibrary.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qelfparser_p.o plugin/qelfparser_p.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qfilesystemiterator_win.o io/qfilesystemiterator_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmachparser.o plugin/qmachparser.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qlibrary_win.o plugin/qlibrary_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qstandardpaths_win.o io/qstandardpaths_win.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include kernel/qabstracteventdispatcher.h -o .moc/release/moc_qabstracteventdispatcher.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qabstractnativeeventfilter.o kernel/qabstractnativeeventfilter.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qbasictimer.o kernel/qbasictimer.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qdeadlinetimer.o kernel/qdeadlinetimer.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -g -Og -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -DQ_USE_SYBASE -I. -Iglobal -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I../3rdparty/sha3 -I../3rdparty -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/debug -I.tracegen/debug -I../../mkspecs/win32-g++ -o .obj/debug/qstorageinfo_win.o io/qstorageinfo_win.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qelapsedtimer.o kernel/qelapsedtimer.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include kernel/qeventloop.h -o .moc/release/moc_qeventloop.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include kernel/qcoreapplication.h -o .moc/release/moc_qcoreapplication.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include kernel/qcoreevent.h -o .moc/release/moc_qcoreevent.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmetaobject.o kernel/qmetaobject.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmetatype.o kernel/qmetatype.cpp
i686-w64-mingw32.shared.posix.dw2-g++ -c -pipe -fno-keep-inline-dllexport -msse2 -mstackrealign -mfpmath=sse -O3 -std=c++1y -fexceptions -mthreads -Wall -W -Wextra -Wvla -Wdate-time -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 -I../3rdparty/double-conversion/include -I../3rdparty/double-conversion/include/double-conversion -I../3rdparty/tinycbor/src -I../../include -I../../include/QtCore -I../../include/QtCore/5.13.0 -I../../include/QtCore/5.13.0/QtCore -Itmp -I.moc/release -I.tracegen/release -I../../mkspecs/win32-g++ -o .obj/release/qmetaobjectbuilder.o kernel/qmetaobjectbuilder.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include kernel/qmimedata.h -o .moc/release/moc_qmimedata.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/.moc/release/moc_predefs.h -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/mkspecs/win32-g++ -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/global -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/harfbuzz/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md5 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/md4 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/sha3 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/double-conversion/include/double-conversion -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/3rdparty/tinycbor/src -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0 -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/include/QtCore/5.13.0/QtCore -I/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/src/corelib/tmp -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++ -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/i686-w64-mingw32.shared.posix.dw2 -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include/c++/backward -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include -I/home/paul/src/mxe/usr/lib/gcc/i686-w64-mingw32.shared.posix.dw2/5.5.0/include-fixed -I/home/paul/src/mxe/usr/i686-w64-mingw32.shared.posix.dw2/include global/qnamespace.h -o .moc/release/moc_qnamespace.cpp
/home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere-src-5.13.0/bin/moc -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DQT_NO_USING_NAMESPACE -DQT_NO_FOREACH -DQFLOAT16_INCLUDE_FAST -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 --include /home/paul/src/mxe/tmp-qtbase-i686-w64-mingw32.shared.posix.dw2/qtbase-everywhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment