I am on Windows 10, I have visual studio 10 installed, QT4.8.5, Creator 2.8.1

I developed an application that compiles and runs on Linux, RHEL 6.7, QT4.8.5, creator 2.8.1

Getting compiler errors complaining about c/c++ header files missing.
termio.h
I commented that out and it complained about unistd.h
commented that out and ...... well the compiler can display that many errors.

With my windows configuration, is there an entry in my .pro file that needs to point to where these header libraries reside? and if so where do I find the files.

Thanks
emp1953