[Interest] Missing headers from qglobal.h

Mark Constable markc at renta.net
Mon Feb 20 22:06:05 CET 2012


On 02/21/12 05:06, Thiago Macieira wrote:
>> .../qt5-git/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:66:37:
>> fatal error: QtCore/qsystemdetection.h: No such file or directory
>> compilation terminated.
> 
> You haven't run syncqt or configure or make from the top-level in a while.
> Do that.

Thank you Thiago. I added this to my build script (might be a useful hint
for someone googling in the future)...

#cd .../qt5-git/
export QTDIR=$(pwd)/qtbase
find -maxdepth 2 -name sync.profile | \
  for i in $(awk -F/ '{print $2}'); do qtbase/bin/syncqt $i; done



More information about the Interest mailing list