본문 바로가기
반응형

분류 전체보기188

How to Deploy Qt project using cqtdeployer on Ubuntu/Windows (우분투/윈도우에서 cqtdeployer 사용하여 Qt프로젝트 배포하는 방법) How to Deploy Qt project using cqtdeployer on Ubuntu/Windows(우분투/윈도우에서 cqtdeployer 사용하여 Qt프로젝트 배포하는 방법) Qt프로젝트를 배포하려면, 개발자가 아래 세 단계를 처리해야한다.(To deploy a Qt project, a developer has to go through the three steps below.)  Qt프로젝트 빌드 ($ make ~~)qmake 명령어를 사용하여 makefile 생성make 명령어를 사용하여 빌드Qt, qml 동작에 필요한 라이브러리 수집 (CQtDeployer 실행) & 서드파티 라이브러리(.so파일) 수집deb파일 만들기 위 세 단계 중 1단계는 Qt Creator 빌드를 하거나 각 OS환경.. 2022. 10. 9.
Running as root without --no-sandbox is not supported - Solution(에러 해결 방법) [Linux][Qt] Running as root without --no-sandbox is not supported - Solution(에러 해결 방법) 문제 상황 Root권한으로 qt프로젝트나 크롬 실행 파일 등을 실행하면 나타나는 에러이다. (아래 에러 메시지) 이 에러로 인해 잘 동작중이던 프로그램이 crash되곤 한다. (This error appears when running a qt project or a chrome executable file with root privileges. (error message below) Due to this error, programs that were working well often crash.) > 해결 방법 sudo로 실행해서 발생한 에러이다. 보.. 2022. 10. 8.
qt collect2 error ld returned 1 exit status - Solution(에러 해결 방법) qt collect2 error ld returned 1 exit status - Solution(에러 해결 방법) 문제 상황 (problem situation) Qt로 개발하다보면, issue 탭에는 별 다른 에러메시지가 없다가 마지막에 아무런 상세 설명 없이 qt collect2 error ld returned 1 exit status 에러 메시지가 표시될 때가 있다. 난감하겠지만 아래 방법을 적용하면 해결 될 것이다. [English](When developing with Qt, there are no other error messages in the issues tab, but without any detailed explanation at the end. qt collect2 error ld r.. 2022. 10. 7.
qt conversion from int64_t to qvariant is ambiguous - Solution (에러 해결 방법) qt conversion from int64_t to qvariant is ambiguous - Solution (에러 해결 방법) (추천) Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 강의 - 입문편 https://inf.run/3XmSH Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 - 입문편 강의 - 인프런 Qt QML과 C++를 사용하여 크로스플랫폼 애플리케이션 개발에 입문할 수 있습니다. 해당 강의에서는 윈도우 응용 프로그램 타겟으로 개발을 진행합니다., 강의 주제 📖 이 강의를 통해 참가자들은 www.inflearn.com qt conversion from int64_t to qvariant is ambiguous 윈도우/맥 환경에서 잘 빌드되던 Qt프로젝트가 리눅스 환경에서 .. 2022. 10. 6.
반응형