Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
How to add DLLs like (crypt32.dll) in Qt Creator 4.7?
Thanks.
What's what you want to achieve? loink against that lib? Then have a loom at the qmake documentation.
Just add this in your .pro file, if you are using qmake: @ win32 { LIBS += crypt32.dll } @
Or consult the docs as Gerolf suggested.