git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@37 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -19,8 +19,7 @@ DIRECTORIES = .. ../../QtViewer
|
||||
|
||||
# Input
|
||||
HEADERS += $$getFilesFromDir($$DIRECTORIES,*.hh)
|
||||
SOURCES += $$getFilesFromDir($$DIRECTORIES,*.cc)
|
||||
SOURCES -= ../../QtViewer/meshviewer.cc ../subdivider.cc ../adaptive_subdivider.cc
|
||||
FORMS += $$getFilesFromDir($$DIRECTORIES,*.ui)
|
||||
SOURCES += ../../QtViewer/QGLViewerWidget.cc ../../QtViewer/MeshViewerWidgetT.cc ../MeshViewerWidget.cc ../SubdivideWidget.cc
|
||||
SOURCES += ../qtsubdivider.cc
|
||||
|
||||
################################################################################
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Name="gui"
|
||||
ProjectGUID="{E4A057FB-0590-3280-85BA-964793A7308F}"
|
||||
Name="SubdividerGui"
|
||||
ProjectGUID="{01D174C5-EC0B-3C6C-841B-A9E358B8952C}"
|
||||
Keyword="Qt4VSv1.0">
|
||||
<Platforms>
|
||||
<Platform
|
||||
@@ -19,7 +19,7 @@
|
||||
UseOfMfc="0">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""c:\qt4\include\QtUiTools","c:\qt4\include\QtCore","c:\qt4\include\QtCore","c:\qt4\include\QtNetwork","c:\qt4\include\QtNetwork","c:\qt4\include\QtGui","c:\qt4\include\QtGui","c:\qt4\include\QtOpenGL","c:\qt4\include\QtOpenGL","c:\qt4\include\QtXml","c:\qt4\include\QtXml","c:\qt4\include\QtSql","c:\qt4\include\QtSql","c:\qt4\include\QtScript","c:\qt4\include\QtScript","c:\qt4\include\QtWebKit","c:\qt4\include\QtWebKit","c:\qt4\include","..\..\..","c:\glew\include","c:\glut\include","c:\qt4\include\ActiveQt","tmp\Windows_32_Debug","tmp\Windows_32_Debug",c:\qt4\mkspecs\default"
|
||||
AdditionalIncludeDirectories=""c:\qt4\include\QtUiTools","c:\qt4\include\QtCore","c:\qt4\include\QtCore","c:\qt4\include\QtNetwork","c:\qt4\include\QtNetwork","c:\qt4\include\QtGui","c:\qt4\include\QtGui","c:\qt4\include\QtOpenGL","c:\qt4\include\QtOpenGL","c:\qt4\include\QtXml","c:\qt4\include\QtXml","c:\qt4\include\QtSql","c:\qt4\include\QtSql","c:\qt4\include\QtScript","c:\qt4\include\QtScript","c:\qt4\include\QtWebKit","c:\qt4\include\QtWebKit","c:\qt4\include","d:\","..\..\..","c:\glew\include","c:\glut\include","c:\qt4\include\ActiveQt","tmp\Windows_32_Debug","tmp\Windows_32_Debug",c:\qt4\mkspecs\default"
|
||||
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
|
||||
AssemblerListingLocation="tmp\Windows_32_Debug\"
|
||||
BufferSecurityCheck="false"
|
||||
@@ -39,13 +39,13 @@
|
||||
Name="VCCustomBuildTool"/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib c:\qt4\lib\qtmaind.lib c:\glew\lib\glew32.lib c:\glut\lib\glut32.lib \OpenMesh\Core\lib\Windows_32_Debug\Core.lib /OpenMesh/Tools/lib/Windows_32_Debug\Tools.lib c:\qt4\lib\QtWebKitd4.lib c:\qt4\lib\QtScriptd4.lib c:\qt4\lib\QtSqld4.lib c:\qt4\lib\QtXmld4.lib c:\qt4\lib\QtOpenGLd4.lib c:\qt4\lib\QtGuid4.lib c:\qt4\lib\QtNetworkd4.lib c:\qt4\lib\QtCored4.lib c:\qt4\lib\QtUiToolsd.lib"
|
||||
AdditionalLibraryDirectories="\OpenMesh\Core\lib\Windows_32_Debug,c:\qt4\lib,c:\glew\lib,c:\glut\lib,/OpenMesh/Core/lib/Windows_32_Debug,/OpenMesh/Tools/lib/Windows_32_Debug"
|
||||
AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib c:\qt4\lib\qtmaind.lib c:\glew\lib\glew32.lib c:\glut\lib\glut32.lib d:\OpenMesh\..\\OpenMesh\Core\lib\Windows_32_Debug\Core.lib D:\OpenMesh/..//OpenMesh/Tools/lib/Windows_32_Debug\Tools.lib c:\qt4\lib\QtWebKitd4.lib c:\qt4\lib\QtScriptd4.lib c:\qt4\lib\QtSqld4.lib c:\qt4\lib\QtXmld4.lib c:\qt4\lib\QtOpenGLd4.lib c:\qt4\lib\QtGuid4.lib c:\qt4\lib\QtNetworkd4.lib c:\qt4\lib\QtCored4.lib c:\qt4\lib\QtUiToolsd.lib"
|
||||
AdditionalLibraryDirectories="d:\OpenMesh\..\\OpenMesh\Core\lib\Windows_32_Debug,c:\qt4\lib,c:\glew\lib,c:\glut\lib,D:\OpenMesh/..//OpenMesh/Core/lib/Windows_32_Debug,D:\OpenMesh/..//OpenMesh/Tools/lib/Windows_32_Debug"
|
||||
AdditionalOptions=""/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'""
|
||||
GenerateDebugInformation="true"
|
||||
IgnoreImportLibrary="true"
|
||||
LinkTimeCodeGeneration="0"
|
||||
OutputFile="Windows_32_Debug\gui.exe"
|
||||
OutputFile="Windows_32_Debug\SubdividerGui.exe"
|
||||
ProgramDatabaseFile=""
|
||||
SubSystem="2"
|
||||
SuppressStartupBanner="true"/>
|
||||
@@ -73,7 +73,7 @@
|
||||
UseOfMfc="0">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""c:\qt4\include\QtUiTools","c:\qt4\include\QtCore","c:\qt4\include\QtCore","c:\qt4\include\QtNetwork","c:\qt4\include\QtNetwork","c:\qt4\include\QtGui","c:\qt4\include\QtGui","c:\qt4\include\QtOpenGL","c:\qt4\include\QtOpenGL","c:\qt4\include\QtXml","c:\qt4\include\QtXml","c:\qt4\include\QtSql","c:\qt4\include\QtSql","c:\qt4\include\QtScript","c:\qt4\include\QtScript","c:\qt4\include\QtWebKit","c:\qt4\include\QtWebKit","c:\qt4\include","..\..\..","c:\glew\include","c:\glut\include","c:\qt4\include\ActiveQt","tmp\Windows_32_Release","tmp\Windows_32_Release",c:\qt4\mkspecs\default"
|
||||
AdditionalIncludeDirectories=""c:\qt4\include\QtUiTools","c:\qt4\include\QtCore","c:\qt4\include\QtCore","c:\qt4\include\QtNetwork","c:\qt4\include\QtNetwork","c:\qt4\include\QtGui","c:\qt4\include\QtGui","c:\qt4\include\QtOpenGL","c:\qt4\include\QtOpenGL","c:\qt4\include\QtXml","c:\qt4\include\QtXml","c:\qt4\include\QtSql","c:\qt4\include\QtSql","c:\qt4\include\QtScript","c:\qt4\include\QtScript","c:\qt4\include\QtWebKit","c:\qt4\include\QtWebKit","c:\qt4\include","d:\","..\..\..","c:\glew\include","c:\glut\include","c:\qt4\include\ActiveQt","tmp\Windows_32_Release","tmp\Windows_32_Release",c:\qt4\mkspecs\default"
|
||||
AdditionalOptions="-Zm200 -w34100 -w34189 -Zm200 -w34100 -w34189 -w34100 -w34189"
|
||||
AssemblerListingLocation="tmp\Windows_32_Release\"
|
||||
BufferSecurityCheck="false"
|
||||
@@ -94,13 +94,13 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib c:\qt4\lib\qtmain.lib c:\glew\lib\glew32.lib c:\glut\lib\glut32.lib Core.lib Tools.lib c:\qt4\lib\QtWebKit4.lib c:\qt4\lib\QtScript4.lib c:\qt4\lib\QtSql4.lib c:\qt4\lib\QtXml4.lib c:\qt4\lib\QtOpenGL4.lib c:\qt4\lib\QtGui4.lib c:\qt4\lib\QtNetwork4.lib c:\qt4\lib\QtCore4.lib c:\qt4\lib\QtUiTools.lib"
|
||||
AdditionalLibraryDirectories="\OpenMesh\Core\lib\Windows_32_Release,c:\qt4\lib,c:\glew\lib,c:\glut\lib,/OpenMesh/Core/lib/Windows_32_Release,/OpenMesh/Tools/lib/Windows_32_Release"
|
||||
AdditionalLibraryDirectories="d:\OpenMesh\..\\OpenMesh\Core\lib\Windows_32_Release,c:\qt4\lib,c:\glew\lib,c:\glut\lib,D:\OpenMesh/..//OpenMesh/Core/lib/Windows_32_Release,D:\OpenMesh/..//OpenMesh/Tools/lib/Windows_32_Release"
|
||||
AdditionalOptions=""/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'""
|
||||
GenerateDebugInformation="false"
|
||||
IgnoreImportLibrary="true"
|
||||
LinkIncremental="1"
|
||||
LinkTimeCodeGeneration="0"
|
||||
OutputFile="Windows_32_Release\gui.exe"
|
||||
OutputFile="Windows_32_Release\SubdividerGui.exe"
|
||||
ProgramDatabaseFile=""
|
||||
SubSystem="2"
|
||||
SuppressStartupBanner="true"/>
|
||||
@@ -131,8 +131,6 @@
|
||||
RelativePath="..\..\QtViewer\QGLViewerWidget.cc"/>
|
||||
<File
|
||||
RelativePath="..\SubdivideWidget.cc"/>
|
||||
<File
|
||||
RelativePath="..\..\QtViewer\meshviewer.cc"/>
|
||||
<File
|
||||
RelativePath="..\qtsubdivider.cc"/>
|
||||
</Filter>
|
||||
@@ -141,119 +139,15 @@
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
||||
<File
|
||||
RelativePath="..\..\QtViewer\MeshViewerWidget.hh">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
AdditionalDependencies="..\..\QtViewer\MeshViewerWidget.hh;C:\qt4\bin\moc.exe"
|
||||
CommandLine="C:\qt4\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -D_USE_MATH_DEFINES -DNOMINMAX -DQT_THREAD_SUPPORT -DQT_DLL -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I"c:\qt4\include\QtUiTools" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include" -I"..\..\.." -I"c:\glew\include" -I"c:\glut\include" -I"c:\qt4\include\ActiveQt" -I"tmp\Windows_32_Debug" -I"tmp\Windows_32_Debug" -Ic:\qt4\mkspecs\default -D_MSC_VER=1500 -DWIN32 ..\..\QtViewer\MeshViewerWidget.hh -o tmp\Windows_32_Debug\moc_MeshViewerWidget.cpp"
|
||||
Description="MOC ..\..\QtViewer\MeshViewerWidget.hh"
|
||||
Outputs="tmp\Windows_32_Debug\moc_MeshViewerWidget.cpp"
|
||||
Path="c:\qt4\bin"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
AdditionalDependencies="..\..\QtViewer\MeshViewerWidget.hh;C:\qt4\bin\moc.exe"
|
||||
CommandLine="C:\qt4\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -D_USE_MATH_DEFINES -DNOMINMAX -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I"c:\qt4\include\QtUiTools" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include" -I"..\..\.." -I"c:\glew\include" -I"c:\glut\include" -I"c:\qt4\include\ActiveQt" -I"tmp\Windows_32_Release" -I"tmp\Windows_32_Release" -Ic:\qt4\mkspecs\default -D_MSC_VER=1500 -DWIN32 ..\..\QtViewer\MeshViewerWidget.hh -o tmp\Windows_32_Release\moc_MeshViewerWidget.cpp"
|
||||
Description="MOC ..\..\QtViewer\MeshViewerWidget.hh"
|
||||
Outputs="tmp\Windows_32_Release\moc_MeshViewerWidget.cpp"
|
||||
Path="c:\qt4\bin"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
RelativePath="..\..\QtViewer\MeshViewerWidget.hh"/>
|
||||
<File
|
||||
RelativePath="..\MeshViewerWidget.hh"/>
|
||||
<File
|
||||
RelativePath="..\..\QtViewer\MeshViewerWidgetT.hh"/>
|
||||
<File
|
||||
RelativePath="..\..\QtViewer\QGLViewerWidget.hh">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
AdditionalDependencies="..\..\QtViewer\QGLViewerWidget.hh;C:\qt4\bin\moc.exe"
|
||||
CommandLine="C:\qt4\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -D_USE_MATH_DEFINES -DNOMINMAX -DQT_THREAD_SUPPORT -DQT_DLL -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I"c:\qt4\include\QtUiTools" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include" -I"..\..\.." -I"c:\glew\include" -I"c:\glut\include" -I"c:\qt4\include\ActiveQt" -I"tmp\Windows_32_Debug" -I"tmp\Windows_32_Debug" -Ic:\qt4\mkspecs\default -D_MSC_VER=1500 -DWIN32 ..\..\QtViewer\QGLViewerWidget.hh -o tmp\Windows_32_Debug\moc_QGLViewerWidget.cpp"
|
||||
Description="MOC ..\..\QtViewer\QGLViewerWidget.hh"
|
||||
Outputs="tmp\Windows_32_Debug\moc_QGLViewerWidget.cpp"
|
||||
Path="c:\qt4\bin"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
AdditionalDependencies="..\..\QtViewer\QGLViewerWidget.hh;C:\qt4\bin\moc.exe"
|
||||
CommandLine="C:\qt4\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -D_USE_MATH_DEFINES -DNOMINMAX -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I"c:\qt4\include\QtUiTools" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include" -I"..\..\.." -I"c:\glew\include" -I"c:\glut\include" -I"c:\qt4\include\ActiveQt" -I"tmp\Windows_32_Release" -I"tmp\Windows_32_Release" -Ic:\qt4\mkspecs\default -D_MSC_VER=1500 -DWIN32 ..\..\QtViewer\QGLViewerWidget.hh -o tmp\Windows_32_Release\moc_QGLViewerWidget.cpp"
|
||||
Description="MOC ..\..\QtViewer\QGLViewerWidget.hh"
|
||||
Outputs="tmp\Windows_32_Release\moc_QGLViewerWidget.cpp"
|
||||
Path="c:\qt4\bin"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
RelativePath="..\..\QtViewer\QGLViewerWidget.hh"/>
|
||||
<File
|
||||
RelativePath="..\SubdivideWidget.hh">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
AdditionalDependencies="..\SubdivideWidget.hh;C:\qt4\bin\moc.exe"
|
||||
CommandLine="C:\qt4\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -D_USE_MATH_DEFINES -DNOMINMAX -DQT_THREAD_SUPPORT -DQT_DLL -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I"c:\qt4\include\QtUiTools" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include" -I"..\..\.." -I"c:\glew\include" -I"c:\glut\include" -I"c:\qt4\include\ActiveQt" -I"tmp\Windows_32_Debug" -I"tmp\Windows_32_Debug" -Ic:\qt4\mkspecs\default -D_MSC_VER=1500 -DWIN32 ..\SubdivideWidget.hh -o tmp\Windows_32_Debug\moc_SubdivideWidget.cpp"
|
||||
Description="MOC ..\SubdivideWidget.hh"
|
||||
Outputs="tmp\Windows_32_Debug\moc_SubdivideWidget.cpp"
|
||||
Path="c:\qt4\bin"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
AdditionalDependencies="..\SubdivideWidget.hh;C:\qt4\bin\moc.exe"
|
||||
CommandLine="C:\qt4\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -D_USE_MATH_DEFINES -DNOMINMAX -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I"c:\qt4\include\QtUiTools" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtCore" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtNetwork" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtGui" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtOpenGL" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtXml" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtSql" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtScript" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include\QtWebKit" -I"c:\qt4\include" -I"..\..\.." -I"c:\glew\include" -I"c:\glut\include" -I"c:\qt4\include\ActiveQt" -I"tmp\Windows_32_Release" -I"tmp\Windows_32_Release" -Ic:\qt4\mkspecs\default -D_MSC_VER=1500 -DWIN32 ..\SubdivideWidget.hh -o tmp\Windows_32_Release\moc_SubdivideWidget.cpp"
|
||||
Description="MOC ..\SubdivideWidget.hh"
|
||||
Outputs="tmp\Windows_32_Release\moc_SubdivideWidget.cpp"
|
||||
Path="c:\qt4\bin"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Generated Files"
|
||||
Filter="cpp;c;cxx;moc;h;def;odl;idl;res;"
|
||||
UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}">
|
||||
<File
|
||||
RelativePath="tmp\Windows_32_Debug\moc_MeshViewerWidget.cpp">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"/>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="tmp\Windows_32_Release\moc_MeshViewerWidget.cpp">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"/>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="tmp\Windows_32_Debug\moc_QGLViewerWidget.cpp">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"/>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="tmp\Windows_32_Release\moc_QGLViewerWidget.cpp">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"/>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="tmp\Windows_32_Debug\moc_SubdivideWidget.cpp">
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"/>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="tmp\Windows_32_Release\moc_SubdivideWidget.cpp">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"/>
|
||||
</File>
|
||||
RelativePath="..\SubdivideWidget.hh"/>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
||||
Reference in New Issue
Block a user