Advertisement
Guest User

Untitled

a guest
May 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.38 KB | None | 0 0
  1. <!--
  2. Found this in the *.vcproj after excluding the file from build.
  3.  
  4. See line 7! -->
  5. <Filter
  6.     Name="Resource Files"
  7.     Filter="qrc;*"
  8.     UniqueIdentifier="{D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E}"
  9.     ParseFiles="false"
  10.     >
  11.     <File
  12.         RelativePath="res\RobotSchema.xsd"
  13.         >
  14.         <FileConfiguration
  15.             Name="Debug|Win32"
  16.             ExcludedFromBuild="true"
  17.             >
  18.             <Tool
  19.                 Name="VCXMLDataGeneratorTool"
  20.             />
  21.         </FileConfiguration>
  22.     </File>
  23.     <File
  24.         RelativePath="res\RobotWidget.qrc"
  25.         >
  26.         <FileConfiguration
  27.             Name="Debug|Win32"
  28.             >
  29.             <Tool
  30.                 Name="VCCustomBuildTool"
  31.                 Description="RCC res\RobotWidget.qrc"
  32.                 CommandLine="C:\Qt\4.6.2\bin\rcc.exe -name RobotWidget res\RobotWidget.qrc -o debug\qrc_RobotWidget.cpp&#x0D;&#x0A;"
  33.                 AdditionalDependencies="C:\Qt\4.6.2\bin\rcc.exe;res\RobotSchema.xsd;res\RobotWidget.qrc"
  34.                 Outputs="debug\qrc_RobotWidget.cpp"
  35.             />
  36.         </FileConfiguration>
  37.         <FileConfiguration
  38.             Name="Release|Win32"
  39.             >
  40.             <Tool
  41.                 Name="VCCustomBuildTool"
  42.                 Description="RCC res\RobotWidget.qrc"
  43.                 CommandLine="C:\Qt\4.6.2\bin\rcc.exe -name RobotWidget res\RobotWidget.qrc -o release\qrc_RobotWidget.cpp&#x0D;&#x0A;"
  44.                 AdditionalDependencies="C:\Qt\4.6.2\bin\rcc.exe;res\RobotSchema.xsd;res\RobotWidget.qrc"
  45.                 Outputs="release\qrc_RobotWidget.cpp"
  46.             />
  47.         </FileConfiguration>
  48.     </File>
  49. </Filter>
  50.  
  51. <!-- Another solution could be to remove XSD -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement