Ubuntu12.04 QMetaType::registerType: Binary compatibility break -- Size mismatch for type 'QPaintBufferCacheEntry' [1024]
-
I'm new to Qt. When I try to build a project which was write with Qt4 on Ubuntu12.04, I have a problem.
QMetaType::registerType: Binary compatibility break -- Size mismatch for type 'QPaintBufferCacheEntry' [1024]. Previously registered size 0, now registering size 16.
Aborted (core dumped)(gdb) r
Starting program: /home/user/Projects/Camera/Camera
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
QMetaType::registerType: Binary compatibility break -- Size mismatch for type 'QPaintBufferCacheEntry' [1024]. Previously registered size 0, now registering size 16.
Program received signal SIGABRT, Aborted.
0x00007ffff59cb425 in raise () from /lib/x86_64-linux-gnu/libc.so.6I have attempted the solutions which mentioned by this("http://qt-project.org/forums/viewthread/25056":http://qt-project.org/forums/viewthread/25056), but I cannot solve it.
Please give me some suggestions.