Building Qt 4.7.2 with Intel compiler = unresolved bug?
Installation and Deployment
1
Posts
0
Posters
1.6k
Views
1
Watching
-
wrote on 15 Apr 2011, 07:22 last edited by
Hi there, I was trying to build Qt 4.7.2 with intel parallel studio compiler and I noticed unlike the vcc it fails with an error message:
Catastrophic error: cannot open precompiled header file "qmake_pch.pchi"
Googling the message returned one single link:
http://bugreports.qt.nokia.com/browse/QTBUG-15390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanelIt says the issue is currently unresolved but mentions a workaround:
To workaround it then the CFLAGS in the Makefile need to be set to create it's own pch file like: CFLAGS = -Yc -FIqmake_pch.h -Fpqmake_pch.pch $(CFLAGS_BARE) $(CFLAGS)
However, adding those lines to the win32-icc qmake configuration didn't do anything for me.
Any ideas how to make it work?
1/1