qwt在vs2008下的安装

qwt是一个基于qt的开源项目,很强大。

今天打算做个实时先是曲线的界面,准备拿来用,这是qwt网站写得vs安装方法,摘录如下:

B) Win32/MSVC Qt3/Qt4
=====================

Please read the qmake documentation how to convert 
your *.pro files into your development environment.

F.e MSVC with nmake:
qmake qwt.pro
nmake

If you didn't enable autobuilding of the examples in qwtconfig.pri
you have to build the examples this way:

cd examples
qmake examples.pro
nmake

admin/msvc-qmake.bat helps users of Visual Studio users to
generate makefiles or project files (.dsp for MSVC-6.0 or vcproj for 
MSVC.NET) for Qwt.

To generate makefiles, type: "admin/msvc-qmake"
To generate project files, type: "admin/msvc-qmake vc"

When you have built a Qwt DLL you need to add the following
define to your compiler flags: QWT_DLL.

Windows doesn't like mixing of debug and release binaries. Most
of the problems with using the Qwt designer plugin are because
of trying to load a Qwt debug library into a designer release 
executable.

你可能感兴趣的:(qwt在vs2008下的安装)