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. possible to copy a kit from one PC to another?

possible to copy a kit from one PC to another?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 1.7k Views 3 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.
  • mzimmersM Offline
    mzimmersM Offline
    mzimmers
    wrote on last edited by
    #1

    The title says it all - I built a kit for bare-metal on my shelter-in-place system, and would like to copy it to my work system. Is there a way to export it into a file that I can then import into my other system?

    Thanks...

    JKSHJ 1 Reply Last reply
    0
    • mzimmersM mzimmers

      The title says it all - I built a kit for bare-metal on my shelter-in-place system, and would like to copy it to my work system. Is there a way to export it into a file that I can then import into my other system?

      Thanks...

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      @mzimmers said in possible to copy a kit from one PC to another?:

      The title says it all - I built a kit for bare-metal on my shelter-in-place system, and would like to copy it to my work system. Is there a way to export it into a file that I can then import into my other system?

      Tarball :)

      You used to have to put the libraries in exactly the same folder when they copied them to another machine (in other words, they had to have the same absolute paths) but I believe this requirement was removed in recent versions of Qt.

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      mzimmersM 1 Reply Last reply
      1
      • JKSHJ JKSH

        @mzimmers said in possible to copy a kit from one PC to another?:

        The title says it all - I built a kit for bare-metal on my shelter-in-place system, and would like to copy it to my work system. Is there a way to export it into a file that I can then import into my other system?

        Tarball :)

        You used to have to put the libraries in exactly the same folder when they copied them to another machine (in other words, they had to have the same absolute paths) but I believe this requirement was removed in recent versions of Qt.

        mzimmersM Offline
        mzimmersM Offline
        mzimmers
        wrote on last edited by
        #3

        @JKSH OK, but...tarball what exactly? I only want to copy one of my kits, and it would be nice it I didn't have to go back into Creator and manually update all the settings for that kit.

        Thanks...

        JKSHJ 1 Reply Last reply
        0
        • mzimmersM mzimmers

          @JKSH OK, but...tarball what exactly? I only want to copy one of my kits, and it would be nice it I didn't have to go back into Creator and manually update all the settings for that kit.

          Thanks...

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          @mzimmers said in possible to copy a kit from one PC to another?:

          OK, but...tarball what exactly?

          Tarball your Qt libraries for that kit. And tarball your cross-compiler if the other machine doesn't have it.

          I only want to copy one of my kits, and it would be nice it I didn't have to go back into Creator and manually update all the settings for that kit.

          I've never tried to export kit settings from Qt Creator, but the sdktool might do what you want. It comes bundled with Qt Creator, and it's what the official installer uses to register kits: https://github.com/qt-creator/qt-creator/blob/master/src/tools/sdktool/README.md

          If this is a once-off though, it might be faster to manually update the settings in your new PC.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          2

          • Login

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