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. [Linux] change the terminal that qtcreator runs?

[Linux] change the terminal that qtcreator runs?

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

    hello;
    I set my project to run in terminal ( the tik in the project setting);
    but now qtcreator runs my default terminal which is a heavy weight app (terminator terminal);
    Is it possible (without changing my default terminal emulator in linux) to tell qtcreator to use xterm.
    thank you;

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

      You can uncheck the terminal checkbox and run in Qt Creator output pane directly (just make sure your .pro file includes CONFIG += console line).

      Or you can choose any terminal in Tools -> Options... -> Environment -> System -> Terminal (that's a global setting, though).

      (Z(:^

      1 Reply Last reply
      1
      • P Offline
        P Offline
        Paul Hutchinson
        wrote on last edited by
        #3

        Check out https://stackoverflow.com/questions/1356328/console-input-with-qt-creator

        You can set it in Qt Creator->Options : Environment : System : Terminal

        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