Contents |
[edit]
Compilation problems
[edit]
ASSERT: "item" in file itemviews/qtablewidget.cpp
There is a known problem in the qt library when compiled with the debug flag enabled. The problem is present in all the qt-4.0 versions. I am using 4.1.4 and the problem is not present anymore, but I don't know the exact version that fixed the problem.
[edit]
Running problems
[edit]
QSQLITE driver not loaded
If you are experiencing this error you are missing the sqlite plugin in your qt installation. Windows precompiled packages are distributed with the sqlite plugin included. Check your qt installation and verify the presence of the sqlite support.
On Gentoo Linux you can add sqlite support to qt running this command as root and re-emerging x11-libs/qt
# echo ">=x11-libs/qt-4.0 sqlite" >> /etc/portage/package.use

