Results 1 to 20 of 23

Thread: Visual Studio 2005 Express

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Feb 2008
    Location
    Netherlands, The
    Posts
    18
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Visual Studio 2005 Express

    Quote Originally Posted by jpn View Post
    The open source version of Qt supports MSVC starting from version 4.3.2 so you might want to start with grabbing more recent version of Qt (recommended). Otherwise you'll have to apply a community patch to make it possible to compile Qt with MSVC at all. Anyway, then the next step is to compile Qt with MSVC (by running configure.exe & nmake). Take your time to analyze configure output before you proceed to compilation. Also, see "configure -help" for detailed info about possible options.
    I do not understand any of your text that you've posted. On the website of Trolltech, It qoutes "Visual Studio support and integration is provided with the commercial Editions of Qt.", Im not planning to pay something for open source-development.

    I've followed your solution on my first post and the follow appears in the cmd;

    Qt Code:
    1. D:\qt-win-opensource-src-4.3.3>configure -platform win32-msvc2005
    2.  
    3. This is the Qt/Windows Open Source Edition.
    4.  
    5. You are licensed to use this software under the terms of
    6. the GNU General Public License.
    7.  
    8. Type '?' to view the GNU General Public License.
    9. Type 'y' to accept this license offer.
    10. Type 'n' to decline this license offer.
    11.  
    12. Do you accept the terms of the license?
    13. Y
    14.  
    15. Environment:
    16. INCLUDE=
    17. C:\Program Files\Microsoft Visual Studio\VC98\atl\include
    18. C:\Program Files\Microsoft Visual Studio\VC98\mfc\include
    19. C:\Program Files\Microsoft Visual Studio\VC98\include
    20. LIB=
    21. C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib
    22. C:\Program Files\Microsoft Visual Studio\VC98\lib
    23. PATH=
    24. C:\WINDOWS\system32
    25. C:\WINDOWS
    26. C:\WINDOWS\System32\Wbem
    27. C:\Qt\4.3.3\bin
    28. C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin
    29. C:\Program Files\Microsoft Visual Studio\Common\Tools
    30. C:\Program Files\Microsoft Visual Studio\VC98\bin
    31. You are licensed to use this software under the terms of the GNU GPL.
    32. See D:/qt-win-opensource-src-4.3.3/LICENSE.GPL
    33.  
    34. Configuration:
    35. minimal-config
    36. small-config
    37. medium-config
    38. large-config
    39. full-config
    40. build_all
    41. debug
    42. Qt Configuration:
    43. release
    44. debug
    45. zlib
    46. png
    47. accessibility
    48. qt3support
    49. opengl
    50. ipv6
    51. minimal-config
    52. small-config
    53. medium-config
    54. large-config
    55. full-config
    56.  
    57. QMAKESPEC...................win32-msvc2005 (commandline)
    58. Architecture................windows
    59. Maketool....................nmake
    60. Debug symbols...............yes
    61. Accessibility support.......yes
    62. STL support.................yes
    63. Exception support...........yes
    64. RTTI support................yes
    65. MMX support.................yes
    66. 3DNOW support...............no
    67. SSE support.................yes
    68. SSE2 support................yes
    69. OpenGL support..............yes
    70. Direct3D support............no
    71. OpenSSL support.............no
    72. QDBus support...............no
    73. Qt3 compatibility...........yes
    74.  
    75. Third Party Libraries:
    76. ZLIB support............qt
    77. GIF support.............plugin
    78. TIFF support............plugin
    79. JPEG support............plugin
    80. PNG support.............qt
    81. MNG support.............plugin
    82.  
    83. Styles:
    84. Windows.................yes
    85. Windows XP..............no
    86. Windows Vista...........no
    87. Plastique...............yes
    88. Cleanlooks..............yes
    89. Motif...................yes
    90. CDE.....................yes
    91.  
    92. Sql Drivers:
    93. ODBC....................no
    94. MySQL...................no
    95. OCI.....................no
    96. PostgreSQL..............no
    97. TDS.....................no
    98. DB2.....................no
    99. SQLite..................plugin (qt)
    100. SQLite2.................no
    101. InterBase...............no
    102.  
    103. Sources are in..............D:\qt-win-opensource-src-4.3.3
    104. Build is done in............D:\qt-win-opensource-src-4.3.3
    105. Install prefix..............D:\qt-win-opensource-src-4.3.3
    106. Headers installed to........D:\qt-win-opensource-src-4.3.3\include
    107. Libraries installed to......D:\qt-win-opensource-src-4.3.3\lib
    108. Plugins installed to........D:\qt-win-opensource-src-4.3.3\plugins
    109. Binaries installed to.......D:\qt-win-opensource-src-4.3.3\bin
    110. Docs installed to...........D:\qt-win-opensource-src-4.3.3\doc
    111. Data installed to...........D:\qt-win-opensource-src-4.3.3
    112. Translations installed to...D:\qt-win-opensource-src-4.3.3\translations
    113. Examples installed to.......D:\qt-win-opensource-src-4.3.3\examples
    114. Demos installed to..........D:\qt-win-opensource-src-4.3.3\demos
    115.  
    116. Creating qmake...
    117. execute: File or path is not found (nmake)
    118. execute: File or path is not found (nmake)
    119. Cleaning qmake failed, return code -1
    120.  
    121. D:\qt-win-opensource-src-4.3.3>
    To copy to clipboard, switch view to plain text mode 
    Last edited by Muzz; 5th February 2008 at 16:44. Reason: Updated contents
    Microsoft Visual C++ 2005 Express - V: 8.0.50727.42
    QT 4.2.0 Open Source - Installed in D:\qt-win-4.2.0

Similar Threads

  1. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  2. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  3. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  4. Qt-4.2.2 qmake won't compile under visual studio 2005 on vista
    By moowy in forum Installation and Deployment
    Replies: 7
    Last Post: 13th January 2007, 21:06
  5. Qt Designer & Visual Studio 2005
    By pSiCho in forum Qt Tools
    Replies: 6
    Last Post: 9th February 2006, 13:40

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.