diff --git a/docs/CONTRIBUTING/Compiling.md b/docs/CONTRIBUTING/Compiling.md index c3ffdbd97..9ec54dfe7 100644 --- a/docs/CONTRIBUTING/Compiling.md +++ b/docs/CONTRIBUTING/Compiling.md @@ -2,7 +2,7 @@ ## Windows -The main [renderdoc.sln](renderdoc.sln) is a VS2015 solution. It should also compile in VS2017, just select to update the compilers if you don't have the 2015 compilers available. +The main [renderdoc.sln](renderdoc.sln) is a VS2015 solution. It should also compile in later VS versions, just select to update the compilers if you don't have the 2015 compilers available. There are no external dependencies apart from the Windows SDK and any version will work, otherwise all libraries/headers needed to build are included in the git checkout. diff --git a/qrenderdoc/qrenderdoc_local.vcxproj b/qrenderdoc/qrenderdoc_local.vcxproj index 752c5c7f2..76906de6e 100644 --- a/qrenderdoc/qrenderdoc_local.vcxproj +++ b/qrenderdoc/qrenderdoc_local.vcxproj @@ -1707,13 +1707,7 @@ Resources\qtconf.qrc;$(QtBinDir)\rcc.exe;%(AdditionalInputs) - "$(QtBinDir)\rcc.exe" -name qtconf Resources\qtconf.qrc -o "$(IntDir)generated\qrc_qtconf.cpp" -IF %ERRORLEVEL% NEQ 0 (echo ===========================================================================) -IF %ERRORLEVEL% NEQ 0 (echo It looks like you don't have the dependencies for the Qt UI.) -IF %ERRORLEVEL% NEQ 0 (echo Until v1.0 is approaching stable, these aren't committed to the repository.) -IF %ERRORLEVEL% NEQ 0 (echo Download and extract https://renderdoc.org/qrenderdoc_3rdparty.zip.) -IF %ERRORLEVEL% NEQ 0 (echo ===========================================================================) - + "$(QtBinDir)\rcc.exe" -name qtconf Resources\qtconf.qrc -o "$(IntDir)generated\qrc_qtconf.cpp" RCC qtconf.qrc $(IntDir)generated\qrc_qtconf.cpp