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] Can't get rid of qtcreator_process_stub

[SOLVED] Can't get rid of qtcreator_process_stub

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

    Hi!
    How to prevent qtcreator_process_stub from starting before running my gui application? Can't find checkbox for "Run in terminal" in the settings (Qt Creator 3.0.84).
    Thanks!

    Edit: non-Qt project, of course.

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      You can see a "run in dos terminal" in your Build & Run tab or change CONFIG in .pro file from console to GUI or similar. Uncheck it and run the application.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        arampl
        wrote on last edited by
        #3

        Thank You very much!

        There weren't "run in dos terminal" in Build & Run tab,
        but "CONFIG += gui" in the .pro file did the trick.
        (i tried "CONFIG += window" before without success).

        1 Reply Last reply
        0
        • IamSumitI Offline
          IamSumitI Offline
          IamSumit
          wrote on last edited by
          #4

          [quote author="arampl" date="1396793925"]

          There weren't "run in dos terminal" in Build & Run tab.
          [/quote]

          steps:
          1)Switch to project (ctrl+5)
          2)A widget will be shown containing BUILD | RUN tab. Hit/Press RUN tab.
          3)then you will see various headings like Deployment,Run,Run Environment etc then go to RUN there is a check box labaled as Run in terminal select/deselect its up to you.

          hope it helps.

          Be Cute

          1 Reply Last reply
          1

          • Login

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