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
project:Qt.DotNet.Adapter: add quotation marks to the post-build event.
MKDIR "$(SolutionDir)bin" 2> NUL
COPY "$(OutputPath)$(AssemblyName).dll" "$(SolutionDir)bin$(AssemblyName).dll"
The text was updated successfully, but these errors were encountered:
project:Qt.DotNet.Adapter: add quotation marks to the post-build event.
MKDIR "$(SolutionDir)bin" 2> NUL
COPY "$(OutputPath)$(AssemblyName).dll" "$(SolutionDir)bin$(AssemblyName).dll"
The text was updated successfully, but these errors were encountered: