I was trying to run Qhull provided src/user_eg3 in visual studio 2019
I have installed Qt extension on my VS, Qt 6.0 also installed When I loaded .pro file and tried to build .pro that includes user_eg3.cpp
Additional included library has included src/libqhull_r and src/libqhullcpp these two folders
When I was building, keep getting below error:
Severity Code Description Project File Line Suppression State Error LNK1181 cannot open input file 'qhullcpp_d.lib' user_eg3 C:\Users\kli\Documents\awrpdk15\CoreProc\External\qhull-2020.2\src\user_eg3\LINK 1
I have searched the entire library, there is no qhullcpp_d.lib under the entire folder, since this is my first time run Qt pro, can anyone point me out what is the potential reason causing this failure?
Thanks!