Search Criteria
Package Details: qcustomplot-qt6 2.1.1-6
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qcustomplot-qt6.git (read-only, click to copy) |
|---|---|
| Package Base: | qcustomplot-qt6 |
| Description: | Qt C++ widget for plotting and data visualization (built with Qt6) |
| Upstream URL: | https://www.qcustomplot.com/ |
| Licenses: | GPL-3.0-only |
| Submitter: | salsergey |
| Maintainer: | salsergey |
| Last Packager: | salsergey |
| Votes: | 4 |
| Popularity: | 0.44 |
| First Submitted: | 2024-02-20 08:10 (UTC) |
| Last Updated: | 2026-01-22 06:17 (UTC) |
Dependencies (5)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- graphviz (make)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR) (make)
- qcustomplot (optional) – header file
Latest Comments
1 2 Next › Last »
salsergey commented on 2026-01-22 06:20 (UTC)
Thank you for the report! Should be fine now.
cyqsimon commented on 2026-01-22 06:09 (UTC)
2.1.1-5seems to be installing its files to the wrong prefix:Note the missing
/usr.VorpalWay commented on 2025-12-30 14:55 (UTC)
Thanks for the extremely quick fix, in the middle of the holidays no less!
salsergey commented on 2025-12-30 14:37 (UTC)
Thanks for the report. I've added CMake as build dependency.
VorpalWay commented on 2025-12-30 13:40 (UTC)
There is a missing
makedependson cmake in this package. If you build in a chroot it fails to build due to that.salsergey commented on 2025-12-27 06:36 (UTC)
Added config files for cmake. find_package(QCustomPlotQt6) seems to work fine. The link target is called QCustomPlotQt6::qcustomplot-qt6.
salsergey commented on 2025-12-15 15:04 (UTC)
Yes, I asked AI as well. Also I have previously created some simple config files. Have to see what is the best way to do it.
jronald commented on 2025-12-15 14:26 (UTC) (edited on 2025-12-15 14:29 (UTC) by jronald)
It's easy to test, copy
FindXXX.cmakethere and callfind_package.AI answer:
BTW, if use a cmake file to build the lib, the config file for finding the lib will be generated automatically and installed in a standard path. (just ask AI :))
salsergey commented on 2025-12-15 14:14 (UTC)
This FindQCustomPlotQt6.cmake file works, but I'm not sure where to install it. As far as I understand, CMake looks for such files in /usr/share/cmake/Modules. However, this directory seems to be used by cmake package only. For FindQCustomPlotQt6.cmake to be found in another directory one have to set CMAKE_MODULE_PATH variable.
Other possibility could be to create QCustomPlotQt6Config.cmake file (and maybe Target file) and put it into /usr/lib/cmake/QCustomPlotQt6. There cmake will find them automatically.
jronald commented on 2025-12-14 07:22 (UTC) (edited on 2025-12-14 07:29 (UTC) by jronald)
What about adding a "FindQCustomPlotQt6.cmake" file:
install path: <install-prefix>/share/qcustomplot-qt6/cmake/FindQCustomPlotQt6.cmake
PS: "FindQCustomPlotQt6.cmake" has been tested, it works. Install path has not been tested.
1 2 Next › Last »