mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-30 19:40:12 -07:00
7 lines
341 B
CMake
7 lines
341 B
CMake
|
|
add_library(Qt5::QQmlNativeDebugConnectorFactory MODULE IMPORTED)
|
|
|
|
_populate_Qml_plugin_properties(QQmlNativeDebugConnectorFactory RELEASE "qmltooling/qmldbg_native.dll")
|
|
_populate_Qml_plugin_properties(QQmlNativeDebugConnectorFactory DEBUG "qmltooling/qmldbg_natived.dll")
|
|
|
|
list(APPEND Qt5Qml_PLUGINS Qt5::QQmlNativeDebugConnectorFactory)
|