From 37e5b52d40ca3c6fc4a767b0866468247c8ccbf6 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 2 Oct 2020 16:54:38 +0100 Subject: [PATCH] Even more diags --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 99f109237..9c25bce0e 100644 --- a/main.cpp +++ b/main.cpp @@ -8,6 +8,7 @@ #include #include +#include #include #include #include @@ -102,6 +103,7 @@ int main(int argc, char *argv[]) // Multiple instances communicate with jt9 via this QSharedMemory mem_jt9; + LOG_INFO ("plugins path: " << QLibraryInfo::location (QLibraryInfo::PluginsPath)); QApplication a(argc, argv); try {