"Debug error: Cannot mix incompatible Qt library with this library version"
-
I'm trying to build my QT application on another computer, I've installed QT to the same directory path, and my code now builds in VS2010, but I get a runtime error upon starting the program.
"Debug Error!
Program: C:\Qt\qt5.5.0\5.5\msvc2013\bin\QT5Cored.dll
Module: 5.5.1
File: kernel\qobject.cpp
Line: 198Cannot mix incompatible Qt library (version 0x50500) with this library (version 0x50501)
(Press Retry to debug the application)"
http://i.imgur.com/T7JybU6.png
Can anyone help me decipher this and work out what it means? It sounds like I've got the wrong version of QT installed or something, But I'm confident it was 5.5 in both cases.
Edit: It appears to occur when opening a QSQL database, which is something to look at.
-
Hi and welcome to devnet,
You can get the sources through the installer, it's an option there.