Where are Qt Charts and Qt Data Visualization located in Ubuntu repository
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
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
qt qt5 visualization
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
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
qt qt5 visualization
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
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
qt qt5 visualization
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
qt qt5 visualization
qt qt5 visualization
edited Sep 23 '17 at 11:05
salman
asked Sep 23 '17 at 10:59
salmansalman
311147
311147
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Qt can sometimes be difficult.
Here is what I do when trying to identify packages in Ubuntu :
- Search the repos - https://packages.ubuntu.com/
not in the repos
- 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?
Unfortunately it didn't help me, because I want to find them in Ubuntu repository not ouside of official repositories. Also, Qt Charts and Qt Data Visualizations have been released under GPL from Qt 5.7 onwards. blog.qt.io/blog/2016/06/16/qt-5-7-released
– salman
Sep 24 '17 at 8:52
They are not in the Ubuntu repos. Ubuntu tends to lag a bit in packages, especially with Qt, new qt is generally not added pending a new release.
– Panther
Sep 24 '17 at 14:01
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f958659%2fwhere-are-qt-charts-and-qt-data-visualization-located-in-ubuntu-repository%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Qt can sometimes be difficult.
Here is what I do when trying to identify packages in Ubuntu :
- Search the repos - https://packages.ubuntu.com/
not in the repos
- 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?
Unfortunately it didn't help me, because I want to find them in Ubuntu repository not ouside of official repositories. Also, Qt Charts and Qt Data Visualizations have been released under GPL from Qt 5.7 onwards. blog.qt.io/blog/2016/06/16/qt-5-7-released
– salman
Sep 24 '17 at 8:52
They are not in the Ubuntu repos. Ubuntu tends to lag a bit in packages, especially with Qt, new qt is generally not added pending a new release.
– Panther
Sep 24 '17 at 14:01
add a comment |
Qt can sometimes be difficult.
Here is what I do when trying to identify packages in Ubuntu :
- Search the repos - https://packages.ubuntu.com/
not in the repos
- 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?
Unfortunately it didn't help me, because I want to find them in Ubuntu repository not ouside of official repositories. Also, Qt Charts and Qt Data Visualizations have been released under GPL from Qt 5.7 onwards. blog.qt.io/blog/2016/06/16/qt-5-7-released
– salman
Sep 24 '17 at 8:52
They are not in the Ubuntu repos. Ubuntu tends to lag a bit in packages, especially with Qt, new qt is generally not added pending a new release.
– Panther
Sep 24 '17 at 14:01
add a comment |
Qt can sometimes be difficult.
Here is what I do when trying to identify packages in Ubuntu :
- Search the repos - https://packages.ubuntu.com/
not in the repos
- 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?
Qt can sometimes be difficult.
Here is what I do when trying to identify packages in Ubuntu :
- Search the repos - https://packages.ubuntu.com/
not in the repos
- 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?
answered Sep 23 '17 at 18:25
PantherPanther
80.2k14159261
80.2k14159261
Unfortunately it didn't help me, because I want to find them in Ubuntu repository not ouside of official repositories. Also, Qt Charts and Qt Data Visualizations have been released under GPL from Qt 5.7 onwards. blog.qt.io/blog/2016/06/16/qt-5-7-released
– salman
Sep 24 '17 at 8:52
They are not in the Ubuntu repos. Ubuntu tends to lag a bit in packages, especially with Qt, new qt is generally not added pending a new release.
– Panther
Sep 24 '17 at 14:01
add a comment |
Unfortunately it didn't help me, because I want to find them in Ubuntu repository not ouside of official repositories. Also, Qt Charts and Qt Data Visualizations have been released under GPL from Qt 5.7 onwards. blog.qt.io/blog/2016/06/16/qt-5-7-released
– salman
Sep 24 '17 at 8:52
They are not in the Ubuntu repos. Ubuntu tends to lag a bit in packages, especially with Qt, new qt is generally not added pending a new release.
– Panther
Sep 24 '17 at 14:01
Unfortunately it didn't help me, because I want to find them in Ubuntu repository not ouside of official repositories. Also, Qt Charts and Qt Data Visualizations have been released under GPL from Qt 5.7 onwards. blog.qt.io/blog/2016/06/16/qt-5-7-released
– salman
Sep 24 '17 at 8:52
Unfortunately it didn't help me, because I want to find them in Ubuntu repository not ouside of official repositories. Also, Qt Charts and Qt Data Visualizations have been released under GPL from Qt 5.7 onwards. blog.qt.io/blog/2016/06/16/qt-5-7-released
– salman
Sep 24 '17 at 8:52
They are not in the Ubuntu repos. Ubuntu tends to lag a bit in packages, especially with Qt, new qt is generally not added pending a new release.
– Panther
Sep 24 '17 at 14:01
They are not in the Ubuntu repos. Ubuntu tends to lag a bit in packages, especially with Qt, new qt is generally not added pending a new release.
– Panther
Sep 24 '17 at 14:01
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f958659%2fwhere-are-qt-charts-and-qt-data-visualization-located-in-ubuntu-repository%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown