QT Creator Rust Development with Corrosion
Unsolved
Qt Creator and other tools
-
I'm doing some development for a Rust project. QtCreator has been my IDE of choice since it first came out over a decade ago, and I applaud the change to CMake for handling projects. With some research I came across corrosion, which is a tool for integrating Rust builds into CMake projects. It kinda works with Qt Creator, but not completely. For example, I have not figured out how to use corrosion and cmake to add source code files to a cmake project such that Qt Creator sees them as part of the project. I've created a corrosion issue here.