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