-
내 Qt 플러그인이 동작하지 않는 100가지 이유dev/QT 2013. 2. 20. 11:40http://canvoki.net/Codders/qtpluginnotloading.html
제목처럼 100가지는 아니지만 기본적으로 체크해야할 7가지를 설명하고 있다.
- A symbol is missing
- Not at the proper path
- Coliding libraries
- Not the proper compilation mode
- Bad init xml
- Missing Q_OBJECT
- Things that do not interfer plugin loading