Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Installing Qt 5.0 on Windows 7 64-bit and VS2008 Pro
Qt 6.11 is out! See what's new in the release blog

Installing Qt 5.0 on Windows 7 64-bit and VS2008 Pro

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 3.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    geodib
    wrote on last edited by
    #1

    Hello all,

    I have a machine with Windows 7 64-bit and Visual Studio 2008 Professional and would like to install Qt 5 to familiarize myself with Qt Creator and Qt library.

    I can see from the Qt DOWNLOADS page the following link: "Qt 5.0.1 for Windows 32-bit (VS 2010, 481 MB)". I was wondering if I can I still use this link to intall Qt on my machine? And if yes, are there extra steps to do (like compiling Qt for example) so that I can start experimenting and learning with Qt Examples and Tutorials?

    Thank you in advance for your help.

    Geo

    1 Reply Last reply
    0
    • P Offline
      P Offline
      PerryCoxer
      wrote on last edited by
      #2

      Hello! I have the same questions. Only the machine is different: laptop HP envy m6 with W8 64 bit.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koahnig
        wrote on last edited by
        #3

        welcome to devnet

        No, you cannot mix the different versions of msvc. They are not bit compatible.
        You need to compile Qt libs with msvc2008 by yourself.
        There are some guidelines for "compiling Qt 5.":http://qt-project.org/wiki/Building-Qt-5-from-Git Unfortunately they are referring to compiling with the Git version, but should work also with the downloaded source IIRC. For windows you need to download the "zip archive with source.":http://releases.qt-project.org/qt5/5.0.1/single/qt-everywhere-opensource-src-5.0.1.zip

        Since you like to familiarize also with Qt creator it is also an option for you to download the Qt 5.0.1 SDK packaged with MinGW. Alternatively, you could install the msvc2010 express (it's for free).

        Finally, there should new releases coming out soon. Possibly they are adding more tool chains, but I do not know.

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved