Custom Process Steps and .pro.shared file not working
-
I have been trying to use a .pro.shared file. My shared file contains custom process steps. When I try to load the project on a different PC, the Custom Process Steps are lost, they do not show up in the .pro.user file which is generated from the .pro.shared file.
I am using QtCreator 4.9.1 -
I have been trying to use a .pro.shared file. My shared file contains custom process steps. When I try to load the project on a different PC, the Custom Process Steps are lost, they do not show up in the .pro.user file which is generated from the .pro.shared file.
I am using QtCreator 4.9.1Hi @landersohn,
IIRC, you can only share editor settings etc., but not build related settings.
Better put these extra steps in your .pro file, that even works outside Creator.
Regards