test: remove else-abort; refs #130
This commit is contained in:
@@ -254,9 +254,6 @@ int main(int argv, char** argc) try {
|
||||
std::cout<<"**** Setting: PLUGIN-PATH to "<<path.toStdString()<<std::endl;
|
||||
app.addLibraryPath(path);
|
||||
}
|
||||
} else {
|
||||
std::cout<<"**** PLUGIN-PATH is not defined"<<std::endl;
|
||||
abort();
|
||||
}
|
||||
if (env().contains("QTWEBKIT_PLUGIN_PATH"))
|
||||
qt_drt_overwritePluginDirectories();
|
||||
|
Reference in New Issue
Block a user