Your LIBS setting is incorrect. Try:
Qt Code:
  1. LIBS += -L/path/to/CryptoPP/lib_dir -lcryptopp
To copy to clipboard, switch view to plain text mode 
(lib_dir contains cryptopp.lib)

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.