Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Question about pacthing functionalities to Qt
Forum Updated to NodeBB v4.3 + New Features

Question about pacthing functionalities to Qt

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 2 Posters 368 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.
  • johngodJ Offline
    johngodJ Offline
    johngod
    wrote on last edited by
    #1

    I am trying to push a helper library that I am working on to qt code. But I have some questions:

    • after compiling qt code, I have the base in dev branch and the submodules in detach head.
      Docs say to create a new branch with the changes I am working on, but I base or in the submodule ?
      I created the new branch in the submodule qtquick3d, commit all the stuff, now when trying to push, I get
    The current branch gamecontroller has no upstream branch.
    To push the current branch and set the remote as upstream, use
    
        git push --set-upstream origin gamecontroller
    
    To have this happen automatically for branches without a tracking
    upstream, see 'push.autoSetupRemote' in 'git help config'.
    

    So what is the upstream branch I should set ? I working on stuff for qtquick3d helpers module
    Thanks

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

      Hi,

      You should always use the dev branch of whatever you want to contribute to.

      As for pushing, did you follow the Qt Gerrit introduction ?

      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
      • johngodJ Offline
        johngodJ Offline
        johngod
        wrote on last edited by
        #3

        Hi @SGaist thanks, using the dev master worked.

        git push gerrit HEAD:refs/for/dev
        
        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Good
          Then please make the thread as solved so other forum users may know a solution has been found :-)

          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
          0
          • johngodJ johngod has marked this topic as solved on

          • Login

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