Hello I too am having problems including cryptopp in qt creator...I have an include path and the path set just like you described chris. I try different methods and I get linker errors, debug/exe errors, cannot find cryptopp.h...don't know what debug/exe error is.
this is my current include
INCLUDEPATH += <C:\Users\myname\Documents\cryptoProject\cryptopp>
LIBS += -L/path/to/CryptoPP/lib_dir -lcryptopp
INCLUDEPATH += <C:\Users\myname\Documents\cryptoProject\cryptopp>
LIBS += -L/path/to/CryptoPP/lib_dir -lcryptopp
To copy to clipboard, switch view to plain text mode
The funny thing is when i hover over the includes in my mainwindow.cpp it shows the crypto includes directory...
Bookmarks