Ignore:
Timestamp:
07/26/06 02:12:50 (18 years ago)
Author:
mattausch
Message:

worked on qt dll / boost threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/QtRenderer/QtRenderer.vcproj

    r1151 r1153  
    33        ProjectType="Visual C++" 
    44        Version="7.10" 
    5         Name="QtRenderer" 
     5        Name="QtGlRenderer" 
    66        ProjectGUID="{B85DC7B1-58B6-4912-BD64-8B452630A368}" 
    77        Keyword="Win32Proj"> 
     
    8282                                Name="VCLinkerTool" 
    8383                                AdditionalDependencies="Preprocessor.lib qtmain.lib QtGui4.lib Qt3Support4.lib QAxContainer.lib QtCore4.lib QtOpenGL4.lib xerces-c_2.lib glew32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib" 
    84                                 OutputFile="$(OutDir)/QtRenderer.dll" 
     84                                OutputFile="$(OutDir)/QtGlRenderer.dll" 
    8585                                LinkIncremental="1" 
    8686                                AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";"..\Preprocessing\lib\$(ConfigurationName)";..\Preprocessing\src\GL;..\..\..\..\..\NonGTP\Xerces\xercesc\lib" 
     
    9494                                Name="VCMIDLTool"/> 
    9595                        <Tool 
    96                                 Name="VCPostBuildEventTool"/> 
     96                                Name="VCPostBuildEventTool" 
     97                                CommandLine="copy $(OutDir)\$(TargetFileName) $(OutDir)\..\..\Preprocessing\scripts"/> 
    9798                        <Tool 
    9899                                Name="VCPreBuildEventTool"/> 
     
    127128                        </File> 
    128129                        <File 
    129                                 RelativePath=".\QtRendererDll.cpp"> 
     130                                RelativePath=".\QtGlRendererDll.cpp"> 
    130131                        </File> 
    131132                </Filter> 
     
    141142                                                Name="VCCustomBuildTool" 
    142143                                                Description="Performing moc on $(InputName).h" 
    143                                                 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 
     144                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 
     145" 
    144146                                                Outputs="$(InputDir) moc_$(InputName).cpp"/> 
    145147                                </FileConfiguration> 
Note: See TracChangeset for help on using the changeset viewer.