Explorar el Código

Library was made static

Denis V. Dedkov hace 2 años
padre
commit
6c447e6b00
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -8,7 +8,7 @@ set(QT_QML_OUTPUT_DIRECTORY  ${CMAKE_BINARY_DIR})
 
 find_package(Qt6 6.2 COMPONENTS Quick REQUIRED)
 
-qt_add_library(components SHARED)
+qt_add_library(components STATIC)
 qt_add_qml_module(components
     URI ru.ded.components
     VERSION 1.0