Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. windeployqt debug issue with VS2019 /ZI Edit and continu enabled
Forum Updated to NodeBB v4.3 + New Features

windeployqt debug issue with VS2019 /ZI Edit and continu enabled

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
3 Posts 2 Posters 332 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.
  • S Offline
    S Offline
    Satirik
    wrote on last edited by Satirik
    #1

    Hello,

    If I compile my project in debug with Edit and continu enabled (/ZI) with VS 2019, the windeployqt.exe will either copy the release plugin binaries (with an error when loading qml because of incompatibility between release and debug) or, if --debug is specified, it will append a "d" to the dll names and fail to copy Qt5Coredd.dll, Qt5Guidd.dll etc because they don't exist.

    It only happens when the /ZI option is enabled.

    Edit: Using Qt 5.15.2, didn't try with Qt 6

    1 Reply Last reply
    0
    • Christian EhrlicherC Online
      Christian EhrlicherC Online
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Deploying debug libs is not suported (and deploying the msvc debug runtimes is not allowed by MS). Only deploy release binaries.

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Satirik
        wrote on last edited by
        #3

        "deploying" (aka file copy) debug qt libs is supported as it is a parameter of the tool, and why are you talking about MS debug runtime exactly ? I am talking about Qt binaries copied from the qt bin dir to my project bin dir ...

        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