[Qbs] Failed 'PackageBuild' product on QBS 1.22
Christian Kandeler
christian.kandeler at qt.io
Wed May 4 10:31:49 CEST 2022
On 5/3/22 21:44, Карелин Павел wrote:
> Hello, developers.
>
> I have a small product "PackageBuild" in my projects, I use it to
> generate the package_build_info file.
[ ... ]
> When I open the project in QtC 7 the file package_build_info is
> successfully created, but after the build process starts the file
> package_build_info is deleted.
I cannot reproduce this.
Note, however, that you should not keep untracked non-temporary files in
the build directory. Generally, it should contain only proper artifacts
created by rules. Of course I don't know the specifics of your project,
but I have a suspicion that a configure script is not the right place to
do whatever it is you are doing there.
Christian
More information about the Qbs
mailing list