Re: [Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-18 Thread marius.storm-olsen
Based on the output below, I think there might be a path invariance between 
prefix and QTDIR, if you have that set.

So, make sure that $$QTDIR is the same as $$[QT_HOST_PREFIX]. If you have QTDIR 
set, then qmake will pass '-qtdir path' to syncqt on invocation. Check that 
against what 'qmake –query | grep HOST_PREFIX' reports. They have to match for 
-developer–build, where installation path == build path, if they don't that's 
likely your problem. (yes, this is all fixed in Ossi's build system branch)

--
.marius

On 5/15/12 10:21 AM, ext Loaden loa...@gmail.commailto:loa...@gmail.com 
wrote:

Full configure/build log, please see attachments.

2012/5/15 Loaden loa...@gmail.commailto:loa...@gmail.com
Hi, All!
I am just try to build Qt5 under Windows, use MinGW-TDM or MinGW-w64 (32bit), 
but both failed with the same log.
I don't know how to fix the problem.
Any comments?
cd svg\  mingw32-make -f Makefile
mingw32-make[3]: Entering directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'
mingw32-make -f Makefile.Debug all
mingw32-make[4]: Entering directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'
g++ -c -fno-keep-inline-dllexport -g -Wall -frtti -fexceptions -mthreads 
-DQT_SHARED -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BUILD_SVG_LIB 
-DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII 
-DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER 
-DQT_DEPRECATED_WARNINGS -D_USE_MATH_DEFINES -DQT_DLL -DQT_HAVE_SSE2 
-Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\include 
-I..\..\include\QtSvg\5.0.0 -I..\..\include\QtSvg\5.0.0\QtSvg 
-I..\..\include -I..\..\include\QtSvg -I..\..\include -Itmp 
-Id:\qpSOFT\Projects\Qt5\qtbase\src\3rdparty\harfbuzz\src 
-Id:\qpSOFT\Projects\Qt5\qtsvg\src\3rdparty\zlib 
-Id:\qpSOFT\Projects\Qt5\qtbase\mkspecs\win32-g++ -Idebug 
-Id:\qpSOFT\Projects\Qt5\qtsvg\src\svg -I. 
-Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\mkspecs\default -o 
debug\qsvggraphics.o d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvggraphics.cpp
In file included from d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvgnode_p.h:56:0,
 from d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvggraphics_p.h:56,
 from d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvggraphics.cpp:42:
d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvgstyle_p.h:65:20: fatal error: 
qdebug.h: No such file or directory
compilation terminated.
mingw32-make[4]: *** [debug/qsvggraphics.o] Error 1
mingw32-make[4]: Leaving directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'
mingw32-make[3]: *** [debug-all] Error 2
mingw32-make[3]: Leaving directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'
mingw32-make[2]: *** [sub-svg-make_default-ordered] Error 2
mingw32-make[2]: Leaving directory `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src'
mingw32-make[1]: *** [module-qtsvg-src-make_default] Error 2
mingw32-make[1]: Leaving directory `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg'
mingw32-make: *** [module-qtsvg-make_default] Error 2
mingw32-make: *** Waiting for unfinished jobs
Project MESSAGE: Warning: unknown QT module: network
Project MESSAGE: Warning: unknown QT module: core
Project MESSAGE: This project is using private headers and will therefore be 
tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules 
may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You 
have been warned!
Project MESSAGE: Warning: unknown QT module: network
Project MESSAGE: Warning: unknown QT module: core
Project MESSAGE: Warning: unknown QT module: network
Project MESSAGE: Warning: unknown QT module: core
cd xmlpatterns\  mingw32-make -f Makefile
mingw32-make[3]: Entering directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtxmlpatterns/src/xmlpatterns'
mingw32-make -f Makefile.Debug all
mingw32-make[4]: Entering directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtxmlpatterns/src/xmlpatterns'
g++ -c -fno-keep-inline-dllexport -g -Wall -fexceptions -mthreads -frtti 
-DQT_SHARED -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BUILD_XMLPATTERNS_LIB 
-DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII 
-DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER 
-DQT_DEPRECATED_WARNINGS -D_USE_MATH_DEFINES -DQT_DLL -DQT_HAVE_SSE2 
-Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\include 
-I..\..\include\QtXmlPatterns\5.0.0 
-I..\..\include\QtXmlPatterns\5.0.0\QtXmlPatterns -I..\..\include 
-I..\..\include\QtXmlPatterns -I..\..\include -Itmp 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\acceltree 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\data 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\api 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\environment 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\expr 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\functions 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\iterators 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\janitors 

Re: [Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-18 Thread Loaden
What is the time to merge the origin/buildsystem into origin/master?
When it's ready? or have a plan?

I am do not set the QTDIR env value as the wiki says.
The mean the 'QTDIR' env does not exist.

The configure command on Windows:

 %QTSOURCE%\configure -opensource -prefix %CD%\qtbase -confirm-license
 -platform win32-g++ -debug-and-release -fast -nomake examples config.log
 21


Here is the 'qmake -query' print log:

  D:\qpSOFT\Projects\BuildQt5-x86-tdmqmake -query
 QT_SYSROOT:
 QT_INSTALL_PREFIX:D:\qpSOFT\Projects\BuildQt5-x86-tdm\qtbase
 QT_INSTALL_DATA:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase
 QT_INSTALL_DOCS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/doc
 QT_INSTALL_HEADERS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/include
 QT_INSTALL_LIBS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/lib
 QT_INSTALL_BINS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/bin
 QT_INSTALL_TESTS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/tests
 QT_INSTALL_PLUGINS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/plugins
 QT_INSTALL_IMPORTS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/imports

 QT_INSTALL_TRANSLATIONS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/translations
 QT_INSTALL_CONFIGURATION:
 QT_INSTALL_EXAMPLES:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/examples
 QT_INSTALL_DEMOS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/examples
 QT_HOST_PREFIX:D:\qpSOFT\Projects\BuildQt5-x86-tdm\qtbase
 QT_HOST_DATA:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase
 QT_HOST_BINS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/bin
 QMAKE_MKSPECS:D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase/mkspecs
 QMAKE_VERSION:2.01a
 QT_VERSION:5.0.0


2012/5/18 marius.storm-ol...@nokia.com

 QTDIR




-- 
Please don't ask where I come from, It's a shame!
Best Regards
Yuchen
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-18 Thread marius.storm-olsen
Just try to do
%QTSOURCE%\configure -opensource -prefix 
D:/qpSOFT/Projects/BuildQt5-x86-tdm/qtbase -confirm-license -platform win32-g++ 
-debug-and-release -fast -nomake examples config.log 21
Instead, and see if that helps.

--
.marius


On 5/18/12 11:37 AM, ext Loaden loa...@gmail.commailto:loa...@gmail.com 
wrote:

The configure command on Windows:
%QTSOURCE%\configure -opensource -prefix %CD%\qtbase -confirm-license -platform 
win32-g++ -debug-and-release -fast -nomake examples config.log 21

Here is the 'qmake -query' print log:
 D:\qpSOFT\Projects\BuildQt5-x86-tdmqmake -query
QT_INSTALL_PREFIX:D:\qpSOFT\Projects\BuildQt5-x86-tdm\qtbase
QT_HOST_PREFIX:D:\qpSOFT\Projects\BuildQt5-x86-tdm\qtbase
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-17 Thread Loaden
1. It successful use MSVC2010 for shadow (out-of-source) , no need 'make
install' things
2. In-Source-Build also failed with MinGW-TDM

2012/5/15 shane.kea...@accenture.com

 You need to make install after building each module to copy the output to
 the prefix directory you specified in configure.

 The top level makefile only works for in-source developer builds.




-- 
Please don't ask where I come from, It's a shame!
Best Regards
Yuchen
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-15 Thread shane.kearns
You need to make install after building each module to copy the output to the 
prefix directory you specified in configure.
The top level makefile only works for in-source developer builds.

There's also the build.pl script which works for top level builds with some 
restrictions as specified in the alpha release notes (not sure how many of 
those issues are solved since then)

--

From: development-bounces+shane.kearns=accenture@qt-project.org 
[mailto:development-bounces+shane.kearns=accenture@qt-project.org] On 
Behalf Of Loaden
Sent: 15 May 2012 09:21
To: development
Subject: Re: [Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

Full configure/build log, please see attachments.
2012/5/15 Loaden loa...@gmail.commailto:loa...@gmail.com
Hi, All!
I am just try to build Qt5 under Windows, use MinGW-TDM or MinGW-w64 (32bit), 
but both failed with the same log.
I don't know how to fix the problem.
Any comments?
cd svg\  mingw32-make -f Makefile
mingw32-make[3]: Entering directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'
mingw32-make -f Makefile.Debug all
mingw32-make[4]: Entering directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'
g++ -c -fno-keep-inline-dllexport -g -Wall -frtti -fexceptions -mthreads 
-DQT_SHARED -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BUILD_SVG_LIB 
-DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII 
-DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER 
-DQT_DEPRECATED_WARNINGS -D_USE_MATH_DEFINES -DQT_DLL -DQT_HAVE_SSE2 
-Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\include 
-I..\..\include\QtSvg\5.0.0 -I..\..\include\QtSvg\5.0.0\QtSvg 
-I..\..\include -I..\..\include\QtSvg -I..\..\include -Itmp 
-Id:\qpSOFT\Projects\Qt5\qtbase\src\3rdparty\harfbuzz\src 
-Id:\qpSOFT\Projects\Qt5\qtsvg\src\3rdparty\zlib 
-Id:\qpSOFT\Projects\Qt5\qtbase\mkspecs\win32-g++ -Idebug 
-Id:\qpSOFT\Projects\Qt5\qtsvg\src\svg -I. 
-Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\mkspecs\default -o 
debug\qsvggraphics.o d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvggraphics.cpp
In file included from d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvgnode_p.h:56:0,
 from d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvggraphics_p.h:56,
 from d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvggraphics.cpp:42:
d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvgstyle_p.h:65:20: fatal error: 
qdebug.h: No such file or directory
compilation terminated.
mingw32-make[4]: *** [debug/qsvggraphics.o] Error 1
mingw32-make[4]: Leaving directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'
mingw32-make[3]: *** [debug-all] Error 2
mingw32-make[3]: Leaving directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'
mingw32-make[2]: *** [sub-svg-make_default-ordered] Error 2
mingw32-make[2]: Leaving directory `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src'
mingw32-make[1]: *** [module-qtsvg-src-make_default] Error 2
mingw32-make[1]: Leaving directory `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg'
mingw32-make: *** [module-qtsvg-make_default] Error 2
mingw32-make: *** Waiting for unfinished jobs
Project MESSAGE: Warning: unknown QT module: network
Project MESSAGE: Warning: unknown QT module: core
Project MESSAGE: This project is using private headers and will therefore be 
tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules 
may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You 
have been warned!
Project MESSAGE: Warning: unknown QT module: network
Project MESSAGE: Warning: unknown QT module: core
Project MESSAGE: Warning: unknown QT module: network
Project MESSAGE: Warning: unknown QT module: core
cd xmlpatterns\  mingw32-make -f Makefile
mingw32-make[3]: Entering directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtxmlpatterns/src/xmlpatterns'
mingw32-make -f Makefile.Debug all
mingw32-make[4]: Entering directory 
`D:/qpSOFT/Projects/BuildQt5-TDM/qtxmlpatterns/src/xmlpatterns'
g++ -c -fno-keep-inline-dllexport -g -Wall -fexceptions -mthreads -frtti 
-DQT_SHARED -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BUILD_XMLPATTERNS_LIB 
-DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII 
-DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER 
-DQT_DEPRECATED_WARNINGS -D_USE_MATH_DEFINES -DQT_DLL -DQT_HAVE_SSE2 
-Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\include 
-I..\..\include\QtXmlPatterns\5.0.0 
-I..\..\include\QtXmlPatterns\5.0.0\QtXmlPatterns -I..\..\include 
-I..\..\include\QtXmlPatterns -I..\..\include -Itmp 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\acceltree 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\data 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\api 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\environment 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\expr 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\functions 
-Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\iterators 
-Id:\qpSOFT\Projects\Qt5

[Development] Build failed use MinGW-TDM or MinGW-w64 on Windows

2012-05-15 Thread Loaden
Hi, All!
I am just try to build Qt5 under Windows, use MinGW-TDM or MinGW-w64
(32bit), but both failed with the same log.
I don't know how to fix the problem.
Any comments?

 cd svg\  mingw32-make -f Makefile

 mingw32-make[3]: Entering directory
 `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'

 mingw32-make -f Makefile.Debug all

 mingw32-make[4]: Entering directory
 `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'

 g++ -c -fno-keep-inline-dllexport -g -Wall -frtti -fexceptions -mthreads
 -DQT_SHARED -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BUILD_SVG_LIB
 -DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII
 -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER
 -DQT_DEPRECATED_WARNINGS -D_USE_MATH_DEFINES -DQT_DLL -DQT_HAVE_SSE2
 -Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\include
 -I..\..\include\QtSvg\5.0.0 -I..\..\include\QtSvg\5.0.0\QtSvg
 -I..\..\include -I..\..\include\QtSvg -I..\..\include -Itmp
 -Id:\qpSOFT\Projects\Qt5\qtbase\src\3rdparty\harfbuzz\src
 -Id:\qpSOFT\Projects\Qt5\qtsvg\src\3rdparty\zlib
 -Id:\qpSOFT\Projects\Qt5\qtbase\mkspecs\win32-g++ -Idebug
 -Id:\qpSOFT\Projects\Qt5\qtsvg\src\svg -I.
 -Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\mkspecs\default -o
 debug\qsvggraphics.o d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvggraphics.cpp

 In file included from
 d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvgnode_p.h:56:0,

  from
 d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvggraphics_p.h:56,

  from
 d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvggraphics.cpp:42:

 d:\qpSOFT\Projects\Qt5\qtsvg\src\svg\qsvgstyle_p.h:65:20: fatal error:
 qdebug.h: No such file or directory

 compilation terminated.

 mingw32-make[4]: *** [debug/qsvggraphics.o] Error 1

 mingw32-make[4]: Leaving directory
 `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'

 mingw32-make[3]: *** [debug-all] Error 2

 mingw32-make[3]: Leaving directory
 `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src/svg'

 mingw32-make[2]: *** [sub-svg-make_default-ordered] Error 2

 mingw32-make[2]: Leaving directory
 `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg/src'

 mingw32-make[1]: *** [module-qtsvg-src-make_default] Error 2

 mingw32-make[1]: Leaving directory `D:/qpSOFT/Projects/BuildQt5-TDM/qtsvg'

 mingw32-make: *** [module-qtsvg-make_default] Error 2

 mingw32-make: *** Waiting for unfinished jobs

 Project MESSAGE: Warning: unknown QT module: network

 Project MESSAGE: Warning: unknown QT module: core

 Project MESSAGE: This project is using private headers and will therefore
 be tied to this specific Qt module build version.

 Project MESSAGE: Running this project against other versions of the Qt
 modules may crash at any arbitrary point.

 Project MESSAGE: This is not a bug, but a result of using Qt internals.
 You have been warned!

 Project MESSAGE: Warning: unknown QT module: network

 Project MESSAGE: Warning: unknown QT module: core

 Project MESSAGE: Warning: unknown QT module: network

 Project MESSAGE: Warning: unknown QT module: core

 cd xmlpatterns\  mingw32-make -f Makefile

 mingw32-make[3]: Entering directory
 `D:/qpSOFT/Projects/BuildQt5-TDM/qtxmlpatterns/src/xmlpatterns'

 mingw32-make -f Makefile.Debug all

 mingw32-make[4]: Entering directory
 `D:/qpSOFT/Projects/BuildQt5-TDM/qtxmlpatterns/src/xmlpatterns'

 g++ -c -fno-keep-inline-dllexport -g -Wall -fexceptions -mthreads -frtti
 -DQT_SHARED -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_BUILD_XMLPATTERNS_LIB
 -DQT_NO_USING_NAMESPACE -DQT_MAKEDLL -DQT_NO_CAST_TO_ASCII
 -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER
 -DQT_DEPRECATED_WARNINGS -D_USE_MATH_DEFINES -DQT_DLL -DQT_HAVE_SSE2
 -Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\include
 -I..\..\include\QtXmlPatterns\5.0.0
 -I..\..\include\QtXmlPatterns\5.0.0\QtXmlPatterns -I..\..\include
 -I..\..\include\QtXmlPatterns -I..\..\include -Itmp
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\acceltree
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\data
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\api
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\environment
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\expr
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\functions
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\iterators
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\janitors
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\parser
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\schema
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\type
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\utils
 -Id:\qpSOFT\Projects\Qt5\qtbase\mkspecs\win32-g++ -Idebug
 -Id:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns -I.
 -Id:\qpSOFT\Projects\BuildQt5-TDM\qtbase\mkspecs\default -o
 debug\qacceltree.o
 d:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\acceltree\qacceltree.cpp

 d:\qpSOFT\Projects\Qt5\qtxmlpatterns\src\xmlpatterns\acceltree\qacceltree.cpp:42:18:
 fatal error: QStack: No such file or directory