undefined reference to `QListData::detach(int)'
Hi all,
I made an application with Qt C++ and Symbian C++. In Qt Creator it works correctly, but now I want to build it with carbide with GCCE for S^3.
If I build it for emulator it works but if I try to build it for device with GCCE I get these errors:
[QUOTE]undefined reference to `QListData::detach(int)'
undefined reference to `QListData::detach_grow(int*, int)'[/QUOTE]
I found this
[url]https://bugreports.qt-project.org/browse/QTBUG-13722[/url]
So this is a problem of the builder. But How can I solve it?