Hi,
Houstan, we have a problem...
As I said I want to use LimeReport (print report to printer only!) .n console application in RP4.
I created one object in main.cpp. And do everything in this object (reading serial ports, wiringpi, sending limereport file to printer etc.)
But in the begining when I create Lime report in this pbject,
m_Limereport = new LimeReport::ReportEngine(this);
I got an error in console like:
QPixmap::fromImage: QPixmap cannot be created without a QGuiApplication
What do you advice?
Regards,
Mucip:)