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. How to include Qt related library/ other files to my Visual Studio project without the need to install QT Creator?
Forum Updated to NodeBB v4.3 + New Features

How to include Qt related library/ other files to my Visual Studio project without the need to install QT Creator?

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 515 Views 2 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.
  • R Offline
    R Offline
    reddy9pp
    wrote on last edited by
    #1

    Hello,

    What Qt related files do I need to add to my Visual Studio project without installing QT Creator?

    jsulmJ 1 Reply Last reply
    0
    • R reddy9pp

      Hello,

      What Qt related files do I need to add to my Visual Studio project without installing QT Creator?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @reddy9pp You can use https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools-19123

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

      1 Reply Last reply
      4
      • R Offline
        R Offline
        reddy9pp
        wrote on last edited by
        #3

        @jsulm Thanks I am using it at present.

        I want to create a Qt based application and put it in the Github, so that my other friends can contribute to it without the need of Qt creator and Qt Visual Studi tools. As they might be using other IDE.
        So how & what Qt related library/ other files do i need to upload to github?

        jsulmJ 1 Reply Last reply
        0
        • R reddy9pp

          @jsulm Thanks I am using it at present.

          I want to create a Qt based application and put it in the Github, so that my other friends can contribute to it without the need of Qt creator and Qt Visual Studi tools. As they might be using other IDE.
          So how & what Qt related library/ other files do i need to upload to github?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @reddy9pp said in How to include Qt related library/ other files to my Visual Studio project without the need to install QT Creator?:

          So how & what Qt related library/ other files do i need to upload to github?

          You don't need to upload Qt stuff, just your source code. The only question is which build system do you want to use?

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

          R 1 Reply Last reply
          2
          • jsulmJ jsulm

            @reddy9pp said in How to include Qt related library/ other files to my Visual Studio project without the need to install QT Creator?:

            So how & what Qt related library/ other files do i need to upload to github?

            You don't need to upload Qt stuff, just your source code. The only question is which build system do you want to use?

            R Offline
            R Offline
            reddy9pp
            wrote on last edited by
            #5

            @jsulm

            cmake

            But how can my friends build the project
            without the necessay Qt files?

            Pablo J. RoginaP jsulmJ 2 Replies Last reply
            0
            • R reddy9pp

              @jsulm

              cmake

              But how can my friends build the project
              without the necessay Qt files?

              Pablo J. RoginaP Offline
              Pablo J. RoginaP Offline
              Pablo J. Rogina
              wrote on last edited by
              #6

              @reddy9pp said in How to include Qt related library/ other files to my Visual Studio project without the need to install QT Creator?:

              But how can my friends build the project
              without the necessay Qt files?

              By downloading/installing their own Qt framework files...

              Upvote the answer(s) that helped you solve the issue
              Use "Topic Tools" button to mark your post as Solved
              Add screenshots via postimage.org
              Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

              1 Reply Last reply
              5
              • R reddy9pp

                @jsulm

                cmake

                But how can my friends build the project
                without the necessay Qt files?

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @reddy9pp As @Pablo-J-Rogina said: they need to install Qt. You're not going to share the compiler for example, right? Things like compiler, frameworks, ... are usually not put into VCS like Git. Only source code, resource files, files for the build system (like CMakeLists.txt) and what ever belongs directly to the project are uploaded to VCS.

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

                1 Reply Last reply
                7

                • Login

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