Best Viewed Sources (Top 5)

How to Compile Qt5 on Ubuntu with libxcb


Qt5 is a nice and powerful open-sourced software.

Compiling Qt5 from source code should not be difficult. But recently when we tried to compile Qt5 statically on Ubuntu, we got
an unexpected error about libxcb after configure was run:

Creating qmake...
g++ -c -o project.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/project.cpp
g++ -c -o option.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/option.cpp
g++ -c -o property.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/property.cpp
g++ -c -o main.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/main.cpp
g++ -c -o ioutils.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/library/ioutils.cpp
g++ -c -o proitems.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/library/proitems.cpp
g++ -c -o qmakevfs.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/library/qmakevfs.cpp
g++ -c -o qmakeglobals.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/library/qmakeglobals.cpp
g++ -c -o qmakeparser.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/library/qmakeparser.cpp
g++ -c -o qmakeevaluator.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/library/qmakeevaluator.cpp
g++ -c -o qmakebuiltins.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/library/qmakebuiltins.cpp
g++ -c -o makefile.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/makefile.cpp
g++ -c -o unixmake2.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/unix/unixmake2.cpp
g++ -c -o unixmake.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/unix/unixmake.cpp
g++ -c -o mingw_make.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/win32/mingw_make.cpp
g++ -c -o winmakefile.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/win32/winmakefile.cpp
g++ -c -o projectgenerator.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/projectgenerator.cpp
g++ -c -o meta.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/meta.cpp
g++ -c -o makefiledeps.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/makefiledeps.cpp
g++ -c -o metamakefile.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/metamakefile.cpp
g++ -c -o xmloutput.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/xmloutput.cpp
g++ -c -o pbuilder_pbx.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/mac/pbuilder_pbx.cpp
g++ -c -o msvc_vcproj.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/win32/msvc_vcproj.cpp
g++ -c -o msvc_vcxproj.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/win32/msvc_vcxproj.cpp
g++ -c -o msvc_nmake.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/win32/msvc_nmake.cpp
g++ -c -o msvc_objectmodel.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/win32/msvc_objectmodel.cpp
g++ -c -o msbuild_objectmodel.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/win32/msbuild_objectmodel.cpp
g++ -c -o gbuild.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/integrity/gbuild.cpp
g++ -c -o cesdkhandler.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/qmake/generators/win32/cesdkhandler.cpp
g++ -c -o qtextcodec.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/codecs/qtextcodec.cpp
g++ -c -o qutfcodec.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/codecs/qutfcodec.cpp
g++ -c -o qstring.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qstring.cpp
g++ -c -o qstringbuilder.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qstringbuilder.cpp
g++ -c -o qtextstream.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qtextstream.cpp
g++ -c -o qiodevice.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qiodevice.cpp
g++ -c -o qmalloc.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/global/qmalloc.cpp
g++ -c -o qglobal.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/global/qglobal.cpp
g++ -c -o qarraydata.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qarraydata.cpp
g++ -c -o qbytearray.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qbytearray.cpp
g++ -c -o qbytearraymatcher.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qbytearraymatcher.cpp
g++ -c -o qdatastream.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qdatastream.cpp
g++ -c -o qbuffer.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qbuffer.cpp
g++ -c -o qlist.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qlist.cpp
g++ -c -o qfiledevice.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfiledevice.cpp
g++ -c -o qfile.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfile.cpp
g++ -c -o qfilesystementry.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfilesystementry.cpp
g++ -c -o qfilesystemengine.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfilesystemengine.cpp
g++ -c -o qfsfileengine.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfsfileengine.cpp
g++ -c -o qfsfileengine_iterator.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfsfileengine_iterator.cpp
g++ -c -o qregexp.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qregexp.cpp
g++ -c -o qvector.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qvector.cpp
g++ -c -o qbitarray.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qbitarray.cpp
g++ -c -o qdir.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qdir.cpp
g++ -c -o qdiriterator.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qdiriterator.cpp
g++ -c -o quuid.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/plugin/quuid.cpp
g++ -c -o qhash.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qhash.cpp
g++ -c -o qfileinfo.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfileinfo.cpp
g++ -c -o qdatetime.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qdatetime.cpp
g++ -c -o qstringlist.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qstringlist.cpp
g++ -c -o qabstractfileengine.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qabstractfileengine.cpp
g++ -c -o qtemporaryfile.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qtemporaryfile.cpp
g++ -c -o qmap.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qmap.cpp
g++ -c -o qmetatype.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/kernel/qmetatype.cpp
g++ -c -o qsettings.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qsettings.cpp
g++ -c -o qsystemerror.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/kernel/qsystemerror.cpp
g++ -c -o qlibraryinfo.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/global/qlibraryinfo.cpp
g++ -c -o qvariant.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/kernel/qvariant.cpp
g++ -c -o qvsnprintf.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qvsnprintf.cpp
g++ -c -o qlocale.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qlocale.cpp
g++ -c -o qlocale_tools.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qlocale_tools.cpp
g++ -c -o qlinkedlist.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qlinkedlist.cpp
g++ -c -o qnumeric.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/global/qnumeric.cpp
g++ -c -o qcryptographichash.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qcryptographichash.cpp
g++ -c -o qxmlstream.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/xml/qxmlstream.cpp
g++ -c -o qxmlutils.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/xml/qxmlutils.cpp
g++ -c -o qlogging.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/global/qlogging.cpp
g++ -c -o qjson.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/json/qjson.cpp
g++ -c -o qjsondocument.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/json/qjsondocument.cpp
g++ -c -o qjsonparser.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/json/qjsonparser.cpp
g++ -c -o qjsonarray.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/json/qjsonarray.cpp
g++ -c -o qjsonobject.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/json/qjsonobject.cpp
g++ -c -o qjsonvalue.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/json/qjsonvalue.cpp
g++ -c -o qfilesystemengine_unix.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfilesystemengine_unix.cpp
g++ -c -o qfilesystemiterator_unix.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfilesystemiterator_unix.cpp
g++ -c -o qfsfileengine_unix.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/io/qfsfileengine_unix.cpp
g++ -c -o qlocale_unix.o -pipe -g -DQMAKE_OPENSOURCE_EDITION -I/media/test/Qt/qtbase520/qmake -I/media/test/Qt/qtbase520/qmake/library -I/media/test/Qt/qtbase520/qmake/generators -I/media/test/Qt/qtbase520/qmake/generators/unix -I/media/test/Qt/qtbase520/qmake/generators/win32 -I/media/test/Qt/qtbase520/qmake/generators/mac -I/media/test/Qt/qtbase520/qmake/generators/integrity -I/media/test/Qt/qtbase520/include -I/media/test/Qt/qtbase520/include/QtCore -I/media/test/Qt/qtbase520/include/QtCore/5.2.0 -I/media/test/Qt/qtbase520/include/QtCore/5.2.0/QtCore -I/media/test/Qt/qtbase520/src/corelib/global -DHAVE_QCONFIG_CPP -I/media/test/Qt/qtbase520/mkspecs/linux-g++ -I/media/test/Qt/qtbase520/tools/shared -DQT_BUILD_QMAKE -DQT_BOOTSTRAPPED -DPROEVALUATOR_FULL -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_COMPRESS -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQT_CRYPTOGRAPHICHASH_ONLY_SHA1 -DQT_JSON_READONLY /media/test/Qt/qtbase520/src/corelib/tools/qlocale_unix.cpp
g++ -o "/media/test/Qt/qtbase520/bin/qmake" project.o option.o property.o main.o ioutils.o proitems.o qmakevfs.o qmakeglobals.o qmakeparser.o qmakeevaluator.o qmakebuiltins.o makefile.o unixmake2.o unixmake.o mingw_make.o winmakefile.o projectgenerator.o meta.o makefiledeps.o metamakefile.o xmloutput.o pbuilder_pbx.o msvc_vcproj.o msvc_vcxproj.o msvc_nmake.o msvc_objectmodel.o msbuild_objectmodel.o gbuild.o cesdkhandler.o qtextcodec.o qutfcodec.o qstring.o qstringbuilder.o qtextstream.o qiodevice.o qmalloc.o qglobal.o qarraydata.o qbytearray.o qbytearraymatcher.o qdatastream.o qbuffer.o qlist.o qfiledevice.o qfile.o qfilesystementry.o qfilesystemengine.o qfsfileengine.o qfsfileengine_iterator.o qregexp.o qvector.o qbitarray.o qdir.o qdiriterator.o quuid.o qhash.o qfileinfo.o qdatetime.o qstringlist.o qabstractfileengine.o qtemporaryfile.o qmap.o qmetatype.o qsettings.o qsystemerror.o qlibraryinfo.o qvariant.o qvsnprintf.o qlocale.o qlocale_tools.o qlinkedlist.o qnumeric.o qcryptographichash.o qxmlstream.o qxmlutils.o qlogging.o qjson.o qjsondocument.o qjsonparser.o qjsonarray.o qjsonobject.o qjsonvalue.o qfilesystemengine_unix.o qfilesystemiterator_unix.o qfsfileengine_unix.o qlocale_unix.o
Running configuration tests...
The test for linking against libxcb and support libraries failed!
 You might need to install dependency packages, or pass -qt-xcb.
 See src/plugins/platforms/xcb/README.


