Changeset 1947 for GTP/trunk/Lib
- Timestamp:
- 01/07/07 00:01:41 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface
- Files:
-
- 2 copied
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtInterface.sln
r1936 r1947 1 1 Microsoft Visual Studio Solution File, Format Version 8.00 2 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Qt GlRenderer", "QtGlRenderer.vcproj", "{B85DC7B1-58B6-4912-BD64-8B452630A368}"2 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QtInterface", "QtInterface.vcproj", "{B85DC7B1-58B6-4912-BD64-8B452630A368}" 3 3 ProjectSection(ProjectDependencies) = postProject 4 4 EndProjectSection -
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtInterface.vcproj
r1936 r1947 3 3 ProjectType="Visual C++" 4 4 Version="7.10" 5 Name="Qt GlRenderer"5 Name="QtInterface" 6 6 ProjectGUID="{B85DC7B1-58B6-4912-BD64-8B452630A368}" 7 7 Keyword="Win32Proj"> … … 30 30 DebugInformationFormat="4"/> 31 31 <Tool 32 Name="VCCustomBuildTool" 33 Description="Performing moc on $(InputName).h" 34 CommandLine=""%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 35 " 36 Outputs=""$(InputDir) moc_$(InputName).cpp""/> 32 Name="VCCustomBuildTool"/> 37 33 <Tool 38 34 Name="VCLinkerTool" 39 35 AdditionalDependencies="Preprocessor.lib qtmain.lib QtGui4.lib Qt3Support4.lib QAxContainerd.lib QtCore4.lib QtOpenGL4.lib xerces-c_2.lib glew32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib" 40 OutputFile="$(OutDir)/Qt GlRenderer.dll"36 OutputFile="$(OutDir)/QtInterface.dll" 41 37 LinkIncremental="2" 42 38 AdditionalLibraryDirectories="..\..\lib\Debug;"$(CG_LIB_PATH)";..\GL;"..\lib\$(ConfigurationName)";"$(QTDIR)\lib";..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\..\NonGTP\Zlib\lib" 43 39 GenerateDebugInformation="TRUE" 44 ProgramDatabaseFile="$(OutDir)/Qt GlRenderer.pdb"40 ProgramDatabaseFile="$(OutDir)/QtInterface.pdb" 45 41 SubSystem="2" 46 ImportLibrary="$(OutDir)/Qt GlRenderer.lib"42 ImportLibrary="$(OutDir)/QtInterface.lib" 47 43 TargetMachine="1"/> 48 44 <Tool … … 83 79 DebugInformationFormat="3"/> 84 80 <Tool 85 Name="VCCustomBuildTool" 86 Description="Performing moc on $(InputName).h" 87 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 88 " 89 Outputs="$(InputDir) moc_$(InputName).cpp"/> 81 Name="VCCustomBuildTool"/> 90 82 <Tool 91 83 Name="VCLinkerTool" 92 84 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" 93 OutputFile="Release/Qt GlRenderer.dll"85 OutputFile="Release/QtInterface.dll" 94 86 LinkIncremental="1" 95 87 AdditionalLibraryDirectories=""..\$(ConfigurationName)";"..\..\lib\$(ConfigurationName)";..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;"$(CG_LIB_PATH)";"$(QTDIR)\lib"" … … 98 90 OptimizeReferences="2" 99 91 EnableCOMDATFolding="2" 100 ImportLibrary="$(OutDir)/Qt GlRenderer.lib"92 ImportLibrary="$(OutDir)/QtInterface.lib" 101 93 TargetMachine="1"/> 102 94 <Tool … … 147 139 Name="VCLinkerTool" 148 140 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 RTScene.lib RTWorld.lib" 149 OutputFile="Release/Qt GlRenderer.dll"141 OutputFile="Release/QtInterface.dll" 150 142 LinkIncremental="1" 151 143 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\lib\Release;..\..\MultiLevelRayTracing\RTScene\Release;..\..\MultiLevelRayTracing\RTWorld\Release" … … 154 146 OptimizeReferences="2" 155 147 EnableCOMDATFolding="2" 156 ImportLibrary="$(OutDir)/Qt GlRenderer.lib"148 ImportLibrary="$(OutDir)/QtInterface.lib" 157 149 TargetMachine="1"/> 158 150 <Tool … … 195 187 DebugInformationFormat="3"/> 196 188 <Tool 197 Name="VCCustomBuildTool" 198 Description="Performing moc on $(InputName).h" 199 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 200 " 201 Outputs="$(InputDir) moc_$(InputName).cpp"/> 189 Name="VCCustomBuildTool"/> 202 190 <Tool 203 191 Name="VCLinkerTool" 204 192 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 RTScene.lib RTWorld.lib" 205 OutputFile="Release/Qt GlRenderer.dll"193 OutputFile="Release/QtInterface.dll" 206 194 LinkIncremental="1" 207 195 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\lib\Release;..\..\MultiLevelRayTracing\RTScene\Release;..\..\MultiLevelRayTracing\RTWorld\Release" … … 210 198 OptimizeReferences="2" 211 199 EnableCOMDATFolding="2" 212 ImportLibrary=" $(OutDir)/QtGlRenderer.lib"200 ImportLibrary="Release/QtInterface.lib" 213 201 TargetMachine="1"/> 214 202 <Tool … … 252 240 RelativePath=".\QtGlRendererDll.cpp"> 253 241 </File> 242 <File 243 RelativePath=".\QtPreprocessorThread.cpp"> 244 </File> 245 <File 246 RelativePath=".\QtPreprocessorThread.h"> 247 </File> 254 248 </Filter> 255 249 <Filter … … 259 253 <File 260 254 RelativePath=".\QtGlRenderer.h"> 255 <FileConfiguration 256 Name="Debug|Win32"> 257 <Tool 258 Name="VCCustomBuildTool" 259 Description="Performing moc on $(InputName).h" 260 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 261 Outputs="$(InputDir) moc_$(InputName).cpp"/> 262 </FileConfiguration> 261 263 <FileConfiguration 262 264 Name="Release|Win32"> -
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtPreprocessorThread.cpp
r1926 r1947 1 #ifdef USE_QT1 //#ifdef USE_QT 2 2 3 3 #include <QApplication> … … 41 41 } 42 42 43 #endif43 //#endif -
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtPreprocessorThread.h
r1926 r1947 2 2 #define __QT_PREPROCESSOR_THREAD_H 3 3 4 #ifdef USE_QT4 //#ifdef USE_QT 5 5 6 6 #include <QThread> … … 35 35 } 36 36 37 //#endif 37 38 #endif 38 #endif
Note: See TracChangeset
for help on using the changeset viewer.