Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Debug exports getting added to final release executable when using QML
Forum Update on Monday, May 27th 2025

Debug exports getting added to final release executable when using QML

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 163 Views
  • 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.
  • Z Offline
    Z Offline
    Znurre
    wrote on 10 Oct 2022, 10:05 last edited by
    #1

    Hi,

    I am using Qt and QML in an application, and linking to Qt statically.

    The resulting binary includes exports like these (on Windows, other platforms not verified):

    qt_qmlDebugClearBuffer
    qt_qmlDebugConnectionBlocker
    qt_qmlDebugConnectorOpen

    I have checked the Qt source, and determined that these exports are part of the qmldbg_native plugin. The problem is, I have no idea why that plugin would be included in my build, as I am building in release, and QT_QML_DEBUG is not defined.

    Does anyone have any suggestion?

    1 Reply Last reply
    0

    1/1

    10 Oct 2022, 10:05

    • Login

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