Sorry Arin bother you again, I cannot connect with Lime
I want to tell you that I'm not using the source program of Lime.
I'm directly using the binaries.
Anyway I show you again what I am doing:
- PRO File, those lines were added
LIBS += -L/LimeReport/lib/ -llimereport
INCLUDEPATH += /LimeReport/include
- Mainwindow.h
#include "LimeReport"
To create I followed same way that you did it in demo_r1
- Mainwindow.h
LimeReport::ReportEngine *report;
- Mainwindow.cpp
report = new LimeReport::ReportEngine(this);
And the error that I got is:
debug/mainwindow.o: In function `ZN10MainWindowC2EP7QWidget':
C:\Users\pablo\Documents\Desarrollos\QTCreator\build-UsandoLimeReport-Desktop_Qt_5_8_0_MinGW_32bit-Debug/../UsandoLimeReport/mainwindow.cpp:9:
undefined reference to `LimeReport::ReportEngine::ReportEngine(QObject*)'
collect2.exe: error: ld returned 1 exit status
Any ideas?