Qt Creator setup for building and debugging #300
-
I read in #226 that, in older to debug and build Mayo from Qt Creator, Qt Creator should be launched from a folder that looks like the installation folder of OCC. Is that correct? Is there a better way to achieve this? For example, in Visual Studio you could point at the installation path of OCC and include it in the project dependencies. I'm on MacOS |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @MattiaMontanari |
Beta Was this translation helpful? Give feedback.
-
@HuguesDelorme great! I didn't know QT Creator could digest CMakeLists files. Works just fine, thanks! This repo however does have a |
Beta Was this translation helpful? Give feedback.
@HuguesDelorme great! I didn't know QT Creator could digest CMakeLists files. Works just fine, thanks! This repo however does have a
.pro
file and I wonder what's its purpose. I have opened that one initially that Qt Creator..