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. [SOLVED] Qt5 VS Addin 1.2.0 beta with VS 2010
Qt 6.11 is out! See what's new in the release blog

[SOLVED] Qt5 VS Addin 1.2.0 beta with VS 2010

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

    Hello,
    i have created VM with Win 7 64-bit + VS 2010 SP1 + DirectX SDK(for ANGLE) + latest updates for Win7 & Microsoft SDK/Compiler update etc... Have successfully build Qt5 form git for 32-bit and 64-bit. I have also installed beta version of Qt VS Addin 1.2.0, but i just can't add Qt Version in Addin... Just getting error about unsupported makefile generator... Does someone have idea how to solve this problem?

    Screenshot: http://vip2006.net/vsaddin.png

    God is Real unless explicitly declared as Integer.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2

      Got answer from mailinglist. If someone has the same problem, here is what Haataja Ismo said:

      bq. I guess you are using pretty fresh Qt5 to get this error? Reason for error is that there no more is 'mkspecs/default' folder under Qt5. Addin supposes there is and gives the error message. I think only way to fix this for now is to create 'default' folder and 'qmake.conf' file into it.
      So, in your case, you should first create folder 'C:/QT/QT5_X86_GIT/qtbase/mkspecs/default'
      And then into that folder a file named 'qmake.conf' having content like this:
      QMAKESPEC_ORIGINAL = C:/QT/QT5_X86_GIT/qtbase/mkspecs/win32-msvc2010
      include(../win32-msvc2010/qmake.conf)
      This problem will be corrected in Add-in 1.2.0 beta2 that is out very soon after Qt5 beta2 is out.

      God is Real unless explicitly declared as Integer.

      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