Changeset 1969 for GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface
- Timestamp:
- 01/11/07 21:40:49 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlViewer.cpp
r1942 r1969 1 1 // =================================================================== 2 2 // $Id$ 3 #ifdef USE_QT4 3 5 4 // Qt headers … … 186 185 updateGL(); 187 186 } 187 188 188 } 189 189 190 #endif -
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlViewer.h
r1943 r1969 2 2 #define __QTGLVIEWER_H 3 3 4 #ifdef USE_QT5 4 #include <QtOpenGL> 6 5 … … 12 11 class QtGlViewer : public QGLWidget 13 12 { 14 Q_OBJECT13 //Q_OBJECT 15 14 16 15 friend class QtGlRendererWidget; … … 21 20 22 21 QtGlViewer(QWidget *parent, 23 22 QtGlRendererWidget *renderer); 24 23 25 24 virtual ~QtGlViewer(){}; … … 53 52 54 53 #endif 55 #endif -
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtInterface.vcproj
r1947 r1969 67 67 OutputDirectory="Release" 68 68 IntermediateDirectory="Release" 69 ConfigurationType=" 2"69 ConfigurationType="4" 70 70 CharacterSet="2"> 71 71 <Tool … … 81 81 Name="VCCustomBuildTool"/> 82 82 <Tool 83 Name="VCLinkerTool" 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" 85 OutputFile="Release/QtInterface.dll" 86 LinkIncremental="1" 87 AdditionalLibraryDirectories=""..\$(ConfigurationName)";"..\..\lib\$(ConfigurationName)";..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;"$(CG_LIB_PATH)";"$(QTDIR)\lib"" 88 GenerateDebugInformation="FALSE" 89 SubSystem="2" 90 OptimizeReferences="2" 91 EnableCOMDATFolding="2" 92 ImportLibrary="$(OutDir)/QtInterface.lib" 93 TargetMachine="1"/> 94 <Tool 95 Name="VCMIDLTool"/> 96 <Tool 97 Name="VCPostBuildEventTool" 98 Description=""copy dll to preprocessor dir"" 99 CommandLine="copy $(OutDir)\*.dll ..\..\bin\"/> 100 <Tool 101 Name="VCPreBuildEventTool"/> 102 <Tool 103 Name="VCPreLinkEventTool"/> 104 <Tool 105 Name="VCResourceCompilerTool"/> 106 <Tool 107 Name="VCWebServiceProxyGeneratorTool"/> 108 <Tool 109 Name="VCXMLDataGeneratorTool"/> 110 <Tool 111 Name="VCWebDeploymentTool"/> 83 Name="VCLibrarianTool"/> 84 <Tool 85 Name="VCMIDLTool"/> 86 <Tool 87 Name="VCPostBuildEventTool"/> 88 <Tool 89 Name="VCPreBuildEventTool"/> 90 <Tool 91 Name="VCPreLinkEventTool"/> 92 <Tool 93 Name="VCResourceCompilerTool"/> 94 <Tool 95 Name="VCWebServiceProxyGeneratorTool"/> 96 <Tool 97 Name="VCXMLDataGeneratorTool"/> 112 98 <Tool 113 99 Name="VCManagedWrapperGeneratorTool"/> … … 175 161 OutputDirectory="$(ConfigurationName)" 176 162 IntermediateDirectory="$(ConfigurationName)" 177 ConfigurationType=" 2"163 ConfigurationType="4" 178 164 CharacterSet="2"> 179 165 <Tool … … 189 175 Name="VCCustomBuildTool"/> 190 176 <Tool 191 Name="VCLinkerTool" 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" 193 OutputFile="Release/QtInterface.dll" 194 LinkIncremental="1" 195 AdditionalLibraryDirectories=""$(QTDIR)\lib";..\..\..\..\..\..\..\NonGTP\Zlib\lib;"$(CG_LIB_PATH)";..\..\src\GL;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\lib\Release;..\..\MultiLevelRayTracing\RTScene\Release;..\..\MultiLevelRayTracing\RTWorld\Release" 196 GenerateDebugInformation="FALSE" 197 SubSystem="2" 198 OptimizeReferences="2" 199 EnableCOMDATFolding="2" 200 ImportLibrary="Release/QtInterface.lib" 201 TargetMachine="1"/> 177 Name="VCLibrarianTool" 178 OutputFile="Release/$(ProjectName).lib"/> 202 179 <Tool 203 180 Name="VCMIDLTool"/> … … 216 193 <Tool 217 194 Name="VCXMLDataGeneratorTool"/> 218 <Tool219 Name="VCWebDeploymentTool"/>220 195 <Tool 221 196 Name="VCManagedWrapperGeneratorTool"/> … … 238 213 </File> 239 214 <File 240 RelativePath=".\QtGl RendererDll.cpp">215 RelativePath=".\QtGlViewer.cpp"> 241 216 </File> 242 217 <File … … 258 233 Name="VCCustomBuildTool" 259 234 Description="Performing moc on $(InputName).h" 260 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp" 235 CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp 236 " 261 237 Outputs="$(InputDir) moc_$(InputName).cpp"/> 262 238 </FileConfiguration> … … 288 264 Outputs="$(InputDir) moc_$(InputName).cpp"/> 289 265 </FileConfiguration> 266 </File> 267 <File 268 RelativePath=".\QtGlViewer.h"> 290 269 </File> 291 270 </Filter>
Note: See TracChangeset
for help on using the changeset viewer.