Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

This question already has an answer here:

In QtCreator, I have not been able to find how to set the arguments to pass to the executable when running in debug mode.

share|improve this question

marked as duplicate by Jeff Lambert, Rhymoid, Yan Sklyarenko, Hashem Qolami, Sheridan Feb 21 '14 at 16:30

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

up vote 4 down vote accepted

In QtCreator 2.6.2 it should be:

  • Go to Tab called "Projects" just under "Debug",
  • Now you have to choose kit with your Qt version (if your IDE is configured properly),
  • After selecting kit, you should click tab called "Running", and there should be label with your executable path, arguments to pass and working directory.
share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.