Automatic Digital SIgn With Qt Creator?
-
@Crag_Hack said in Automatic Digital SIgn With Qt Creator?:
Aunthenticode signing for exe - win10 with msvc2015 if it matters.
What more matters, is how this signing is done.
If it boils down to calling a program with parameters, then yes, this is easily possible. The most simple way would be to add a Build Step in Projects -> Build&Run -> Build Steps.
There would also be the possibility to add it to your .pro file, but I don't have the needed commands for that at hand now.
-
Hi,
What signing do you have in mind ? For what platform ?
-
@Crag_Hack said in Automatic Digital SIgn With Qt Creator?:
Aunthenticode signing for exe - win10 with msvc2015 if it matters.
What more matters, is how this signing is done.
If it boils down to calling a program with parameters, then yes, this is easily possible. The most simple way would be to add a Build Step in Projects -> Build&Run -> Build Steps.
There would also be the possibility to add it to your .pro file, but I don't have the needed commands for that at hand now.