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 use Qtcreator on remote machine
Forum Updated to NodeBB v4.3 + New Features

How to use Qtcreator on remote machine

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 202 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.
  • M Offline
    M Offline
    masa4
    wrote on last edited by
    #1

    I am developing a project on my linux pc. I need to test my project in another linux pc which is in same network with my pc. When testing project on it, I am modifiyng some things in project. After that I need to copy paste the changes to my project in my main pc. Is there a way to overcome this process?

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

      Hi
      Yes, normally you use GIT to have the code under revision and also to make it easy to share changes between different pc's.

      You need to invest ½ hour to learn the tool but if you are the only developer on the project then there wont be any conflicts and it should work easily.
      small tut:
      https://medium.com/@rukeeojigbo/git-basics-an-idiots-guide-99445a56bd65

      Another approach is to use pcloud on both machines. It will then sync the files but do note that if you modify the same files on both pc, it can get confused.

      That said. why do you also compile on the other pc ? Most often, one copies the binary to the other box and run it to test. not build version there. If I may ask.

      1 Reply Last reply
      1

      • Login

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