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. [solved]green/portable qt sdk?
Forum Updated to NodeBB v4.3 + New Features

[solved]green/portable qt sdk?

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 3 Posters 2.7k 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.
  • O Offline
    O Offline
    owenzhao
    wrote on last edited by
    #1

    I am using qt sdk in my home pc. However, sometimes I want to edit apps in my notebook. The notebook's qt creator, which is the same version, will say something like, the pro file is created by another computer. And sometimes the symbian components are missing in my notebook's qt sdk.

    Is that possible to use qt sdk in different computers? Is there a method that I can make qt sdk to a green/portable one? I have tried virtual machine. But it is too big and too slow.

    Anyone have an idea?

    Thanks.

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

      when you copy your project, don't copy the .pro.user file. Even better, don't copy the code at all - use SCM like git or - if you're suicidal - SVN.

      (Z(:^

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

        It is perfectly fine to use different Qt Creators on a project. What you can not do is share the .user file! That contains information that is specific to one setup (like ids of Qt versions which can differ, even if the setup looks identical in the UI, etc.).

        Do as sierdzio suggested: Use a version control system and do not check in the .user file. You get rid of the troubles you have right now and you get the benefits of version control, too! Never be without one;-)

        1 Reply Last reply
        0
        • O Offline
          O Offline
          owenzhao
          wrote on last edited by
          #4

          thx. I will try to do that.

          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