Coding/QT
QT QSound 사용시 "QSound: No such file or directory."
IMyoungho
2017. 11. 12. 13:58
분명히 모든준비가 다되었고 QSound 마저 include 하였는데도
"QSound: No such file or directory." |
일 때가 있다.
이럴땐 pro.file 에서
QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets multimedia |
해주면 잘된다 ^^
반응형