ProxSpace/Qt/5.6/lib/cmake/Qt5Qml/Qt5Qml_QQmlNativeDebugConnectorFactory.cmake
2016-10-31 22:04:38 +01:00

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)