Installation and Deployment
2019.10.19 00:27

Qt Creator에서 Qt의존성 라이브러리 자동복사하기

조회 수 11188 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부

Qt응용프로그램을 배포하기위해 의존성 라이브러리를 가져오려면 Windows에서는 windeployqt을 이용한다. Qt Creator에서 응용프로그램을 빌드시 이프로그램을 자동실행하여 편리하게 배포하는 팁이다. 

 

Qt Creator실행 후 프로젝트가 열린상태에서 Projects클릭.

 

Build Settings 에서 Edit build configuration을 Release를 선택.

settings.png

 

 

Build Steps - Add Build Step - Custom Process Step 클릭

addBuildStep.png

 

 

다음과 같이 Command 및 Arguments 등을 설정한다.

settingCustomProcessStep.png

 

 

Release 배포를 위해 Release 선택 후 프로젝트를 빌드한다.

buildRelease.png

 

 

폴더트리는 다음과 같다.

foldertree.png

 

 

release폴더를 열어보면 Qt라이브러리들이 복사되었고 응용프로그램도 잘 실행된다.

release.png

 

배포시 *.cpp 및 *.o파일들은 필요없으므로 제외 해주면된다.

TAG •

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 QML and Qt Quick Qt프로그래밍(QtQuick) Beginner를 위한 글 읽는 순서 운영자 2019.01.05 131099
100 General and Desktop Qt의 오픈소스 라이센스 소개 file makersweb 2019.12.15 20453
99 Mobile and Embedded Qt for MCU 1.0 릴리즈 makersweb 2019.12.10 8856
98 General and Desktop Qt Marketplace 발표 makersweb 2019.12.02 5604
97 C++ Class QScopedPointer 소개 및 사용법 makersweb 2019.11.29 6324
96 General and Desktop QOpenVirtualkeyboard(Qt 5용 한글 및 영문, 숫자 가상키보드) file makersweb 2019.11.27 6837
95 QML and Qt Quick Qt3D의 QML 타입으로 3D렌더링 file makersweb 2019.11.20 6980
94 Mobile and Embedded 라즈베리파이3에서 Boot to Qt 실행해보기 makersweb 2019.11.13 8577
93 C++ Class Qt애플리케이션 객체(QCoreApplication, QGuiApplication, QApplication) 에 대해서 makersweb 2019.11.11 16855
92 QML and Qt Quick Qt Quick 3D 소개 makersweb 2019.11.09 7291
91 C++ Class QPushButton 의 커스텀 이미지버튼 file makersweb 2019.11.05 14382
90 Installation and Deployment qbs 사용 방법(Helloworld) file makersweb 2019.10.23 7679
89 QML and Qt Quick 웹기반 Qt Design Viewer 2 file makersweb 2019.10.23 7999
» Installation and Deployment Qt Creator에서 Qt의존성 라이브러리 자동복사하기 file makersweb 2019.10.19 11188
87 Mobile and Embedded Qt for Embedded Linux 화면출력 makersweb 2019.10.17 6110
86 Installation and Deployment Windows에서 Qt 설치 따라하기 file makersweb 2019.10.14 39741
85 Installation and Deployment Qbs 프로젝트를 정의하기 위해 사용되는 몇가지 중요한 아이템들 file makersweb 2019.10.13 8595
84 General and Desktop 많은 리소스를 사용하는 Qt프로젝트에서 고려해봐야 할 qmake 옵션 makersweb 2019.10.11 8821
83 Installation and Deployment Qbs에 대한 소개와 설치하는 방법 makersweb 2019.10.09 7756
82 QML and Qt Quick OpenGL 렌더링을 QtQuick과 통합하는 방법 file makersweb 2019.10.01 7913
81 QML and Qt Quick QML내에서의 시그널, 슬롯 시스템 makersweb 2019.09.29 11756
Board Pagination Prev 1 3 4 5 6 7 9 Next
/ 9