Hello,
I'm trying to figure how to embedded limereport into my application, im new bird on QT
I want to use bar-code too, so need to compile qzint
Have application that use qextserialport, and my app structure is
myapp
myapp.pro
3erparty
qextserialport <- folder
...
myapp.pro
QT += core gui sql xml widgets printsupport
# qextserialport compiled and installed as shared library
#CONFIG += extserialport
# qextserialport compiled from sources
include(3rdparty/qextserialport/src/qextserialport.pri)
How can i do something similar with lime report
sorry if my question is very basic
is possible to have a example project code ?
on other hand want to now how to install limereport libraries on my linux for use just like
LIBS += -llimereport
I need to call designer inside my app, for modify report at anytime.
thanks for assistance