patches from Vae about making libraries static, and about boost, findLMDB CMake script, drop dependency for qtquickcontrols

This commit is contained in:
Blue 2021-05-09 02:12:17 +03:00
parent f45319de25
commit ce047db787
8 changed files with 59 additions and 10 deletions

View file

@ -10,7 +10,7 @@ set(simplecrypt_SRC
)
# Tell CMake to create the helloworld executable
add_library(simpleCrypt ${simplecrypt_SRC})
add_library(simpleCrypt STATIC ${simplecrypt_SRC})
# Use the Widgets module from Qt 5.
target_link_libraries(simpleCrypt Qt5::Core)