Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
Qt Creator 14.0.1
-
None
Description
I use a custom default build directory for my projects.
%{JS: Util.asciify("builds/%{Kit:FileSystemName}-%{BuildConfig:Name}")}
({projectroot}/builds/{configuration})
But projects generated by QDS attempt to build here by default:
{projectroot}/../{projectname}-{profile}
Reproduce
- Create a project in QDS
- Generate CMake files
- Open QtC
- Set default path pattern
- Open CMakeLists in QtC
Attachments
Issue Links
- relates to
-
QTBUG-117628 Shorten generated file names in the qmlcompiler
- Open