Installation and Deployment
2019.10.19 00:27

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

조회 수 5368 추천 수 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 •

  1. No Image notice

    Qt프로그래밍(QtQuick) Beginner를 위한 글 읽는 순서

    Date2019.01.05 CategoryQML and Qt Quick By운영자 Views110094
    read more
  2. Qt의 오픈소스 라이센스 소개

    Date2019.12.15 CategoryGeneral and Desktop Bymakersweb Views16501
    Read More
  3. No Image

    Qt for MCU 1.0 릴리즈

    Date2019.12.10 CategoryMobile and Embedded Bymakersweb Views4085
    Read More
  4. No Image

    Qt Marketplace 발표

    Date2019.12.02 CategoryGeneral and Desktop Bymakersweb Views2867
    Read More
  5. No Image

    QScopedPointer 소개 및 사용법

    Date2019.11.29 CategoryC++ Class Bymakersweb Views3253
    Read More
  6. QOpenVirtualkeyboard(Qt 5용 한글 및 영문, 숫자 가상키보드)

    Date2019.11.27 CategoryGeneral and Desktop Bymakersweb Views5312
    Read More
  7. Qt3D의 QML 타입으로 3D렌더링

    Date2019.11.20 CategoryQML and Qt Quick Bymakersweb Views4855
    Read More
  8. No Image

    라즈베리파이3에서 Boot to Qt 실행해보기

    Date2019.11.13 CategoryMobile and Embedded Bymakersweb Views4426
    Read More
  9. No Image

    Qt애플리케이션 객체(QCoreApplication, QGuiApplication, QApplication) 에 대해서

    Date2019.11.11 CategoryC++ Class Bymakersweb Views13929
    Read More
  10. No Image

    Qt Quick 3D 소개

    Date2019.11.09 CategoryQML and Qt Quick Bymakersweb Views3613
    Read More
  11. QPushButton 의 커스텀 이미지버튼

    Date2019.11.05 CategoryC++ Class Bymakersweb Views9371
    Read More
  12. qbs 사용 방법(Helloworld)

    Date2019.10.23 CategoryInstallation and Deployment Bymakersweb Views5191
    Read More
  13. 웹기반 Qt Design Viewer

    Date2019.10.23 CategoryQML and Qt Quick Bymakersweb Views3771
    Read More
  14. Qt Creator에서 Qt의존성 라이브러리 자동복사하기

    Date2019.10.19 CategoryInstallation and Deployment Bymakersweb Views5368
    Read More
  15. No Image

    Qt for Embedded Linux 화면출력

    Date2019.10.17 CategoryMobile and Embedded Bymakersweb Views3922
    Read More
  16. Windows에서 Qt 설치 따라하기

    Date2019.10.14 CategoryInstallation and Deployment Bymakersweb Views34507
    Read More
  17. Qbs 프로젝트를 정의하기 위해 사용되는 몇가지 중요한 아이템들

    Date2019.10.13 CategoryInstallation and Deployment Bymakersweb Views2388
    Read More
  18. No Image

    많은 리소스를 사용하는 Qt프로젝트에서 고려해봐야 할 qmake 옵션

    Date2019.10.11 CategoryGeneral and Desktop Bymakersweb Views4179
    Read More
  19. No Image

    Qbs에 대한 소개와 설치하는 방법

    Date2019.10.09 CategoryInstallation and Deployment Bymakersweb Views3634
    Read More
  20. OpenGL 렌더링을 QtQuick과 통합하는 방법

    Date2019.10.01 CategoryQML and Qt Quick Bymakersweb Views4638
    Read More
  21. No Image

    QML내에서의 시그널, 슬롯 시스템

    Date2019.09.29 CategoryQML and Qt Quick Bymakersweb Views9247
    Read More
Board Pagination Prev 1 3 4 5 6 7 9 Next
/ 9