Your LIBS setting is incorrect. Try:
(lib_dir contains cryptopp.lib)Qt Code:
LIBS += -L/path/to/CryptoPP/lib_dir -lcryptoppTo copy to clipboard, switch view to plain text mode
You are possibly also missing an INCLUDEPATH, but if you get through compilation without it then the CryptoPP headers must be in a default location.
Bookmarks