Closed GoogleCodeExporter closed 9 years ago
Compiling the preprocessor is a bit complicated on Windows.
You have to have the correct version of the libraries ( debug / release / 32Bit
/ 64 Bit ) and have them named correctly ( e.g. Qt for Windows does not add the
"lib" prefix to libraries as it does under Linux, yet some libraries still use
it ).
I find it easier to compile using the Visual Studio Command Prompt and qmake +
nmake.
Then you have to add "INCLUDEPATH+=XXX" to your qmake command line and replace
XXX with your library header include path.
Add "QMAKE_LIBDIR+=XXX" to add your library folder to the library search path.
http://code.google.com/p/monav/wiki/CompileGuide might help a bit.
Original comment by veaac.fd...@gmail.com
on 27 Jan 2011 at 10:59
Original comment by veaac.fd...@gmail.com
on 9 Feb 2011 at 11:00
Original issue reported on code.google.com by
zhangxin...@gmail.com
on 18 Jan 2011 at 4:39