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

7 lines
305 B
CMake

add_library(Qt5::QQmlDebugServerFactory MODULE IMPORTED)
_populate_Qml_plugin_properties(QQmlDebugServerFactory RELEASE "qmltooling/qmldbg_server.dll")
_populate_Qml_plugin_properties(QQmlDebugServerFactory DEBUG "qmltooling/qmldbg_serverd.dll")
list(APPEND Qt5Qml_PLUGINS Qt5::QQmlDebugServerFactory)