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 Updated to NodeBB v4.3 + New Features

Debug exports getting added to final release executable when using QML

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 171 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 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

    • Login

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