It looked a bit strange because this configure error occurred even we had already passed -qt-xcb as suggested in the error message.

We supposed it should show us a more meaningful error message if the configure script could detect our -qt-xcb setting.

By the way, to fix this error, we finally get to know that we need to install libx11-dev first by:

sudo apt install libx11-dev

Then run configure again and it works:

Running configuration tests...
Warning: Disabling Linux Accessibility Bridge: DBus is missing.

WARNING: Using static linking will disable the WebKit module.


   Configure summary

Build type:    linux-g++ (x86_64, CPU features: mmx sse sse2)
Platform notes:

            - Also available for Linux: linux-kcc linux-icc linux-cxx
     
Build options:
  Configuration .......... accessibility avx avx2 c++11 clock-gettime clock-monotonic concurrent evdev eventfd freetype full-config getaddrinfo getifaddrs inotify ipv6ifname large-config largefile medium-config minimal-config mremap no-gif no-harfbuzz no-jpeg openssl-linked pcre png qpa qpa reduce_exports reduce_relocations release rpath small-config sse2 sse3 sse4_1 sse4_2 ssse3 static xcb xcb-qt xcb-xlib xkbcommon-qt xlib zlib
  Build parts ............  libs
  Mode ................... release
  Using C++11 ............ yes
  Using PCH .............. no
  Target compiler supports:
    SSE2/SSE3/SSSE3 ...... yes/yes/yes
    SSE4.1/SSE4.2 ........ yes/yes
    AVX/AVX2 ............. yes/yes

