Qt 오류(2)
-
QML module not found 해결법
qt를 cmake로 빌드파일을 만들 때 사용자 모듈을 인식하지 못하는 오류가 생긴다. 해결법은 다음 stackoverflow에서 찾았다. https://stackoverflow.com/questions/56347507/custom-qml-module-not-found Custom QML module not found I have a QML application. I have created my own QML module. called MyCustomModule. The module has the appropriate qmldir file, which is registered to the corresponding my_custom_module.qrc file. I ... stackoverflow.com #..
2021.12.20 -
Error while building/deploying project
Qt 예제를 실행하려는데 error 가 났다. 찾아보니 이유는 경로 중에 한글이름이 있기 때문이다. 그래서 폴더명을 영어로 바꿨다. 참고 - https://kldp.org/node/144254 QT 프로젝트 실행에 관한 질문입니다. | KLDP 과거 인턴중에 만들었던 프로그램을 실행시켜보고 싶은데요.. 그때 작업 컴파일러가 mingw였던 것으로 기억합니다. 그런데 돌아가지가 않네요.. msvc2010도 안되고 mingw로도 빌드가 안됩니다.. 에러 kldp.org 다시 build 오류 가 났다. 이미 qt에 config된 파일이라 경로가 저장되어서 바뀐 경로를 못찾는 것이다. .pro.user 파일을 지우고 다시 시작해야한다.
2021.07.22