Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Creator 3.0.1 for Windows, new install: Build operations Disabled (Windows 7, VS 2010).
QtWS25 Last Chance

Creator 3.0.1 for Windows, new install: Build operations Disabled (Windows 7, VS 2010).

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 3 Posters 1.7k Views
  • 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.
  • P Offline
    P Offline
    Phil Weinstein
    wrote on last edited by
    #1

    This is a really basic question, but I just can't find any information about this.

    I've built Qt 5.2.1 from source on Windows 7 with Visual Studio 2010 SP1, 64-bit, debug and release. And I've downloaded Qt Creator 3.0.1 installer and was able to create the "hello_qt_quick_ui" project for Qt Quick 1.1. (The Digia tutorial I'm trying to go through is for Qt Quick 1: "Introduction to Application Development with Qt Quick, Release 1.0").

    All of the build operations under the "Build" menu are DISABLED, as is Debug >> Start Debugging. (So, of course, pressing CTRL-R does nothing).

    Under Tools >> Options >> Build & Run >> Compilers, I see two items under Auto-detected:

    Microsoft Visual C++ Compiler 10.0 (x86) / Type: MSVC

    Microsoft Visual C++ Compiler 10.0 (amd64) / Type: MSVC

    ... but I don't see any operations on those items to "activate" them or anything.

    What am I missing? And is there a webpage describing how to SET UP Qt Creator (for VS 2010 compiler) which addresses this basic issue? Thank you in advance.

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      Hi,

      See "Adding Qt Versions":http://qt-project.org/doc/qtcreator-3.0/creator-project-qmake.html to tell Qt Creator where to find the Qt binaries

      Finally, see "Adding Kits":http://qt-project.org/doc/qtcreator-3.0/creator-targets.html to tell Qt Creator how to combine your compiler with the Qt binaries.

      After that, you need to tell your project to use your new Kit:

      Open your project in Qt Creator

      Click on "Projects" on the left

      Add your new kit

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Phil Weinstein
        wrote on last edited by
        #3

        [ JKSH, thank you! Some of that was exactly what I needed to do. ]

        Creator DID automatically detect my installed MSVC compilers (as listed in my prior post).

        But no Debuggers were auto-detected. And I don't know what debugger to manually configure. On the Options ... Debuggers tab, the "Add" panel wants a file path. What am I looking for? I'm using Visual Studio 2010 (Professional).

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          You have to install Microsoft's Debugging Tools. "Here":http://msdn.microsoft.com/en-us/library/windows/hardware/ff551063(v=vs.85).aspx is the starting page

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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