來自:https://forum./topic/32634/resolved-unresolved-external-symbol-attempting-to-build-5-2/2 got the same issue, here is my solution : in "qt\qtdeclarative\src\qml", check the file "RegExpJitTables.h" if it's empty, delete it (it's autogenerated with python) check that python is in you PATH and INCLUDE environment variable (if it was not the first time, that's why you file was generated empty, but won't be generated again if you do not delete it). nmake again
|
|