configuration pre-condition failure system-doubleconversion
-
building qt5 static and trying to use external static build of double-conversion library.
ERROR: Feature 'system-doubleconversion' was enabled, but the pre-condition 'features.doubleconversion && libs.doubleconversion' failed.configure command (simplified):
D:\build\qt5>....\repository\qt5\configure -prefix "D:\build\qt5-static" -debug -static -static-runtime -no-pch -platform win32-msvc -system-doubleconversion -nomake tests -nomake examples -I"D:/build/install/include/double-conversion" -L"D:/build/install/lib"double-conversion is compiled statically with lib and headers in the specified locations. Is there are mismatch in version dependency and if so how to find which tag/branch of double-conversion to build or are my configure options malformed ?