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. One Qt Creator installation two instances
Forum Updated to NodeBB v4.3 + New Features

One Qt Creator installation two instances

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 3 Posters 289 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.
  • J Offline
    J Offline
    JohnLocke
    wrote on last edited by
    #1

    I want to be able to build and run my applications from Qt Creator using Ctrl+R (green button)
    But
    Application_1 to be built and run from internal terminal
    Application_2 to be built and run from external terminal

    I see only one opp-ty -> install second Qt Creator version
    but I believe there is better way

    pls note it's not dupe, just more clear question

    kindly advise

    1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
    • andrA Offline
      andrA Offline
      andr
      wrote on last edited by
      #2

      You don't have to install a second Qt Creator, but just start another instance of it.

      Normally you can also run several run configurations in one instances, but the internal/external terminal is a global setting, so you can't have both at the same time in one instance of Qt Creator.

      1 Reply Last reply
      2
      • S Offline
        S Offline
        SimonSchroeder
        wrote on last edited by
        #3

        If you really want to run from a single Qt Creator (though starting a second instance is IMHO the better option), you could write a script that runs in the internal terminal, launches Application_1 and starts an external terminal (like xterm on Linux) and runs Application_2 there.

        Building two applications from Qt Creator at the same time could be doable, but is certainly a lot more involved.

        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