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. Exporting/Importing Projects Setting in Qt Creator?
Forum Updated to NodeBB v4.3 + New Features

Exporting/Importing Projects Setting in Qt Creator?

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 3 Posters 10.1k 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.
  • R Offline
    R Offline
    ryocchin
    wrote on last edited by
    #1

    Hello,

    I made new session on Qt Creator 2.2.0 on Windows 7, which include several projects.
    Then edited "Projects" page to add some custom build steps and dependencies.

    All of these seem to be working well.

    However, after adding these custom build steps at my office, I bring back all files to my home and have to enter the same custom steps manually on Qt Creator, which is annoying.

    Is there a way to export session's project settings into some file and import at another computer?

    Thank you

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

      Currently you can not export build settings from Qt Creator.

      We tend to recommend folding the extra work into the build system if possible. That way everybody profits, even when he is not able to get your exported configuration.

      1 Reply Last reply
      0
      • EddyE Offline
        EddyE Offline
        Eddy
        wrote on last edited by
        #3

        Hi Tobias,

        What do you mean exactly with folding the extra work into the build system?

        Qt Certified Specialist
        www.edalsolutions.be

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

          I do not know what ryocchin is doing, but when this question arises the people are usually adding build steps to copy files to some places and do other setup tasks. Those should happen as part of the building (and installation) steps, as done by the build system, not as some extra setup steps you need to run manually after the build system is done.

          1 Reply Last reply
          0
          • R Offline
            R Offline
            ryocchin
            wrote on last edited by
            #5

            Thank you, Tobias Hunger,

            You are right about including files in the installation file, but sometimes, as a part of debugging, I want to copy some (latest) parameter files to the same directory as the executable.

            Dependency between projects is another issue, which must be re-entered for each computer.

            Maybe, it is worthy of consideration as a new feature of Qt creator to store the contents of sessions in some file so that users can transfer them just like solution file of Visual Studio.

            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