Signed-off-by: alex-z <blackslayer4@gmail.com>
@@ -310,6 +310,9 @@ void selectiveSyncFixup(OCC::SyncJournalDb *journal, const QStringList &newList)
int main(int argc, char **argv)
{
+#ifdef Q_OS_WIN
+ SetDllDirectory(L"");
+#endif
QCoreApplication app(argc, argv);
#ifdef Q_OS_WIN
@@ -57,6 +57,9 @@ void warnSystray()
Q_INIT_RESOURCE(resources);
Q_INIT_RESOURCE(theme);