I searched around the web but didn't find a solution for my proper problem.
Problem: Qwt-installation failes at the nmake
-step
What I did:
-) installed Qt 5.1 (Qt 5.1.1 for Windows 64-bit (VS 2012, 525 MB)) (Info)from qt-website
-) Downloaded Qwt 6.1.0 files from here
-) extracted Files to C:/Qt/Qwt-6.1.0
-) set correct path in qwtconfig.pri
-) started MSVC 2012 console (coming with Qt) and run qmake qwt.pro
-) tried nmake
in same consol (but nmake.exe was not found)
--> installed Microsoft Visual 2010 Express from here (automatically installed to 'Program Files (x86)')
-) tried again in aboves consol nmake
but now with link to installed MSVC 2010 (but now comes fatal error U1077)
-) next I tried the consol coming with MSVC 2010 and again ran nmake
(now I get fatal error LNK1112, which tells my x64PC is not compatible with target type x86)
Question: how can I make it work?