PDA

View Full Version : Qt Assistant Absolute Paths in QAssistant



mac_loo
1st April 2011, 08:44
Hi,

I had to rebuild Qt in order to work with VS2010 runtime libraries. So far there was no issue with my machine but as soon as I either change the Qt installation path (rename and reset QTDIR) or move libs/ (including plugins of course) and bin/ to another machine QAssistant does not find the QSqlite driver anymore. Of course I have set QTDIR on this machine as well! As soon as I use the same installation path on the new machine as on my original one everything is ok. So for me it is clear that somehow QAssistant uses absolut paths after rebuild.

Any ideas what could cause this or any workarounds ?

Thx

M.

mac_loo
4th April 2011, 08:56
OK, finally found how to deal with it - qt.conf does the trick !