From e7241e09f38442b30cfa117e6e8c6513be2d7f8e Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 16 Jun 2023 16:38:14 -0400 Subject: [PATCH] Add a section for Qt-specific properties in RetroArch-msvc2019.vcxproj - But only if the build configuration uses Qt --- pkg/msvc/msvc-2019/RetroArch-msvc2019.vcxproj | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkg/msvc/msvc-2019/RetroArch-msvc2019.vcxproj b/pkg/msvc/msvc-2019/RetroArch-msvc2019.vcxproj index 4fb1bbb1be..bf861b19be 100644 --- a/pkg/msvc/msvc-2019/RetroArch-msvc2019.vcxproj +++ b/pkg/msvc/msvc-2019/RetroArch-msvc2019.vcxproj @@ -721,6 +721,16 @@ $(QtDirectory)\msvc2017_64\bin;$(ExecutablePath) + + 5.15.2 + msvc2019 + msvc2019_64 + C:\Qt\$(QtVersion)\$(QtBuild) + $(QtDirectory)\include + $(QtInclude);$(QtInclude)\QtCore;$(QtInclude)\QtWidgets;$(QtInclude)\QtGui;$(QtInclude)\QtConcurrent;$(QtInclude)\QtNetwork;$(IncludePath) + $(LibraryPath);$(QtDirectory)\lib + $(QtDirectory)\bin;$(ExecutablePath) +