Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Updating my program

    Installation and Deployment
    2
    3
    84
    Loading More Posts
    • 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.
    • U
      U7Development last edited by U7Development

      Hello!..

      Sudenly i saw that my program updated by just copying the release/.exe file into the program directory, looks like .exe file contains everything for a modified version including images.... it is just fine to copy only .exe file or do you recommend to windeployqt each time you modify your program ?

      thanks.

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        It's OK to only update the .exe if you compile all resources into it (you must be using QRC to store the images). But it may break when you add a new Qt module to your app - so definitely test it before releasing such app.

        (Z(:^

        1 Reply Last reply Reply Quote 3
        • U
          U7Development last edited by

          Thanks a lot!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post