I have downloaded all the QCP 1.0.1 sources and compilation projects and I started to build the shared libraries (on Windows 7 x64). The sharedlib-compilation compiles just fine, but when I copy the DLLs to the sharedlib-usage folder and start compiling I get the next errors:
:-1: error: cannot find -lqcustomplotd1 collect2.exe:-1: error: error: ld returned 1 exit status
The copied DLLs are qcustomplot1.dll and qcustomplotd1.dll and they have been copied to the same place where the sharedlib-usage .pro file is.
What am I doing wrong?
Also, but probably not related to QCP, no matter if I choose debug or release, both build types are created upon build. Inside the build folder I have both debug and release folders containing a DLL. What's wrong here? I should only get a DLL in the debug folder, or in the release folder, but not both.