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