[Qt-creator] Shared project settings for CMake project
Toralf Lund
toralf.lund at pgs.com
Fri Mar 29 11:29:01 CET 2019
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
More information about the Qt-creator
mailing list