LimeReport Forum

General Category | Основное => Discussion | Обсуждение => Topic started by: eswz on April 13, 2020, 11:23:40 AM

Title: Do Lime Report able to use on a mobile platform (Android/iOS)?
Post by: eswz on April 13, 2020, 11:23:40 AM
I would like to include the LimeReport with the Qt android app.
I try to build the lib with Qt android clang compiler it errors due to the lib using Qt designer which missing in a mobile platform.




Title: Re: Do Lime Report able to use on a mobile platform (Android/iOS)?
Post by: Arin Alex on April 13, 2020, 03:15:55 PM
Honestly, I didn't try it. But you can exclude designer from limereport build by CONFIG params:
CONFIG+=no_formdesigner, CONGIG+=no_embedded_designer
   
Title: Re: Do Lime Report able to use on a mobile platform (Android/iOS)?
Post by: eswz on April 14, 2020, 05:45:42 AM
Thanks for your reply I will try with your suggestion.