Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to open an exists project from the remote PC?
Forum Updated to NodeBB v4.3 + New Features

How to open an exists project from the remote PC?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
8 Posts 3 Posters 224 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.
  • H Offline
    H Offline
    Heneral
    wrote 12 days ago last edited by
    #1

    I want to open the exists project from the remote PC "A" in my another pc "b", but I don't know how to deal with it.

    J 1 Reply Last reply 12 days ago
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote 8 days ago last edited by
      #8

      So it's exactly the same as for embedded systems. You cross-compile, copy and execute.
      Otherwise you also have VS Code (or alternatives) that have a remote dev feature through tunneling and some additional software installed on the other machine.

      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
      • H Heneral
        12 days ago

        I want to open the exists project from the remote PC "A" in my another pc "b", but I don't know how to deal with it.

        J Offline
        J Offline
        jsulm
        Lifetime Qt Champion
        wrote 12 days ago last edited by
        #2

        @Heneral What OS is running on both PCs?
        Usually one would use a version control system like Git.

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

        1 Reply Last reply
        1
        • H Offline
          H Offline
          Heneral
          wrote 12 days ago last edited by Heneral
          #3

          @jsulm both ubuntu

          J 1 Reply Last reply 12 days ago
          0
          • H Heneral
            12 days ago

            @jsulm both ubuntu

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote 12 days ago last edited by jsulm
            #4

            @Heneral Simply copy the project from one PC to another, or even better, use a version control system like Git. Do NOT copy files like *.pro.user
            You could also use NFS, for example, to mount PC A partition on PC B, but that's not what you should do.

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

            1 Reply Last reply
            1
            • H Offline
              H Offline
              Heneral
              wrote 12 days ago last edited by Heneral
              #5

              @jsulm We are only allowed to connect to our company's git repo in PC A, and the pc b are not allowed to connect to the git repo.
              So I want to find resolution to deal with this problem, just like plugin remote-ssh in vscode.

              Now I am using NFS.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SGaist
                Lifetime Qt Champion
                wrote 11 days ago last edited by
                #6

                Hi,

                Why not use a setup like with embedded systems ? You build on PC A and then copy the executable and relevant libraries on PC B and do remote debugging.

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

                H 1 Reply Last reply 9 days ago
                1
                • S SGaist
                  11 days ago

                  Hi,

                  Why not use a setup like with embedded systems ? You build on PC A and then copy the executable and relevant libraries on PC B and do remote debugging.

                  H Offline
                  H Offline
                  Heneral
                  wrote 9 days ago last edited by
                  #7

                  @SGaist The arch of PC is not same. One is arm and another is x86. The version of OS is not same, either.

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote 8 days ago last edited by
                    #8

                    So it's exactly the same as for embedded systems. You cross-compile, copy and execute.
                    Otherwise you also have VS Code (or alternatives) that have a remote dev feature through tunneling and some additional software installed on the other machine.

                    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
                    • H Heneral has marked this topic as solved 7 days ago

                    1/8

                    23 May 2025, 07:28

                    • Login

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