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. How to move a project from a Win7 64 ms vs2010 to another Win7 64 mingw?
Qt 6.11 is out! See what's new in the release blog

How to move a project from a Win7 64 ms vs2010 to another Win7 64 mingw?

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 1.9k 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.
  • P Offline
    P Offline
    pmaynard
    wrote on last edited by
    #1

    First post to the forum. When I copy a project from my work PC (with the ms vs2010 compiler) to my home PC (with the free mingw compiler), and on my home PC press the green build and run button in QTCreator it complains about:

    Failure to read QMAKESPEC conf file c:\QT\4.8.3\mkspecs\win32-msvc2010\qmake.conf

    When I check the build / run tool chains it says it is using mingw. When I start a project from scratch on my home pc everything works. Is there an official guide for sharing projects between compilers in the same OS environment? Or is mingw not fully supported on windows?

    1 Reply Last reply
    0
    • ZlatomirZ Offline
      ZlatomirZ Offline
      Zlatomir
      wrote on last edited by
      #2

      Did you copy the PROJECT.pro.user file too? If so delete it and than open in Creator again. Or just press "No" on "Load the settings from different environment" dialog... and it should work.

      https://forum.qt.io/category/41/romanian

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        Try to rerun qmake to regenerate the Makefiles.

        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