Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Including QtCore and QtGUI in CMake
-
Hello, I am debugging
Blender3D
withqtcreator
and I want to experiment a bit withQt
code into blender. Any good suggestion, how to insert theQtCore
andQtGui
into the project withCMake
?
-
Check out the CMake page in Qt's documentation.