用Microsoft VS2010编译Qwt

时间:2013-04-10 14:13:31

标签: c++ visual-studio-2010 qwt

如何使用Microsoft Visual Studio编译Qwt?

互联网上没有任何信息,更糟糕的是,Qwt的文档非常有限。

1 个答案:

答案 0 :(得分:1)

为什么不使用QTCreator,它是一个下降IDE(http://qt-project.org/wiki/Category:Tools::QtCreator

Open QtCreator.
Open project... -> C:\Program Files\Qwt\qwt.pro
Build and Run

听起来如何?

此线程http://social.microsoft.com/Forums/en-US/Offtopic/thread/22fa086f-1d37-4b95-8c06-f4441a73f8fa在使用VS编译qwt时显示了一些问题,不确定它们是否仍然存在于最新的VS版本中。