Closed GoogleCodeExporter closed 9 years ago
installed qt-mac-opensource-4.4.3.dmg and qdevelop-0.25.2.dmg. Same result: no
sqlite support.
Using a program of my own reports available drivers:("QSQLITE", "QMYSQL3",
"QMYSQL", "QODBC3", "QODBC",
"QPSQL7", "QPSQL")!
When starting QDevelop from the command line QDevelop reports none of the
drivers!
Installing Qt from the sources gives same results.
Installing QDevelop from the tarball creates a failore with QPainter instead,
but the sqlite problem is solved!
But the program is unuseble!
Original comment by lothar.m...@gmx.de
on 24 Oct 2008 at 10:34
Temporary solution!
Load qdevelop-0.25.2.tar and untar as usual. In the 'src' directory you will
find a file 'textEdit.cpp'.
Edit this file: In module paintEvent is a statement missing!! Enter
'painter.end()' just before the last line called
QTextEdit::paintEvent (event). Compile according to the README. This should do
until a corrected version is
issued! God luck!
Original comment by lothar.m...@gmx.de
on 25 Oct 2008 at 6:26
I can confirm that Lothar's temporary fix works. Thanks!
Original comment by marklsny...@gmail.com
on 25 Oct 2008 at 7:06
This is fixed in current trunk.
Original comment by diegoi...@gmail.com
on 29 Jan 2009 at 10:02
Original issue reported on code.google.com by
marklsny...@gmail.com
on 22 Oct 2008 at 10:29