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 allow other developers(with no QT installed) to build and run a QT GUI project inside Visual Studio 2019?
Forum Updated to NodeBB v4.3 + New Features

How to allow other developers(with no QT installed) to build and run a QT GUI project inside Visual Studio 2019?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 323 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.
  • N Offline
    N Offline
    nicktanqy
    wrote on 14 Apr 2020, 13:46 last edited by
    #1

    A little background of my current situation:

    I am working in a team of 6 people on a school project to create a game engine and my team has decided to use QT for our level editor. However, as this is a school project, there are certain criteria that I have to follow and thus there is something that I wish to clarify:

    How can I allow other developers who do not have QT installed (e.g. my instructors) to build and run our qt project through Visual Studio? (i.e. I want them to be able to click "Build and Run" project in visual studios without having the hassle of installing QT.

    I have found instructions on windows deployment here but I am assuming it means that I cannot build and run it inside Visual Studio?

    Also, I am using QT version 5.12.8 and created a QT GUI application on VS2019. Thanks in advance!

    J 1 Reply Last reply 14 Apr 2020, 13:50
    0
    • N nicktanqy
      14 Apr 2020, 13:46

      A little background of my current situation:

      I am working in a team of 6 people on a school project to create a game engine and my team has decided to use QT for our level editor. However, as this is a school project, there are certain criteria that I have to follow and thus there is something that I wish to clarify:

      How can I allow other developers who do not have QT installed (e.g. my instructors) to build and run our qt project through Visual Studio? (i.e. I want them to be able to click "Build and Run" project in visual studios without having the hassle of installing QT.

      I have found instructions on windows deployment here but I am assuming it means that I cannot build and run it inside Visual Studio?

      Also, I am using QT version 5.12.8 and created a QT GUI application on VS2019. Thanks in advance!

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 14 Apr 2020, 13:50 last edited by
      #2

      @nicktanqy said in How to allow other developers(with no QT installed) to build and run a QT GUI project inside Visual Studio 2019?:

      "Build and Run" project in visual studios without having the hassle of installing QT

      You can't build a Qt project without installing Qt. How should that work?
      You can build inside Visual Studio but you have to install Qt. https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools-19123

      You can run a built application without installing Qt, see https://doc.qt.io/qt-5/deployment.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      3
      • N Offline
        N Offline
        nicktanqy
        wrote on 16 Apr 2020, 21:12 last edited by
        #3

        I see. Thank you for your help!

        1 Reply Last reply
        0

        1/3

        14 Apr 2020, 13:46

        • Login

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