Skip to content

jcfr/QwtExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

OVERVIEW

QwtExample is a simple example illustrating how to build a Qwt based application using CMake.

Prerequisites

How to build

git clone git://github.com/jcfr/QwtExample.git
mkdir QwtExample-build
cd QwtExample-build
cmake -DQT_QMAKE_EXECUTABLE:FILEPATH=/path/to/qmake -DQWT_INCLUDE_DIR:PATH=/path/to/qwt-6.0.1-svn/include/ -DQWT_LIBRARY:FILEPATH=/path/to/qwt-6.0.1-svn/lib/libqwt.so -DQWT_MATHML_LIBRARY:FILEPATH=/path/to/qwt-6.0.1-svn/lib/libqwtmathml.so ../QwtExample
make -j4
ctest

Contribute

Fork + pull.

TODO

  • Use FindQwt CMake module

About

QwtExample is a simple example illustrating how to build a Qwt based application using CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages