Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 QtCreator 中重命名源文件?我已经更改了类的名称,但我没有看到更改它包含的文件的选项。我正在使用 2.7.0 版本。
如果你使用 qmake,重命名很容易。在“项目”左侧面板中找到您的文件,然后在上下文菜单中选择“重命名”。Qt Creator 将自动编辑.pro文件替换文件名。
.pro
此选项不适用于 cmake 项目。如果您使用 cmake,则需要在 Qt Creator 之外重命名文件。然后您可能需要调整CMakeLists.txt文件以在项目中包含新文件名。
CMakeLists.txt