Qt modules and options:
  Qt D-Bus ............... no
  Qt Concurrent .......... yes
  Qt GUI ................. yes
  Qt Widgets ............. yes
  JavaScriptCore JIT ..... no
  QML debugging .......... no
  Use system proxies ..... no

Support enabled for:
  Accessibility .......... yes
  ALSA ................... no
  CUPS ................... no
  FontConfig ............. no
  FreeType ............... qt
  Iconv .................. no
  ICU .................... no
  Image formats:
    GIF .................. no
    JPEG ................. no
    PNG .................. yes (in QtGui, using bundled copy)
  Glib ................... no
  GTK theme .............. no
  Large File ............. yes
  Networking:
    getaddrinfo .......... yes
    getifaddrs ........... yes
    IPv6 ifname .......... yes
    OpenSSL .............. yes (linked to the libraries)
  NIS .................... no
  OpenGL ................. no
  OpenVG ................. no
  PCRE ................... yes (bundled copy)
  pkg-config ............. yes
  PulseAudio ............. no
  QPA backends:
    DirectFB ............. no
    EGLFS ................ no
    KMS .................. no
    LinuxFB .............. no
    XCB .................. yes (bundled copy)
      MIT-SHM ............ yes
      Xcursor ............ no
      Xfixes ............. no
      Xi ................. yes (loaded at runtime)
      Xi2 ................ no
      Xinerama ........... no
      Xrandr ............. no
      Xrender ............ no
      XKB ................ yes
      XShape ............. no
      XSync .............. yes
      XVideo ............. no
  Session management ..... no
  SQL drivers:
    DB2 .................. no
    InterBase ............ no
    MySQL ................ no
    OCI .................. no
    ODBC ................. no
    PostgreSQL ........... no
    SQLite 2 ............. no
    SQLite ............... no
    TDS .................. no
  udev ................... no
  xkbcommon .............. yes (bundled copy)
  zlib ................... yes (bundled copy)


Info: creating cache file /media/test/Qt/qtbase520/.qmake.cache

Qt is now configured for building......


Then we just run:

make

At the end, we can overcome the libxcb issue and compile Qt5 (static version) on Ubuntu successfully.

0 comments:

Post a Comment

Best Viewed Sources (Weekly)

Search More Related Sources...