[Qt-creator] Signal emitted on .pro file edit
Pablo Rogina
pablojr at gmail.com
Tue Nov 17 15:54:11 CET 2020
> update the edited contents from .pro file to a different xml based on our internal build setup.
Are you sure this is a good idea? What if you make a mistake by
updating your .pro file, that mistake will propagate rightly into that
remote .pro file as well.
I guess that you may want to make whatever the changes you want/need
to your local .pro file, test that those changes are Ok and only then
you'll commit the changes into your VCS and the build system will pick
those Ok changes properly.
Regards. Pablo
On Tue, Nov 17, 2020 at 11:45 AM Vidhya Arun <svidhyapria at gmail.com> wrote:
>
>
>
> Hi
>
> When I add or delete a file from my .pro in QtCreator, I would like to write a plugin to automatically update the edited contents from .pro file to a different xml based on our internal build setup.
>
> Are there any signals that get emitted for me to get notified on edit of .pro file from any project ?
>
> Regards
>
> Vidhya
>
>
>
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> https://lists.qt-project.org/listinfo/qt-creator
More information about the Qt-creator
mailing list