Skip to content

IPUdk/git-svn-mirror-qwt-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qwt for CMake

AppVeyor Windows builds Travis CI Linux and OSX builds

This repository is a mirror of the official Qwt SVN repository [1] and should be updated automatically. We have added some preliminary CMake scripts to simplify integration with other CMake-based projects.

If you are looking for a full integration with the hunter package manager [2], you might want to look at t0p4's mirror [3]. Qwt has been added to the hunter package manager [2] in November 2018 and is available since v.0.23.58.

Why another Qwt repository?

It happened a couple of times that we had to switch the Qt version during the development of a certain piece of software and this would always require new build of Qwt. To simplify working with many different Qt versions and to integrate with the rest of the libraries via CMake, we added one more Qwt mirror.

How to use it?

If you have everything configured correctly and if Qt is available within CMake, you should simply include this directory in your CMakeLists.txt. Note that you can configure static and dynamic builds via the CMake option QWT_BUILD_SHARED_LIBS=ON, but remember to deploy the shared library with your project if it not available on the target machine.

References

[1]https://svn.code.sf.net/p/qwt/code
[2](1, 2) https://github.com/ruslo/hunter
[3]https://github.com/t0p4/Qwt