I did not pass any flags to configure.

This is what appears after the information that I gave in my last post:

Qt Code:
  1. Configuration:
  2. minimal-config
  3. small-config
  4. medium-config
  5. large-config
  6. full-config
  7. build_all
  8. debug
  9. Qt Configuration:
  10. release
  11. debug
  12. zlib
  13. png
  14. accessibility
  15. qt3support
  16. opengl
  17. ipv6
  18. minimal-config
  19. small-config
  20. medium-config
  21. large-config
  22. full-config
  23.  
  24. QMAKESPEC...................win32-g++ (detected)
  25. Architecture................windows
  26. Maketool....................mingw32-make
  27. Debug symbols...............yes
  28. Accessibility support.......yes
  29. STL support.................yes
  30. Exception support...........yes
  31. RTTI support................yes
  32. MMX support.................no
  33. 3DNOW support...............no
  34. SSE support.................no
  35. SSE2 support................no
  36. OpenGL support..............yes
  37. Direct3D support............no
  38. OpenSSL support.............no
  39. QDBus support...............no
  40. Qt3 compatibility...........yes
  41.  
  42. Third Party Libraries:
  43. ZLIB support............qt
  44. GIF support.............plugin
  45. TIFF support............plugin
  46. JPEG support............plugin
  47. PNG support.............qt
  48. MNG support.............plugin
  49.  
  50. Styles:
  51. Windows.................yes
  52. Windows XP..............yes
  53. Windows Vista...........yes
  54. Plastique...............yes
  55. Cleanlooks..............yes
  56. Motif...................yes
  57. CDE.....................yes
  58.  
  59. Sql Drivers:
  60. ODBC....................no
  61. MySQL...................no
  62. OCI.....................no
  63. PostgreSQL..............no
  64. TDS.....................no
  65. DB2.....................no
  66. SQLite..................plugin (qt)
  67. SQLite2.................no
  68. InterBase...............no
  69.  
  70. Sources are in..............C:\Qt\4.3
  71. Build is done in............C:\Qt\4.3
  72. Install prefix..............C:\Qt\4.3
  73. Headers installed to........C:/Qt/4.3/include
  74. Libraries installed to......C:/Qt/4.3/lib
  75. Plugins installed to........C:/Qt/4.3/plugins
  76. Binaries installed to.......C:/Qt/4.3/bin
  77. Docs installed to...........C:/Qt/4.3/doc
  78. Data installed to...........C:/Qt/4.3
  79. Translations installed to...C:/Qt/4.3/translations
  80. Examples installed to.......C:/Qt/4.3/examples
  81. Demos installed to..........C:/Qt/4.3/demos
To copy to clipboard, switch view to plain text mode 

Thanks!