Hi all,
I am trying to use the package Qt Charts 1.2.1 with the trial comercial license. After building the qtcharts, and runninig some examples, I want to use it from my own project, which I am developing in Qt Creator.
I tried to copy some folders, which are generated in the build folder from qtcharts, into my project folder; such as:
build-charts-Desktop_Qt_5_0_2_MinGW_32bit-Debug/*lib*
build-charts-Desktop_Qt_5_0_2_MinGW_32bit-Debug/*include*
Then, it seems QtCreator recognises objects like QChart o QChartView, but when I try to run the project, I got the building error: QChartView: No such file or directory, in the include instruction in my header file; where I wrote:
#include <QChartView>
#include <QLineSeries>
What am I doing wrong? Any idea?
Thank you all in advance
↧