From 472beaf7b5eb8ee90083bc9ad48fbdc7d8263fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 7 May 2012 08:25:58 +0000 Subject: [PATCH] TEST - set plugin path, abort if env variable is not set; refs #130 --- src/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cxx b/src/main.cxx index 8e94702..d5c196c 100644 --- a/src/main.cxx +++ b/src/main.cxx @@ -436,7 +436,7 @@ int main(int argv, char** argc) try { QSslConfiguration::setDefaultConfiguration(sslConfig); //............................................................................ if (env.contains("QT_PLUGIN_PATH")) { - std::cerr<<"**** Setting: PLUGIN-PATH to "<