Remove Qt SVG and Qt OpenGL as hard dependencies
Qt SVG is not used in the frontend (no SVGs are rendered).
Neither is Qt OpenGL used. Qt OpenGL is discouraged anyway.
// WorkDir.h
#ifndef __WORKDIR_H
#define __WORKDIR_H
#include "ZipRegistry.h"
UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path);
#endif