Can not compile configure??
-
when I compile configure
I found these errorError 1 error C1189: #error : "Are you sure you need the other hashing algorithms besides SHA-1?" ..\qt_5_3_0\src\qtbase\src\corelib\tools\qcryptographichash.cpp 49
Error 2 error C1189:#error : "This file cannot be compiled with pre-compiled headers" ..\qt_5_3_0\src\qtbase\src\corelib\tools\qstring_compat.cpp 43how to do??
-
Hi and welcome to devnet,
What do you mean by "compile configure" ?
-
thank you for your reply
$(QTDIR)\src\qtbase\tools\configure\configure.pro
I want to compile this project -
How are you trying to do that ?
Out of curiosity, why do you want to do that ?
-
Hi,
You are not meant to compile qmake by itself.
Configure and build Qt modules from the root directory (1 level above the qtbase folder). qmake will automatically be built too.