here are my steps following the use guide:
i include the includes of ncreport2 to INCLUDEPATH = ../include
i add the ncreport2.lib as LIBS+= ..lib/ncreport2.lib
i include them to my project as
#include "../preview/ncreportpreviewwindow.h"
etc..
after these three procedure i have no errors but after i add this line to my project
NCReport *report = new NCReport();
i got "undefined reference to `NCReport::NCReport(QObject*)'"
what ya think bout my error?![]()
Bookmarks