1
Discussion | Обсуждение / Re: liblimereport and libQtZint.so
« on: January 12, 2021, 03:59:59 pm »
Hi, I had the same problem and I solve it by opening: LimeReport-master/limereport/limereport.pro
and adding:
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\':./Lib"
After:
unix:{
DESTDIR = $${DEST_LIBS}
linux{
Then you must go to $ProjectsFolder/LimeReport-master/build/5.15.2/linux64/release/lib/
Copy libQtZint.so and liblimereport.so.1.0.0 to your deploy folder
Then rename liblimereport.so.1.0.0 to liblimereport.so.1
Regards,
Luis Murillo
and adding:
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\':./Lib"
After:
unix:{
DESTDIR = $${DEST_LIBS}
linux{
Then you must go to $ProjectsFolder/LimeReport-master/build/5.15.2/linux64/release/lib/
Copy libQtZint.so and liblimereport.so.1.0.0 to your deploy folder
Then rename liblimereport.so.1.0.0 to liblimereport.so.1
Regards,
Luis Murillo