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. windeployqt insisting executable is debug
Forum Updated to NodeBB v4.3 + New Features

windeployqt insisting executable is debug

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 623 Views 1 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.
  • M Offline
    M Offline
    MrShawn
    wrote on last edited by
    #1

    Hello all,

    Trying to deploy my program for windows 10. Used CMake, Qt version is 5.12.11 and I am using MinGW 7.3 64 bit compiler.

    I built the release version of my program and run windeployqt as I always do. It is deploying debug dlls instead of release dlls and the program will not launch. Says its missing dependencies (obviously the debug libs were deployed).

    Any tips on a solution?

    Thank you.

    artwawA 1 Reply Last reply
    0
    • M MrShawn

      Hello all,

      Trying to deploy my program for windows 10. Used CMake, Qt version is 5.12.11 and I am using MinGW 7.3 64 bit compiler.

      I built the release version of my program and run windeployqt as I always do. It is deploying debug dlls instead of release dlls and the program will not launch. Says its missing dependencies (obviously the debug libs were deployed).

      Any tips on a solution?

      Thank you.

      artwawA Offline
      artwawA Offline
      artwaw
      wrote on last edited by
      #2

      @MrShawn from windeployqt help (/?): --release Assume release binaries.

      For more information please re-read.

      Kind Regards,
      Artur

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MrShawn
        wrote on last edited by
        #3

        I was able to do that as a workaround but in all my uses of windeploy qt i have never had to use that argument.

        1 Reply Last reply
        0

        • Login

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