[Qt] Qt Quick 프로젝트 배포

Krystal·2023년 2월 11일
0
  1. Release 모드로 빌드

  2. 실행 파일만 복사해서 빈 폴더에 옮긴다.

  3. Qt 6.4.2(MinGW 11.2.0 64-bit) 실행

cd [실행파일이 있는 경로]
windeployqt --qmldir [qml 경로] [실행파일]
  1. 실행파일 만들기
binarycreator.exe -c config\config.xml -p packages setup.exe
profile
🚀Be an active developer

0개의 댓글