Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    [SOLVED] Can't get rid of qtcreator_process_stub

    Tools
    3
    4
    6791
    Loading More Posts
    • 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
      arampl last edited by

      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 Reply Quote 0
      • ?
        A Former User last edited by

        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 Reply Quote 0
        • A
          arampl last edited by

          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 Reply Quote 0
          • IamSumit
            IamSumit last edited by

            [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 Reply Quote 1
            • First post
              Last post