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