From 2b0e1a1decbb03515660a33e0c8385b22d557c0d Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 18 Jun 2022 21:11:02 +1000 Subject: [PATCH] Qt: Fix compiling with spaces in path on Windows --- common/vsprops/QtCompile.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/vsprops/QtCompile.props b/common/vsprops/QtCompile.props index bc47450c1e..8bd8b78b64 100644 --- a/common/vsprops/QtCompile.props +++ b/common/vsprops/QtCompile.props @@ -79,7 +79,7 @@ -DQT_NO_DEBUG -DNDEBUG $(MocDefines) - "-I$(QtIncludeDir)" "-I$(SolutionDir)pcsx2" "-I$(SolutionDir)" -I. + -I"$(QtIncludeDir)." -I"$(SolutionDir)pcsx2" "-I$(SolutionDir)." -I.