|
From: Jonathan S. <sw...@gm...> - 2021-12-21 21:55:48
|
Hi Mohammad, I’ve never used Qt Creator before but a google search led me to this page: https://doc.qt.io/qt-5/cmake-get-started.html As for QuantLib, you can find an unofficial sample CMakeLists.txt file here: https://github.com/sweemer/quantlib-vcpkg-example/blob/025760be5befe150274ce7369066d581ffb50cf5/CMakeLists.txt You will have to update the include directories and link directories to point to the proper installation location on your computer. By the way you should use the quantlib-users emailing list for questions on usage, as this email list is for development of quantlib itself. 2021년 12월 22일 (수) 00:33, Mohammad Shoja-talab <msh...@gm...>님이 작성: > Hi, > > I'm new to Qt Creator and CMake, looking at the quantlib it seems that it > now supports CMake, can someone point me to some help/doc/etc. how to set > up quantlib (or any other project that supports CMake for that matter) > build/run using qt creator on Windows please? > > > thanks > -- > Mohammad Shojatalab > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |