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:
parent
f45319de25
commit
ce047db787
8 changed files with 59 additions and 10 deletions
|
@ -14,7 +14,7 @@ if (WITH_KWALLET)
|
|||
kwallet.cpp
|
||||
)
|
||||
|
||||
add_library(kwalletPSE ${kwalletPSE_SRC})
|
||||
add_library(kwalletPSE STATIC ${kwalletPSE_SRC})
|
||||
|
||||
target_include_directories(kwalletPSE PUBLIC ${KWALLET_INTERFACE_INCLUDE_DIRECTORIES})
|
||||
target_include_directories(kwalletPSE PUBLIC ${Qt5GUI_INTERFACE_INCLUDE_DIRECTORIES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue