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. which Qt project folder should i upload on github?
Forum Updated to NodeBB v4.3 + New Features

which Qt project folder should i upload on github?

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 3 Posters 360 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.
  • HeerokNewbieH Offline
    HeerokNewbieH Offline
    HeerokNewbie
    wrote on last edited by
    #1

    Please help me I am new at Qt. I am confused because i have two folders.
    (MyApplication is my software name)

    1. build-MyApplication-Desktop_Qt_6_2_0_GCC_64bit-Debug
    2. MyApplication

    Which one should i upload on github so others can also pull my project and run on there Qt creator?

    raven-worxR 1 Reply Last reply
    0
    • HeerokNewbieH HeerokNewbie

      Please help me I am new at Qt. I am confused because i have two folders.
      (MyApplication is my software name)

      1. build-MyApplication-Desktop_Qt_6_2_0_GCC_64bit-Debug
      2. MyApplication

      Which one should i upload on github so others can also pull my project and run on there Qt creator?

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @HeerokNewbie
      only the source files with the .pro/cmake project file.
      Never the build folder

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      2
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        In addition to @raven-worx, exclude the .pro.user and the corresponding cmake user file.

        You can use a .got ignore files to ensure you don't add them accidentally.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1
        • HeerokNewbieH Offline
          HeerokNewbieH Offline
          HeerokNewbie
          wrote on last edited by
          #4

          @SGaist Thank you;

          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