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. Qt 4.8.3 Windows VS2010 installation issues
Qt 6.11 is out! See what's new in the release blog

Qt 4.8.3 Windows VS2010 installation issues

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.6k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I am attempting to install Qt 4.8.3 on Windows 7. I have Visual Studio 10 installed.

    I downloaded and installed - http://releases.qt-project.org/qt4/source/qt-win-opensource-4.8.3-vs2010.exe

    This does not seem to install Qt Creator as I was expecting.

    So I installed this as well - http://origin.releases.qt-project.org/qtcreator/2.6.0/qt-creator-windows-opensource-2.6.0.exe

    Is this expected or is there something wrong with the 4.8.3 SDK install link ?

    If I then open Qt Creator and attempt to follow the steps for Building and Running an Example, I get stuck pretty quickly as there are no Examples listed.

    Is there a known problem with 4.8.3 SDK for windows or is this just me ?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      There is NO 4.8.3 SDK. Only newest Qt5 beta2 ships with a SDK. So the 2 steps you had to undertake is the official way (for now - SDK for Qt4 is planned to be released later this year or early next year).

      As for the examples, I have no idea, I simply don't use them.

      (Z(:^

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        I got the example running, but needed to manually find the Examples folder and open the project rather than as per instructions on the tutorial.

        In case anyone else is having problems this is what I had to do post installation to get the examples working -

        start Qt Creator
        Tools/Options/QtVersions/Manual
        Add C:\Qt\4.8.3\bin\qmake.exe
        OK/Apply
        Tools/Kits/Desktop/Qt version/Qt 4.8.3 (4.8.3)

        and then to build example projects -

        examples are not automatically found when starting Qt Creator
        They can be found here though
        C:\Qt\4.8.3\examples
        File/Open File or Project
        browse to relevant example and select the Qt Project file
        Configure Project
        Run

        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