mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
QStringLiteral compile fix for static qrenderdoc code
This commit is contained in:
@@ -225,7 +225,7 @@ void PythonContext::GlobalInit()
|
||||
{
|
||||
QDir bin = QFileInfo(QCoreApplication::applicationFilePath()).absoluteDir();
|
||||
|
||||
QString pylibs = QDir::cleanPath(bin.absoluteFilePath("../share/renderdoc/pylibs"));
|
||||
QString pylibs = QDir::cleanPath(bin.absoluteFilePath(lit("../share/renderdoc/pylibs")));
|
||||
|
||||
pylibs.toWCharArray(python_home);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user