Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Not able to use Microsoft nmake compiler in Windows 7 -64 bit
QtWS25 Last Chance

Not able to use Microsoft nmake compiler in Windows 7 -64 bit

Scheduled Pinned Locked Moved General and Desktop
6 Posts 4 Posters 8.5k 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.
  • M Offline
    M Offline
    mksuper
    wrote on 27 Jun 2011, 01:10 last edited by
    #1

    Hi, I am new to QT. I have tried some of the samples and I noticed that in Windows 7, the tool chain or the compiler used is MinGW. I can't select or change to Microsoft compiler-nmake. I have already installed the Visual studio 2010 express edition.

    thanks

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SimonL
      wrote on 27 Jun 2011, 04:32 last edited by
      #2

      Unless you compile the library's yourself you have to download the version of the Library's for Visual Studio http://qt.nokia.com/downloads/windows-cpp-vs2008 this will work with 2008 express edition to use 2010 you must download the source and compile the library's yourself. Unless something has changed lately

      1 Reply Last reply
      0
      • S Offline
        S Offline
        soroush
        wrote on 27 Jun 2011, 06:01 last edited by
        #3

        In case you want to compile manually you may want to see "this discussion on SO":http://stackoverflow.com/questions/5601950/how-to-build-qt-for-visual-studio-2010 those steps worked for me.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mksuper
          wrote on 29 Jun 2011, 03:08 last edited by
          #4

          Hi, thanks for the response. I did manage to compile the Qt source code using visual 2010. However, I noticed that the Qt creator is not included.
          Ideally, I would like to use qt creator and debugging, like setting break points from the Qt creator

          1 Reply Last reply
          0
          • S Offline
            S Offline
            soroush
            wrote on 29 Jun 2011, 05:46 last edited by
            #5

            [quote author="mksuper" date="1309316933"]Ideally, I would like to use qt creator and debugging, like setting break points from the Qt creator[/quote]

            You can use Qt Creator independently to which version of Qt you are using. Install Qt Creator and add the Qt you just compiled from Tools menu, Option, Qt4 section (left side), add a new version of Qt (give a name and location of qmake.exe)
            Then you can use that version of Qt to compile your projects. In case you have you have more than one Qt Installed, you will need to specify version manually.

            1 Reply Last reply
            0
            • T Offline
              T Offline
              tobias.hunger
              wrote on 29 Jun 2011, 06:58 last edited by
              #6

              <nitpick>nmake is not a compiler. It is just a tool that runs the actual compiler.</nitpick>

              1 Reply Last reply
              0

              6/6

              29 Jun 2011, 06:58

              • Login

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