Seems to be because of this: http://code.qt.io/cgit/qt/qtbase.git/commit/src/corelib/io/qprocess_win.cpp?id=bec2fc19fd18768b16925597871c77a61e716abd
2017-01-26 12:00 GMT+01:00 Günter Michel <g...@mes-ia.de>: > > In Qt5.7 starting a detached console works fine. > > void MainWindow::start() > > { > > QProcess p; > > QStringList args; > > args << "/k"; > > p.startDetached("cmd", args); > > } > > In Qt5.8 Process 'cmd /k' is started, but no console window is shown. > > Any suggestions? > > > > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest >
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest