1

I'm trying to install Qt Charts and Qt Data Visualization modules from Ubuntu repository, but I cannot find them. Are they available in the repository?

Ubuntu: Zesty (17.04)

I get the following error while I'm trying to compile this example from Qt website.

Project ERROR: Unknown module(s) in QT: charts
Project ERROR: Unknown module(s) in QT: charts
salman
  • 561

1 Answers1

0

Qt can sometimes be difficult.

Here is what I do when trying to identify packages in Ubuntu :

  1. Search the repos - https://packages.ubuntu.com/

not in the repos

  1. Search for a ppa - https://www.google.com/search?q=ppa+qt+charts

Yields - https://gist.github.com/martyngigg/1e20eff3f6397dd118220317a3adf358

Instructions on that page, not sure if it will or will not work for you.

Qt data may be more difficult and may not be open source.

http://doc.qt.io/archives/qt-5.7/qtdatavisualization-getting-started.html

On ubuntu see Where is the Qt Maintenance Tool?

Panther
  • 104,528