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. Uploading to google code?
Forum Updated to NodeBB v4.3 + New Features

Uploading to google code?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.1k 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.
  • N Offline
    N Offline
    nicky j
    wrote on last edited by
    #1

    Hey!
    So I would like to upload my entire qt project to google code so some friends could work on it. How could I do this? Is there a way to upload the .ui file as well? Thanks!

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MuldeR
      wrote on last edited by
      #2

      You can create a Google Code project for free and then choose your favorite version control system, e.g. SVN or Git, for that project. Then you simply "commit" all files related to your project into the code repository and that's it. Well, Git will also need a "push" operation to actually upload the files to the server. Once you are done, others will be able to checkout/clone your code from the repository - and they even can commit/pull their changes.

      If, however, you wish to provide direct "downloads", then Google Code probably is not a good choice. They currently allow projects to upload files and offer these files as public downloads, but they are going to remove that feature very soon! Go for SourceForge or Bitbucket if you need that.

      Also, GitHub is a valuable alternative to Google Code you should consider.

      --

      If you are not familiar with version control systems yet, start here:
      http://git-scm.com/book/en/Getting-Started-About-Version-Control

      My OpenSource software at: http://muldersoft.com/

      Qt v4.8.6 MSVC 2013, static/shared: http://goo.gl/BXqhrS

      Go visit the coop: http://youtu.be/Jay...

      1 Reply Last reply
      0
      • N Offline
        N Offline
        nicky j
        wrote on last edited by
        #3

        hey thanks a lot! Googcode is perfect for my purposes!

        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