I have no idea what environment you are using for your builds. If you are using Qt Creator, you modify the .pro file; if you are using Visual Studio on Windows, you modify the C++ Additional include directories setting in the project's Property Pages. In either case, you need to add the path to the include files.
You will also have to add the library file(s) and path to the linker options in Visual Studio.




Reply With Quote

Bookmarks