Hi guys,<br><br>I just tried installer 0.8.5 from scratch and I can run Qt applications but not KDE ones. It seems that libs under lib/kde4 cannot be loaded:<br><br>There was an error loading the module About-Page for Konqueror.
<br>The diagnostics is:<br>QLibrary::load_sys: Não foi possível carregar C:/kde-installer/Flock/lib/kde4/konq_aboutpage.dll (The specified module could not be found.)<br><br>The file path does exist.<br><br>I set my env vars like this:
<br><br>@set INSTALL_PATH=C:\kde-installer\Flock<br><br>@set DBUSDIR=%INSTALL_PATH%<br>@set KDEDIRS=%INSTALL_PATH%<br>@set KDEWIN_DIR=%INSTALL_PATH%<br>@set PATH=%INSTALL_PATH%\bin;%INSTALL_PATH%\lib;%INSTALL_PATH%\lib\kde4;%PATH%
<br>@set QT_PLUGIN_PATH=%INSTALL_PATH%\lib\kde4;%INSTALL_PATH%\lib\kde4\plugins;%INSTALL_PATH%\plugins<br>@set STRIGI_HOME=%INSTALL_PATH%<br>@set XDG_DATA_DIRS=%INSTALL_PATH%\share<br><br><br>Any ideas on what could be the problem? This is a fresh install with no strange settings :)
<br><br>Paulo<br>