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. Cloned Qt project in visual studio

Cloned Qt project in visual studio

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 3 Posters 504 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.
  • M Offline
    M Offline
    Medievil
    wrote on last edited by
    #1

    I'm working with my friend on a project built in QT, we are using Visual studio for code writing and Qt Creator that opens when we click the .ui file.

    I have installed Qt Visual Studio Tools and added path to msvc, and I can make project myself that runs propertly, but when i cloned our project from github it has qmake error, and all qt headers aren't recognizable by comppiler.

    I checked include path's in project settings and they are all set to my friend's path's mostly by QT macros. After some attempts of pointing to my directories it's the same. (we both use Win10)

    Could someone guide me what should I change or add to run the project?

    1 Reply Last reply
    0
    • Y Offline
      Y Offline
      Yusfgus
      wrote on last edited by
      #2

      I have the same problem, did you find the solution?

      1 Reply Last reply
      0
      • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
      • JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        @Yusfgus said in Cloned Qt project in visual studio:

        I have the same problem, did you find the solution?

        Hi, and welcome!

        First, make sure that you are not committing your project's *.pro.user file (or CMakeLists.txt.user file) into Git. These files are only valid for the machine that generates them, so they should be ignored (by specifying them in your .gitignore file)

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

        1 Reply Last reply
        2

        • Login

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