mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 06:56:40 +00:00
Add information for people building on windows on where to get Qt etc
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user