mirror of https://github.com/CGAL/cgal
added Qt_widget_helpwindow.C
This commit is contained in:
parent
14cb9e9114
commit
792cbd1808
|
|
@ -102,6 +102,9 @@
|
||||||
CompileAs="2"/>
|
CompileAs="2"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="Qt_widget_helpwindow.C">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="Qt_widget_layer.C">
|
RelativePath="Qt_widget_layer.C">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
|
@ -130,17 +133,36 @@
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget.moc $(CGALROOT)/include/CGAL/IO/Qt_widget.h"
|
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget.moc $(CGALROOT)/include/CGAL/IO/Qt_widget.h
|
||||||
|
"
|
||||||
Outputs="Qt_widget.moc"/>
|
Outputs="Qt_widget.moc"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget.moc $(CGALROOT)/include/CGAL/IO/Qt_widget.h"
|
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget.moc $(CGALROOT)/include/CGAL/IO/Qt_widget.h
|
||||||
|
"
|
||||||
Outputs="Qt_widget.moc"/>
|
Outputs="Qt_widget.moc"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\include\CGAL\IO\Qt_widget_helpwindow.h">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget_helpwindow.moc $(CGALROOT)/include/CGAL/IO/Qt_widget_helpwindow.h"
|
||||||
|
Outputs="Qt_widget_helpwindow.moc"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget_helpwindow.moc $(CGALROOT)/include/CGAL/IO/Qt_widget_helpwindow.h"
|
||||||
|
Outputs="Qt_widget_helpwindow.moc"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\CGAL\IO\Qt_widget_layer.h">
|
RelativePath="..\..\include\CGAL\IO\Qt_widget_layer.h">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
|
@ -155,7 +177,8 @@
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="$(QTDIR)/bin/moc.exe $(CGALROOT)/include/CGAL/IO/Qt_widget_layer.h -o Qt_widget_layer.moc"
|
CommandLine="$(QTDIR)/bin/moc.exe $(CGALROOT)/include/CGAL/IO/Qt_widget_layer.h -o Qt_widget_layer.moc
|
||||||
|
"
|
||||||
Outputs="Qt_widget_layer.moc"/>
|
Outputs="Qt_widget_layer.moc"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
|
@ -165,14 +188,16 @@
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="$(QTDIR)/bin/moc.exe $(CGALROOT)/include/CGAL/IO/Qt_widget_standard_toolbar.h -o Qt_widget_standard_toolbar.moc"
|
CommandLine="$(QTDIR)/bin/moc.exe $(CGALROOT)/include/CGAL/IO/Qt_widget_standard_toolbar.h -o Qt_widget_standard_toolbar.moc
|
||||||
|
"
|
||||||
Outputs="Qt_widget_standard_toolbar.moc"/>
|
Outputs="Qt_widget_standard_toolbar.moc"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
Name="Release|Win32">
|
Name="Release|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="$(QTDIR)/bin/moc.exe $(CGALROOT)/include/CGAL/IO/Qt_widget_standard_toolbar.h -o Qt_widget_standard_toolbar.moc"
|
CommandLine="$(QTDIR)/bin/moc.exe $(CGALROOT)/include/CGAL/IO/Qt_widget_standard_toolbar.h -o Qt_widget_standard_toolbar.moc
|
||||||
|
"
|
||||||
Outputs="Qt_widget_standard_toolbar.moc"/>
|
Outputs="Qt_widget_standard_toolbar.moc"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue