Is there a way to share Qt Creator project settings when working on a CMake project? I'm thinking about something like what's described for QMake projects in https://doc.qt.io/qtcreator/creator-sharing-project-settings.html. The idea would be to check the "shared" config into a GIT repository.

It looks like the CMake equivalent to a .pro.user file is CMakeLists.txt.user, so you might think CMakeList.txt.share would have the same role as the .pro.shared file. I tried creating such a file, though, and as far as I could tell, it was not read at start-up.

Thanks,

- Toralf

_______________________________________________
Qt-creator mailing list
[email protected]
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to