mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-30 19:40:12 -07:00
7 lines
305 B
CMake
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)
|