Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt commercial Charts 1.2.1 installation
Forum Updated to NodeBB v4.3 + New Features

Qt commercial Charts 1.2.1 installation

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 2.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jmpinela
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved