1
0
Fork 0
forked from blue/squawk

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

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