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 clone a project ?
QtWS25 Last Chance

How to clone a project ?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 3.1k 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.
  • U Offline
    U Offline
    u2gilles
    wrote on last edited by
    #1

    Hi All,

    I’d like to know how to clone a project.
    As it seems that this feature does not exist in Qt Creator what is the best workaround ? I
    Is the only solution to duplicate the source folder and manually edit files like xxx.pro to change what is necessary ?

    Thanks in advance

    Gilles

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      No changes to .pro should be necessary. Just copy the files and remove the .pro.user file.

      (Z(:^

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        The preferred way is of course to create a fresh checkout from your version control system. With distributed version control systems like git, bazaar and mercurial (all supported by creator) you do not even need to set up a server somewhere!

        You should be using one, even if you work alone!

        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