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