본문 바로가기
반응형

Solution45

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.
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.
Requesting a certificate from an authority in Ubuntu environment (우분투 환경에서 인증서를 기관에 인증 요청하기) Requesting a certificate from an authority in Ubuntu environment (우분투 환경에서 인증서를 기관에 인증 요청하기) 인증 기관으로부터 받았던 인증 시간이 지났거나 다른 이유로 인증이 풀릴 때가 있다. 이 때문에 ssl error 등의 에러와 부딪히곤 한다. 아래 명령어 한 줄이면 인증서 재인증이 가능하다. (There are times when the certification time from the certification body has expired or the certification is released for other reasons. Because of this, I often run into errors such as ssl errors. .. 2022. 10. 5.
How to change crt certificate format to pem format in linux ubuntu (리눅스 우분투에서 crt인증서 포맷을 pem 포맷으로 바꾸는 방법) How to change crt certificate format to pem format in linux ubuntu (리눅스 우분투에서 crt인증서 포맷을 pem 포맷으로 바꾸는 방법) 인증서 인증을 위해 crt파일을 pem형식의 인증서로 변환해야할 때가 있다. 이럴 땐 아래 명령어를 사용하면 간단히 포맷을 변환할 수 있다. (There are times when you need to convert a crt file into a pem-format certificate for certificate authentication. In this case, you can easily convert the format by using the command below.) $ sudo openssl x509 -.. 2022. 10. 5.
반응형