how to use zxcvbn-c library in qt5 on windows 11
-
wrote on 12 Feb 2024, 20:05 last edited by
I want to use zxcvbn-c password strength estimator library in my qt5 mingw64 project on windows 11 but i don't know how to properly build it and integrate to the project. Could someone explain me pls the way i can do it?
-
Hi,
If you are talking about this project, the README suggests to include the code directly in your application. Note that the
CMakeLists.txt
they provide serves also as an example on how to integrate it or build it as a library.
1/2