Brian - 2011-09-18

I am trying to get this compiled on a windows machine.  I am using QTCreator to do the build with the MingGW compiler.  I have opened the pro file, and changed the Python_path and Python_Lib vars.  This does not work, so I have to manually add the library and include paths to the pro file. 

Then there is two places were #include <Python.h> is used instead of #include "Python.h".  After fixing this, the project will build for a long time then there is this error: 

👎 error: No rule to make target `../../trunk/generated_cpp/com_trolltech_qt_core_builtin/com_trolltech_qt_core_builtin0.cpp', needed by `debug/com_trolltech_qt_core_builtin0.o'.  Stop.

I cannot figure out how to fix this.  I just do not know enough about QT or make to make it through this step.

Thanks