1
0
Fork 0
forked from blue/squawk

build: plugins/, passwordStorageEngines/wrappers/ as shared libs

This commit is contained in:
vae 2021-05-12 02:01:02 +03:00
parent a184ecafa3
commit 8e99cc2969
Signed by untrusted user: vae
GPG key ID: A9A33351400E00E5
3 changed files with 6 additions and 4 deletions

View file

@ -0,0 +1,2 @@
add_library(kwalletWrapper SHARED kwallet.cpp)
target_link_libraries(kwalletWrapper PRIVATE KF5::Wallet)