still works - next test: remove for-loop; refs #130
This commit is contained in:
@@ -249,12 +249,6 @@ int main(int argv, char** argc) try {
|
||||
<<"Port"<<QNetworkProxy::applicationProxy().port();
|
||||
//............................................................................
|
||||
std::cout<<"LIBRARY PATHES:\n"<<app.libraryPaths().join("\n").toStdString()<<std::endl;
|
||||
if (env().contains("QT_PLUGIN_PATH")) {
|
||||
foreach (QString path, env()["QT_PLUGIN_PATH"].split(":")) {
|
||||
std::cout<<"**** Setting: PLUGIN-PATH to "<<path.toStdString()<<std::endl;
|
||||
app.addLibraryPath(path);
|
||||
}
|
||||
}
|
||||
if (env().contains("QTWEBKIT_PLUGIN_PATH"))
|
||||
qt_drt_overwritePluginDirectories();
|
||||
Browser browser(actlib, urls, settings.get(), mimetypes, silent,
|
||||
|
Reference in New Issue
Block a user