Hi,
I have build Qt4.3.4 on PcLinuxOs. Everything worked fine. I can compile with Eclipse like I do on Windows. But my app, that i did on Windows (and worked fine with a sqlite db, sqlite plugin) does not read the data from the database. I seems it is connected but does not load the data. I tried sqlbrowser from the demo and i can pick Sqlite there. But it either cant open the database. If i create a new one with sqlite3 tool it also does not open the database.
Maybe i should reconfigure with -plugin option(?): If i reconfigure qt on linux. Do I need to delete everything that was installed or is it just overriden?