Qt Widgets for Technical Applications
The Qwt library contains GUI Components and utility classes which are
primarily useful for programs with a technical background. Beside a 2D
plot widget it provides scales, sliders, dials, compasses, thermometers,
wheels and knobs to control or display values, arrays, or ranges of type
double.
- Developed at science
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/qwt && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000515 515 Bytes | |
_servicedata | 0000000236 236 Bytes | |
qwt-5.2.3_qt5+git20181129.2819734.tar.xz | 0001586748 1.51 MB | |
qwt-Qt_5.13.patch | 0000000646 646 Bytes | |
qwt.changes | 0000005940 5.8 KB | |
qwt.spec | 0000004206 4.11 KB |
Revision 17 (latest revision is 18)
Dominique Leuenberger (dimstar_suse)
accepted
request 729936
from
Dirk Stoecker (dstoecker)
(revision 17)
Comments 1
The mismatch in this package installed with zypper in openSUSE15.3 is that the RPM installs include files in the directory
/qt5/
but the specification of the CFLAGS in thepkgconfig/qwt5-qt5.pc
file say that they are in the/qwt5-qt5/
directory. So the include-path reported bypkg-config --cflags qwt5-qt5
will be wrong after the package has been installed.