Add information for people building on windows on where to get Qt etc

This commit is contained in:
baldurk
2017-08-14 18:09:59 +01:00
parent 46f07fa97f
commit b1bd718be0
2 changed files with 9 additions and 1 deletions
+7 -1
View File
@@ -1464,7 +1464,13 @@
</CustomBuild>
<CustomBuild Include="Resources\qtconf.qrc">
<AdditionalInputs>Resources\qtconf.qrc;$(ProjectDir)3rdparty\qt\$(Platform)\bin\rcc.exe;%(AdditionalInputs)</AdditionalInputs>
<Command>"$(ProjectDir)3rdparty\qt\$(Platform)\bin\rcc.exe" -name qtconf Resources\qtconf.qrc -o "$(IntDir)generated\qrc_qtconf.cpp"</Command>
<Command>"$(ProjectDir)3rdparty\qt\$(Platform)\bin\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 ===========================================================================)
</Command>
<Message>RCC qtconf.qrc</Message>
<Outputs>$(IntDir)generated\qrc_qtconf.cpp</Outputs>
</CustomBuild>