Here is my build.bat:
REM start of batch file…
PATH=%PATH%;C:\QT5\qtbase\gnuwin32\bin;C:\QT5\qtbase\bin
REM This is for OpenGL (The openGL version 2.1 and above required )
c:\qt5\configure -prefix C:\QT5\qtbase -opensource -make-tool jom -platform win32-msvc2010 -icu -I C:\icu\include -L C:\icu\lib64 -nomake examples -nomake tests
REM Next to call jom command…
REM end of Batch file…
Here is the output of configure:
QMAKESPEC……………….win32-msvc2010 (commandline)
Architecture…………….x86_64, features: sse sse2
Host Architecture………..x86_64, features: sse sse2
Maketool………………..jom
Debug build……………..yes (combined)
Default build……………debug
Force debug info…………no
C++11 support……………auto
Link Time Code Generation…no
Accessibility support…….yes
RTTI support…………….yes
SSE2 support…………….yes
SSE3 support…………….yes
SSSE3 support……………yes
SSE4.1 support…………..yes
SSE4.2 support…………..yes
AVX support……………..yes
AVX2 support…………….no
NEON support…………….no
IWMMXT support…………..no
OpenGL support…………..yes
Large File support……….yes
NIS support……………..no
Iconv support……………no
Inotify support………….no
Glib support…………….no
CUPS support…………….no
OpenVG support…………..no
OpenSSL support………….no
Qt D-Bus support…………no
Qt Widgets module support…yes
QML debugging……………yes
DirectWrite support………no
Use system proxies……….no
Third Party Libraries:
ZLIB support…………qt
GIF support………….plugin
JPEG support…………plugin
PNG support………….yes
FreeType support……..yes
PCRE support…………qt
ICU support………….yes
ANGLE……………….yes
Styles:
Windows……………..yes
Windows XP…………..yes
Windows Vista………..yes
Fusion………………yes
Windows CE…………..no
Windows Mobile……….no
Sql Drivers:
ODBC………………..no
MySQL……………….no
OCI…………………no
PostgreSQL…………..no
TDS…………………no
DB2…………………no
SQLite………………plugin (qt)
SQLite2……………..no
InterBase……………no
Sources are in…………..C:\qt5\qtbase
Build is done in…………C:\qt5\qtbase
Install prefix…………..C:\QT5\qtbase
Headers installed to……..C:\QT5\qtbase\include
Libraries installed to……C:\QT5\qtbase\lib
Arch-dep. data to………..C:\QT5\qtbase
Plugins installed to……..C:\QT5\qtbase\plugins
Library execs installed to..C:\QT5\qtbase\lib
QML1 imports installed to…C:\QT5\qtbase\imports
QML2 imports installed to…C:\QT5\qtbase\qml
Binaries installed to…….C:\QT5\qtbase\bin
Arch-indep. data to………C:\QT5\qtbase
Docs installed to………..C:\QT5\qtbase\doc
Translations installed to…C:\QT5\qtbase\translations
Examples installed to…….C:\QT5\qtbase\examples
Tests installed to……….C:\QT5\qtbase\tests
Include paths……………C:\icu\include
Additional libraries……..-LC:\icu\lib64
Generating Visual Studio project files…
Project WARNING: You should probably load(qt_build_config) first in bootstrap.p
o for QtBootstrap, as the latter also load()s qt_module.
Project MESSAGE: Not doing so may lead to qt_module.prf overriding compiler/lin
er options in your .pro file.
Project MESSAGE: Ignore this warning with CONFIG+=no_qt_module_warning if you k
ow what you are doing.
Project ERROR: Project has no top-level .qmake.conf file.
Qmake failed, return code 3
Generating Makefiles…
qtbase/configure exited with non-zero status.
↧