I recently installed qt-4.3 open source binary on windows xp. Whenever i do qmake -project && qmake && make , i get compilation failure due to wrong/missing bits directory in the default include list.
Adding the appropriate include directory to the include list in the .pro file solves the problem.
Is there anyway so that i can inform qmake to add this directory to include list as default while generating project files?