I've wrote configuration -plugin-sql-odbc in cmd.exe and I get this error:
Code:
Creating qmake...
execute: File or path is not found (mingw32-make)
Do I need to compile my program with full path of mingw32-make and which parameters I need to add? Or is there another way to resolve this problem out?
Full output after writing configuration -plugin-sql-odbc in cmd.exe:
Code:
C:\Qt\4.7.1-symbian>configure -plugin-sql-odbc
Which edition of Qt do you want to use ?
Type 'c' if you want to use the Commercial Edition.
Type 'o' if you want to use the Open Source Edition.
o
This is the Qt for Windows Open Source Edition.
You are licensed to use this software under the terms of
the GNU Lesser General Public License (LGPL) version 2.1
or the GNU General Public License (GPL) version 3.
Type '3' to view the GNU General Public License version 3 (GPLv3).
Type 'L' to view the Lesser GNU General Public License version 2.1 (LGPLv2.1).
Type 'y' to accept this license offer.
Type 'n' to decline this license offer.
Do you accept the terms of the license?
y
All the required DirectShow/Direct3D files couldn't be found.
Make sure you have either the platform SDK AND the DirectShow SDK or the Windows
SDK installed.
If you have the DirectShow SDK installed, please make sure that you have run the
<path to SDK>\SetEnv.Cmd script.
vmr9.h not found
dshow.h not found
strmiids.lib not found
dmoguids.lib not found
msdmo.lib not found
d3d9.h not found
Environment:
INCLUDE=
Unset
LIB=
Unset
PATH=
C:\Qt\2010.05\bin
C:\Qt\2010.05\qt\bin
C:\Qt\2010.05\mingw\mingw32\bin
C:\Perl\site\bin
C:\Perl\bin
C:\Program Files\Nokia\PC Connectivity Solution\
C:\Program Files\Common Files\Microsoft Shared\Windows Live
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\Program Files\Windows Live\Shared
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\
C:\Program Files\Microsoft SQL Server\100\DTS\Binn\
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\
C:\Program Files\Common Files\Symbian\tools
C:\Program Files\CSL Arm Toolchain\bin
C:\AppServ\Apache2.2\bin
C:\AppServ\php5
C:\AppServ\MySQL\bin
You are licensed to use this software under the terms of the GNU GPL version 3.Y
ou are licensed to use this software under the terms of the Lesser GNU LGPL vers
ion 2.1.
See C:/Qt/4.7.1-symbian3
or C:/Qt/4.7.1-symbianL
Configuration:
minimal-config
small-config
medium-config
large-config
full-config
build_all
debug
Qt Configuration:
release
debug
zlib
png
accessibility
qt3support
opengl
s60
ipv6
script
scripttools
xmlpatterns
multimedia
audio-backend
declarative
native-gestures
svg
minimal-config
small-config
medium-config
large-config
full-config
QMAKESPEC...................win32-g++ (detected)
Architecture................windows
Maketool....................mingw32-make
Debug symbols...............yes
Link Time Code Generation...no
Accessibility support.......yes
STL support.................yes
Exception support...........yes
RTTI support................yes
MMX support.................yes
3DNOW support...............no
SSE support.................yes
SSE2 support................yes
IWMMXT support..............no
OpenGL support..............yes
OpenVG support..............no
OpenSSL support.............no
QtDBus support..............no
QtXmlPatterns support.......yes
Phonon support..............no
QtMultimedia support........yes
WebKit support..............yes
Declarative support.........yes
Declarative debugging.......yes
QtScript support............yes
QtScriptTools support.......yes
Graphics System.............raster
Qt3 compatibility...........yes
Third Party Libraries:
ZLIB support............qt
GIF support.............plugin
TIFF support............plugin
JPEG support............plugin
PNG support.............yes
MNG support.............plugin
FreeType support........no
Styles:
Windows.................yes
Windows XP..............no
Windows Vista...........no
Plastique...............yes
Cleanlooks..............yes
Motif...................yes
CDE.....................yes
Windows CE..............no
Windows Mobile..........no
S60.....................no
Sql Drivers:
ODBC....................plugin
MySQL...................no
OCI.....................no
PostgreSQL..............no
TDS.....................no
DB2.....................no
SQLite..................plugin (qt)
SQLite2.................no
InterBase...............no
Sources are in..............C:\Qt\4.7.1-symbian
Build is done in............C:\Qt\4.7.1-symbian
Install prefix..............C:\Qt\4.7.1-symbian
Headers installed to........C:/Qt/4.7.1-symbian/include
Libraries installed to......C:/Qt/4.7.1-symbian/lib
Plugins installed to........C:/Qt/4.7.1-symbian/plugins
Imports installed to........C:/Qt/4.7.1-symbian/imports
Binaries installed to.......C:/Qt/4.7.1-symbian/bin
Docs installed to...........C:/Qt/4.7.1-symbian/doc
Data installed to...........C:/Qt/4.7.1-symbian
Translations installed to...C:/Qt/4.7.1-symbian/translations
Examples installed to.......C:/Qt/4.7.1-symbian/examples
Demos installed to..........C:/Qt/4.7.1-symbian/demos
Creating qmake...
execute: File or path is not found (mingw32-make)
execute: File or path is not found (mingw32-make)
Cleaning qmake failed, return code -1
C:\Qt\4.7.1-symbian>
And in my QT program there is still error:
Code:
undefined reference to 'qt_plugin_instance_qsqlodbc'.