diff --git a/platform/qt/CMakeLists.txt b/platform/qt/CMakeLists.txt index 9969a88..7292c27 100644 --- a/platform/qt/CMakeLists.txt +++ b/platform/qt/CMakeLists.txt @@ -15,7 +15,7 @@ endif() find_package(QT NAMES Qt6 Qt5 COMPONENTS Network Gui REQUIRED) find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Network Gui REQUIRED) -add_library(${PROJECT_NAME} STATIC +add_library(${PROJECT_NAME} SHARED qsacnnode_global.h qsacnnode.cpp qsacnnode.h