Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.3.0-beta1
-
None
-
92d818f327b43c50411f4ffffca30700d82024a0
Description
Steps to reproduce:
- create a simple Qt application from template (shouldn't matter which - tried Widget App & Console App) - but use qmake as build system
- hit Run Button (or if automatic build before run is disabled, hit Build before..)
Current result:
- message box comes up which asks for an executable and/or arguments
- when checking Projects view (Run settings) there's only a "Custom Executable" configured with empty executable, empty arguments and default build directory
Note: This works when using Qbs or CMake as build system.