이 페이지에서

Qt Creator 설정 초기화

Qt Creator 의 모든 설정을 초기화하려면, 해당 프로그램이 생성한 설정 파일을 삭제하십시오:

  • QtCreator.db
  • QtCreator.ini
  • qtversion.xml
  • qtcreator

위 파일 및 디렉터리의 위치는 플랫폼에 따라 다릅니다:

  • Linux 및 기타 Unix 플랫폼에서는 ` ~/.config/QtProject ` 및 ` ~/.local/share/data/QtProject/qtcreator` 디렉터리를 확인하십시오.
  • macOS에서는 ~/.config/QtProject~/Library/Application Support/QtProject/Qt Creator를 확인하십시오.
  • Windows에서는 %appdata%\QtProject%localappdata%\QtProject 을 확인하십시오.

설정을 재설정하기 전에 해당 설정이 문제를 일으키고 있는지 확인하려면, 명령줄에서 옵션을 지정하여 Qt Creator 를 실행하십시오.

기본 설정 경로 재정의

사용자 설정이 저장되는 기본 경로를 재정의하려면 다음을 입력하십시오:

qtcreator -settingspath <path>

사용자와 무관한 설정(예: 설치 프로그램에서 작성한 설정)이 읽히는 기본 경로를 재정의하려면 다음을 입력하십시오:

qtcreator -installsettingspath <path>

임시 클린 설정으로 Qt Creator 실행

Qt Creator 를 종료할 때 삭제되는 깨끗한 설정을 사용하려면 다음을 입력하십시오:

qtcreator -tcs

‘명령줄에서 Qt Creator 실행항목도 참조하십시오 .

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.