Changeset 2659 for GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface
- Timestamp:
- 04/24/08 07:19:14 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtInterface05.vcproj
r2658 r2659 140 140 /> 141 141 </Configuration> 142 <Configuration 143 Name="Engine|Win32" 144 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 145 IntermediateDirectory="$(ConfigurationName)" 146 ConfigurationType="4" 147 CharacterSet="1" 148 WholeProgramOptimization="1" 149 > 150 <Tool 151 Name="VCPreBuildEventTool" 152 /> 153 <Tool 154 Name="VCCustomBuildTool" 155 /> 156 <Tool 157 Name="VCXMLDataGeneratorTool" 158 /> 159 <Tool 160 Name="VCWebServiceProxyGeneratorTool" 161 /> 162 <Tool 163 Name="VCMIDLTool" 164 /> 165 <Tool 166 Name="VCCLCompilerTool" 167 WholeProgramOptimization="true" 168 AdditionalIncludeDirectories="..\src;..\..\src\;..\..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\..\NonGTP\Devil\include" 169 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;GTP_INTERNAL;USE_QT;USE_VERBOSE_PVS;USE_CG" 170 RuntimeLibrary="2" 171 UsePrecompiledHeader="0" 172 WarningLevel="3" 173 Detect64BitPortabilityProblems="true" 174 DebugInformationFormat="3" 175 /> 176 <Tool 177 Name="VCManagedResourceCompilerTool" 178 /> 179 <Tool 180 Name="VCResourceCompilerTool" 181 /> 182 <Tool 183 Name="VCPreLinkEventTool" 184 /> 185 <Tool 186 Name="VCLibrarianTool" 187 /> 188 <Tool 189 Name="VCALinkTool" 190 /> 191 <Tool 192 Name="VCXDCMakeTool" 193 /> 194 <Tool 195 Name="VCBscMakeTool" 196 /> 197 <Tool 198 Name="VCFxCopTool" 199 /> 200 <Tool 201 Name="VCPostBuildEventTool" 202 /> 203 </Configuration> 142 204 </Configurations> 143 205 <References> … … 200 262 /> 201 263 </FileConfiguration> 264 <FileConfiguration 265 Name="Engine|Win32" 266 > 267 <Tool 268 Name="VCCustomBuildTool" 269 Description="Performing moc on $(InputName).h" 270 CommandLine="$(QTDIR)\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
" 271 Outputs=""$(InputDir) moc_$(InputName).cpp" 272 /> 273 </FileConfiguration> 202 274 </File> 203 275 <File
Note: See TracChangeset
for help on using the changeset viewer.