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::QQmlProfilerServiceFactory MODULE IMPORTED)
|
|
|
|
_populate_Qml_plugin_properties(QQmlProfilerServiceFactory RELEASE "qmltooling/qmldbg_profiler.dll")
|
|
_populate_Qml_plugin_properties(QQmlProfilerServiceFactory DEBUG "qmltooling/qmldbg_profilerd.dll")
|
|
|
|
list(APPEND Qt5Qml_PLUGINS Qt5::QQmlProfilerServiceFactory)
|