Integrating exiv2 with Qt
-
How did you build exiv2 ? With which compiler ?
-
The same you installed with Qt ?
-
No I have installed from msys ... I will try installing with the mingw from QT and get back.
-
Did you add the path to where the exiv2.dll can be found the PATH environment variable in the Run part of the Project panel ?
-
Did you add the path to where the exiv2.dll can be found the PATH environment variable in the Run part of the Project panel ?
-
Then can you copy it in the same folder as the application to be really sure it can be found ?
-
Then can you copy it in the same folder as the application to be really sure it can be found ?
-
Prefix option ?
-
wrote on 14 Nov 2016, 05:41 last edited by saitej
I have configured the application folder as the build path of exiv2 and built the library in the application folder itself. So I am sure it is in the path of the application.
./configure --prefix="application dir path" -
Except that the .dll might be removed at any time if you cleanup the build dir of your application.
Put that .dll in a known location and either use it from there or copy it to the build dir of your application.
41/43