mirror of https://github.com/CGAL/cgal
removing obsolete files
This commit is contained in:
parent
0cd3ec864a
commit
c90f6adb95
|
|
@ -2562,7 +2562,6 @@ Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/MainWindow.h -text
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/MainWindow.ui -text
|
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/MainWindow.ui -text
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/data/oneH.xyz -text
|
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/data/oneH.xyz -text
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/data/oneK.xyz -text
|
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/data/oneK.xyz -text
|
||||||
Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/periodic.pro -text
|
|
||||||
Periodic_3_triangulation_3/doc_tex/Periodic_3_triangulation_3/offsets.eps -text
|
Periodic_3_triangulation_3/doc_tex/Periodic_3_triangulation_3/offsets.eps -text
|
||||||
Periodic_3_triangulation_3/doc_tex/Periodic_3_triangulation_3/offsets.gif -text
|
Periodic_3_triangulation_3/doc_tex/Periodic_3_triangulation_3/offsets.gif -text
|
||||||
Periodic_3_triangulation_3/doc_tex/Periodic_3_triangulation_3/offsets.pdf -text
|
Periodic_3_triangulation_3/doc_tex/Periodic_3_triangulation_3/offsets.pdf -text
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
General
|
|
||||||
- Introduce hierarchy
|
|
||||||
- Is Locate_type redundant?
|
|
||||||
|
|
||||||
TEST-SUITE
|
|
||||||
- Use gcov to improve code coverage
|
|
||||||
|
|
@ -1,39 +0,0 @@
|
||||||
The demos use Geomview
|
|
||||||
[see the chapter Geomview in the cgal manual - support library:
|
|
||||||
Geomview 1.8.1 is required. The geomview command must be in the user's $PATH,
|
|
||||||
otherwise the program will not be able to execute.]
|
|
||||||
|
|
||||||
------- demo -------------------------------------------------
|
|
||||||
Construction of a Delaunay triangulation.
|
|
||||||
|
|
||||||
Needs an input file "data/points" containing points (given by x y z)
|
|
||||||
|
|
||||||
Draws the triangulation (vertices and edges) in geomview
|
|
||||||
|
|
||||||
Locates a point a shows the cell containing it
|
|
||||||
|
|
||||||
Draws the triangulation (edges and cells) in geomview,
|
|
||||||
then the user can move one of the two displayed versions
|
|
||||||
of the triangulation.
|
|
||||||
--------------------------------------------------------------
|
|
||||||
|
|
||||||
------- demo_color -------------------------------------------
|
|
||||||
Constructs a Delaunay triangulation with a special Vertex base class
|
|
||||||
containing a color (white by default).
|
|
||||||
|
|
||||||
Sets the color of degree 6 vertices to red.
|
|
||||||
|
|
||||||
Displays the triangulation where each vertex has its own color.
|
|
||||||
--------------------------------------------------------------
|
|
||||||
|
|
||||||
------- demo_voronoi ------------------------------------------
|
|
||||||
Constructs a Delaunay triangulation for points on a grid.
|
|
||||||
|
|
||||||
Displays the Voronoi edges of the set of points
|
|
||||||
--------------------------------------------------------------
|
|
||||||
|
|
||||||
------- demo_remove ------------------------------------------
|
|
||||||
Constructs a Delaunay triangulation for points on a grid.
|
|
||||||
|
|
||||||
Then removes all the vertices in random order
|
|
||||||
--------------------------------------------------------------
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
######################################################################
|
|
||||||
# Automatically generated by qmake (2.01a) Fri Jan 25 17:43:03 2008
|
|
||||||
######################################################################
|
|
||||||
|
|
||||||
TEMPLATE = app
|
|
||||||
TARGET = periodic
|
|
||||||
DEPENDPATH += .
|
|
||||||
INCLUDEPATH += .
|
|
||||||
|
|
||||||
# Input
|
|
||||||
HEADERS += cgal.h periodic.h Scene.h
|
|
||||||
FORMS += periodic.ui
|
|
||||||
SOURCES += main.cpp \
|
|
||||||
periodic.cpp \
|
|
||||||
Scene.cpp
|
|
||||||
|
|
||||||
QMAKE_MAKEFILE=Makefile.periodic
|
|
||||||
LIBS+=-lCGAL -lQGLViewer
|
|
||||||
|
|
||||||
QT += xml opengl script
|
|
||||||
|
|
@ -1,344 +0,0 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="8.00"
|
|
||||||
Name="periodic"
|
|
||||||
ProjectGUID="{660E601C-526C-461F-8FAC-45812C6068C7}"
|
|
||||||
RootNamespace="periodic"
|
|
||||||
Keyword="Qt4VSv1.0"
|
|
||||||
>
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"
|
|
||||||
/>
|
|
||||||
</Platforms>
|
|
||||||
<ToolFiles>
|
|
||||||
</ToolFiles>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
|
||||||
ConfigurationType="1"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalIncludeDirectories="C:\cgal\svn\trunk\Kernel_23\include;"C:\cgal\CGAL-3.4-I-196\include\CGAL\config\msvc";"C:\cgal\CGAL-3.4-I-196\include";.\GeneratedFiles;"$(QTDIR)\include";".\GeneratedFiles\$(ConfigurationName)";"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui""
|
|
||||||
PreprocessorDefinitions="CGAL_CFG_NO_VARIADIC_TEMPLATES=1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
TreatWChar_tAsBuiltInType="false"
|
|
||||||
DebugInformationFormat="0"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
AdditionalDependencies="opengl32.lib glu32.lib gdi32.lib user32.lib qtmain.lib QGLViewer2.lib QtScript4.lib QtXml4.lib QtOpenGL4.lib QtGui4.lib QtCore4.lib "
|
|
||||||
OutputFile="$(OutDir)\$(ProjectName).exe"
|
|
||||||
AdditionalLibraryDirectories=""C:\cgal\CGAL-3.4-I-196\lib";"$(QTDIR)\lib""
|
|
||||||
GenerateDebugInformation="false"
|
|
||||||
SubSystem="2"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
||||||
IntermediateDirectory="$(ConfigurationName)"
|
|
||||||
ConfigurationType="1"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
Optimization="0"
|
|
||||||
AdditionalIncludeDirectories=""C:\Program Files (x86)\CGAL-3.3.1\include\CGAL\config\msvc";C:\cgal\users\Leica\include;C:\cgal\users\GlobalMapper\include;"C:\Program Files (x86)\CGAL-3.3.1\include";.\GeneratedFiles;"$(QTDIR)\include";".\GeneratedFiles\$(ConfigurationName)";"$(QTDIR)\include\QtCore";"$(QTDIR)\include\QtGui".\GeneratedFiles;$(QTDIR)\include;.\GeneratedFiles\$(ConfigurationName);;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui"
|
|
||||||
PreprocessorDefinitions="CGAL_CFG_NO_VARIADIC_TEMPLATES=1"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
TreatWChar_tAsBuiltInType="false"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
AdditionalDependencies=" opengl32.lib glu32.lib gdi32.lib user32.lib qtmain.lib QGLViewer2.lib QtScript4.lib QtXml4.lib QtOpenGL4.lib QtGui4.lib QtCore4.lib qtmaind.lib QtCored4.lib QtGuid4.lib"
|
|
||||||
OutputFile="$(OutDir)\$(ProjectName).exe"
|
|
||||||
AdditionalLibraryDirectories=""C:\QGLViewer\2.2.6-3\QGLViewer\release";"C:\Program Files (x86)\CGAL-3.3.1\lib";"$(QTDIR)\lib""
|
|
||||||
GenerateDebugInformation="true"
|
|
||||||
SubSystem="2"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManifestTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCAppVerifierTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<References>
|
|
||||||
</References>
|
|
||||||
<Files>
|
|
||||||
<Filter
|
|
||||||
Name="Source Files"
|
|
||||||
Filter="cpp;cxx;c;def"
|
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath=".\main.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\periodic.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\Scene.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Form Files"
|
|
||||||
Filter="ui"
|
|
||||||
UniqueIdentifier="{99349809-55BA-4b9d-BF79-8FDBB0286EB3}"
|
|
||||||
>
|
|
||||||
<Filter
|
|
||||||
Name="Header Files"
|
|
||||||
Filter="h"
|
|
||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath=".\cgal.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\periodic.h"
|
|
||||||
>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
Description="Moc'ing periodic.h..."
|
|
||||||
CommandLine=""$(QTDIR)\bin\moc.exe" -DCGAL_CFG_NO_VARIADIC_TEMPLATES=1 -I"C:\cgal\svn\trunk\Kernel_23\include" -I"C:\cgal\CGAL-3.4-I-196\include\CGAL\config\msvc" -I"C:\cgal\CGAL-3.4-I-196\include" -I".\GeneratedFiles" -I"$(QTDIR)\include" -I".\GeneratedFiles\$(ConfigurationName)" -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" ".\periodic.h" -o ".\GeneratedFiles\$(ConfigurationName)\moc_periodic.cpp"
"
|
|
||||||
AdditionalDependencies=""$(QTDIR)\bin\moc.exe";.\periodic.h"
|
|
||||||
Outputs="".\GeneratedFiles\$(ConfigurationName)\moc_periodic.cpp""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
Description="Moc'ing periodic.h..."
|
|
||||||
CommandLine=""$(QTDIR)\bin\moc.exe" -DCGAL_CFG_NO_VARIADIC_TEMPLATES=1 -I"C:\Program Files (x86)\CGAL-3.3.1\include\CGAL\config\msvc" -I"C:\cgal\users\Leica\include" -I"C:\cgal\users\GlobalMapper\include" -I"C:\Program Files (x86)\CGAL-3.3.1\include" -I".\GeneratedFiles" -I"$(QTDIR)\include" -I".\GeneratedFiles\$(ConfigurationName)" -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui.\GeneratedFiles" -I"$(QTDIR)\include" -I".\GeneratedFiles\$(ConfigurationName)" -I"." -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" ".\periodic.h" -o ".\GeneratedFiles\$(ConfigurationName)\moc_periodic.cpp"
"
|
|
||||||
AdditionalDependencies=""$(QTDIR)\bin\moc.exe";.\periodic.h"
|
|
||||||
Outputs="".\GeneratedFiles\$(ConfigurationName)\moc_periodic.cpp""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\periodic.ui"
|
|
||||||
>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
Description="Uic'ing $(InputPath)..."
|
|
||||||
CommandLine=""$(QTDIR)\bin\uic.exe" -o ".\GeneratedFiles\ui_periodic.h" "$(InputPath)"
"
|
|
||||||
AdditionalDependencies="$(QTDIR)\bin\uic.exe"
|
|
||||||
Outputs="".\GeneratedFiles\ui_periodic.h""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
Description="Uic'ing $(InputPath)..."
|
|
||||||
CommandLine=""$(QTDIR)\bin\uic.exe" -o ".\GeneratedFiles\ui_periodic.h" "$(InputPath)"
"
|
|
||||||
AdditionalDependencies="$(QTDIR)\bin\uic.exe"
|
|
||||||
Outputs="".\GeneratedFiles\ui_periodic.h""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\Scene.h"
|
|
||||||
>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
Description="Moc'ing Scene.h..."
|
|
||||||
CommandLine=""$(QTDIR)\bin\moc.exe" -DCGAL_CFG_NO_VARIADIC_TEMPLATES=1 -I"C:\cgal\svn\trunk\Kernel_23\include" -I"C:\cgal\CGAL-3.4-I-196\include\CGAL\config\msvc" -I"C:\cgal\CGAL-3.4-I-196\include" -I".\GeneratedFiles" -I"$(QTDIR)\include" -I".\GeneratedFiles\$(ConfigurationName)" -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" ".\Scene.h" -o ".\GeneratedFiles\$(ConfigurationName)\moc_Scene.cpp"
"
|
|
||||||
AdditionalDependencies=""$(QTDIR)\bin\moc.exe";.\Scene.h"
|
|
||||||
Outputs="".\GeneratedFiles\$(ConfigurationName)\moc_Scene.cpp""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
Description="Moc'ing Scene.h..."
|
|
||||||
CommandLine=""$(QTDIR)\bin\moc.exe" -DCGAL_CFG_NO_VARIADIC_TEMPLATES=1 -I"C:\Program Files (x86)\CGAL-3.3.1\include\CGAL\config\msvc" -I"C:\cgal\users\Leica\include" -I"C:\cgal\users\GlobalMapper\include" -I"C:\Program Files (x86)\CGAL-3.3.1\include" -I".\GeneratedFiles" -I"$(QTDIR)\include" -I".\GeneratedFiles\$(ConfigurationName)" -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui.\GeneratedFiles" -I"$(QTDIR)\include" -I".\GeneratedFiles\$(ConfigurationName)" -I"." -I"$(QTDIR)\include\QtCore" -I"$(QTDIR)\include\QtGui" ".\Scene.h" -o ".\GeneratedFiles\$(ConfigurationName)\moc_Scene.cpp"
"
|
|
||||||
AdditionalDependencies=""$(QTDIR)\bin\moc.exe";.\Scene.h"
|
|
||||||
Outputs="".\GeneratedFiles\$(ConfigurationName)\moc_Scene.cpp""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Resource Files"
|
|
||||||
Filter="qrc;*"
|
|
||||||
UniqueIdentifier="{D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E}"
|
|
||||||
ParseFiles="false"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath=".\periodic.qrc"
|
|
||||||
>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
Description=""
|
|
||||||
CommandLine=""
|
|
||||||
AdditionalDependencies=""
|
|
||||||
Outputs=""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
Description=""
|
|
||||||
CommandLine=""
|
|
||||||
AdditionalDependencies=""
|
|
||||||
Outputs=""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Generated Files"
|
|
||||||
Filter="moc;h;cpp"
|
|
||||||
UniqueIdentifier="{71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11}"
|
|
||||||
SourceControlFiles="false"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath=".\GeneratedFiles\Release\moc_periodic.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\GeneratedFiles\Release\moc_Scene.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
<Global
|
|
||||||
Name="MocDir"
|
|
||||||
Value=".\GeneratedFiles\$(ConfigurationName)"
|
|
||||||
/>
|
|
||||||
<Global
|
|
||||||
Name="QtVersion"
|
|
||||||
Value="4.3.2"
|
|
||||||
/>
|
|
||||||
<Global
|
|
||||||
Name="RccDir"
|
|
||||||
Value=".\GeneratedFiles"
|
|
||||||
/>
|
|
||||||
<Global
|
|
||||||
Name="UicDir"
|
|
||||||
Value=".\GeneratedFiles"
|
|
||||||
/>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
||||||
Loading…
Reference in New Issue