Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 16.0.1 (16.0 branch)
-
None
Description
Development environment:
- Windows 10
- Qt Creator 16.0.1
- Qt for MCUs 2.10.0
Preconditions:
Build & Run settings:
- Projects Directory is set to C:\dev
- Default build directory has the default setting
Issue:
When creating a new project called FooBar for a Qt for MCUs project its build directory points to:
C:\Qt\Tools\QtCreator\bin\FooBar\build\<KIT_AND_BUILD_CONFIG>
Expected result:
Build directory points to:
C:\dev\FooBar\build\<KIT_AND_BUILD_CONFIG>
Reproducing the issue:
- Set a custom directory for the Projects Directory in the Build & Run settings.
- Use default setting for Default build directory.
- Create a new project for Qt for MCUs Empty Application
- Give it some name.
- Configure only the Qt for MCUs 2.10 - Desktop 32bpp (MSVC) kit.
- Open Projects view.