You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"... in the dynamic link library %USERPROFILE%\GitHub\build-outputinspector-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release\outputinspector.exe." where %USERPROFILE% (redacted) is the user profile directory.
I tried all of the commented and uncommented combinations here to try to ensure it is using the Qt that windeployqt put there:
set MYPATH=C:\Users\Jatlivecom\GitHub\build-outputinspector-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release
REM set QTPATH=%MYPATH%
REM set PATH=%MYPATH%;%PATH%
REM cmd /C "set PATH=%MYPATH%;%PATH% && outputinspector.exe"
cmd /C "set PATH=C:\Users\Jatlivecom\GitHub\build-outputinspector-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release;%PATH% && outputinspector.exe"
The text was updated successfully, but these errors were encountered:
"... in the dynamic link library %USERPROFILE%\GitHub\build-outputinspector-Desktop_Qt_5_15_2_MinGW_64_bit-Release\release\outputinspector.exe." where
%USERPROFILE%
(redacted) is the user profile directory."Even if the library version is the same they may be non compatible. For instance they were compiled with different configurations, like with or without STL support, OpenGL, SQL drivers..." (See https://stackoverflow.com/questions/11694140/qt-release-build-dll-procedure-entry-point-error).
I tried all of the commented and uncommented combinations here to try to ensure it is using the Qt that windeployqt put there:
The text was updated successfully, but these errors were encountered: