Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Automatic Digital SIgn With Qt Creator?

Automatic Digital SIgn With Qt Creator?

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 3 Posters 1.2k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Crag_Hack
    wrote on last edited by
    #1

    Simple question - is there a way to automatically digitally sign a program with Qt Creator every time you run/compile the program?
    Thanks!

    1 Reply Last reply
    0
    • C Crag_Hack

      Aunthenticode signing for exe - win10 with msvc2015 if it matters.

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #4

      @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.

      Qt has to stay free or it will die.

      1 Reply Last reply
      2
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #2

        Hi,

        What signing do you have in mind ? For what platform ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        1
        • C Offline
          C Offline
          Crag_Hack
          wrote on last edited by
          #3

          Aunthenticode signing for exe - win10 with msvc2015 if it matters.

          aha_1980A 1 Reply Last reply
          0
          • C Crag_Hack

            Aunthenticode signing for exe - win10 with msvc2015 if it matters.

            aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by
            #4

            @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.

            Qt has to stay free or it will die.

            1 Reply Last reply
            2
            • C Offline
              C Offline
              Crag_Hack
              wrote on last edited by
              #5

              Thanks guys! Adding to project build steps is super easy exactly what I was looking for.

              1 Reply Last reply
              1

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved