1

I would like to have my application output to be opened into a new console window.

Currently it opens in the Application Output pane as show in this question

.pro file for what it's worth

QT += core
QT -= gui

CONFIG += c++11

TARGET = console_app
CONFIG += console
CONFIG -= app_bundle

TEMPLATE = app

SOURCES += main.cpp

DEFINES += QT_DEPRECATED_WARNINGS

(How) Can this be done?

Community
  • 1
  • 1
CybeX
  • 2,060
  • 3
  • 48
  • 115
  • http://stackoverflow.com/questions/38811319/qtcreator-does-not-open-terminal-for-building – Edward Jan 25 '17 at 13:25
  • @Edward Weird. It was checked. Still opened in Application Output. Had to uncheck, clean, run qmake, rebuild. Still opened in Application Output. Go back, check again, then clean, run qmake, rebuild. Volia, it opens in new terminal. Confirmed this "bug" with a new console application. Same issue. – CybeX Jan 25 '17 at 13:30

0 Answers0