I have followed this guide [holoborodko.com]
to build Qt 5.0.1 for 64 bit windows and I am getting a linker error for ICU. Specifically that it cannot find the file specified. The file is in fact in the ICU\include directory and I made the necessary changes to the qmake.conf file:
I changed QMAKE_CFLAGS = -nologo -Zm200 -Zc:wchar_t
to
QMAKE_CFLAGS = -nologo -Zm200 -Zc:wchar_t /I”C:\icu\include”
But it has made no difference.
I am using nmake instead of jom but it appears to be completely ignoring that flag.
Can someone (a wiser person than I) please tell me if I have done something stupid?
The specific error is:
tools\qlocale_icu.cpp(48) : fatal error C1083: Cannot open include file: 'unicod
e/uloc.h': No such file or directory
Thanks in advance.
Tanya
↧