2

How do I compile Qwt with Microsoft Visual Studio?

NO information is available on the internet and even worse, documentation of Qwt is really limited.

JBentley
  • 6,099
  • 5
  • 37
  • 72
user2187476
  • 109
  • 1
  • 1
  • 6

1 Answers1

1

Why not to use QTCreator, its a descent IDE (http://qt-project.org/wiki/Category:Tools::QtCreator)

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

How it sounds?

This thread http://social.microsoft.com/Forums/en-US/Offtopic/thread/22fa086f-1d37-4b95-8c06-f4441a73f8fa shows some issues while compiling qwt with VS, not sure if they are still present in latest VS versions or not.

Saqlain
  • 17,490
  • 4
  • 27
  • 33