Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: Do Lime Report able to use on a mobile platform (Android/iOS)?  (Read 1313 times)

eswz

  • Newbie
  • *
  • Posts: 4
    • View Profile
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.





Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: Do Lime Report able to use on a mobile platform (Android/iOS)?
« Reply #1 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
   

eswz

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Do Lime Report able to use on a mobile platform (Android/iOS)?
« Reply #2 on: April 14, 2020, 05:45:42 AM »
Thanks for your reply I will try with your suggestion.