1
0
Fork 0

build platform library as shared lib

This commit is contained in:
Kevin Matz 2021-08-18 17:11:34 -04:00
parent 8c75d11199
commit a5710d1bb5
1 changed files with 1 additions and 1 deletions

View File

@ -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