mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Tidy up config files for Visual Studio
Removal of unneeded Visual C++ project files Update of version number and copyright for Visual C++ Thanks to tgotic
This commit is contained in:
parent
7da2041cfd
commit
3d938aa029
@ -1,20 +0,0 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
|
||||||
# Visual Studio 2008
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QtZint2", "QtZint2.vcproj", "{54ADAB01-7047-3ED1-B8D2-7AC84B1C5090}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Win32 = Debug|Win32
|
|
||||||
Release|Win32 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{54ADAB01-7047-3ED1-B8D2-7AC84B1C5090}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{54ADAB01-7047-3ED1-B8D2-7AC84B1C5090}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{54ADAB01-7047-3ED1-B8D2-7AC84B1C5090}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{54ADAB01-7047-3ED1-B8D2-7AC84B1C5090}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
@ -1,411 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="9,00"
|
|
||||||
Name="QtZint2"
|
|
||||||
ProjectGUID="{54ADAB01-7047-3ED1-B8D2-7AC84B1C5090}"
|
|
||||||
Keyword="Qt4VSv1.0"
|
|
||||||
TargetFrameworkVersion="0"
|
|
||||||
>
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"
|
|
||||||
/>
|
|
||||||
</Platforms>
|
|
||||||
<ToolFiles>
|
|
||||||
</ToolFiles>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
OutputDirectory="."
|
|
||||||
IntermediateDirectory="debug\"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
WarningLevel="0"
|
|
||||||
DefaultCharType="0"
|
|
||||||
EnableErrorChecks="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions="-Zm200 -w34100 -w34189 -w34100 -w34189"
|
|
||||||
Optimization="4"
|
|
||||||
AdditionalIncludeDirectories=""d:\Prog\Qt\4.6.0-beta1\include\QtCore","d:\Prog\Qt\4.6.0-beta1\include\QtGui","d:\Prog\Qt\4.6.0-beta1\include","..\backend","d:\opt\include","d:\Prog\Qt\4.6.0-beta1\include\ActiveQt","debug",d:\Prog\Qt\4.6.0-beta1\mkspecs\default"
|
|
||||||
PreprocessorDefinitions="UNICODE;WIN32;QT_LARGEFILE_SUPPORT;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION=\"2.3.0\";QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT"
|
|
||||||
GeneratePreprocessedFile="0"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
BufferSecurityCheck="false"
|
|
||||||
TreatWChar_tAsBuiltInType="false"
|
|
||||||
RuntimeTypeInfo="true"
|
|
||||||
AssemblerListingLocation="debug\"
|
|
||||||
ObjectFile="debug\"
|
|
||||||
ProgramDataBaseFileName=".\"
|
|
||||||
WarningLevel="3"
|
|
||||||
SuppressStartupBanner="true"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
CompileAs="2"
|
|
||||||
DisableSpecificWarnings="4018,4244,4305"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
PreprocessorDefinitions="UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS,_CRT_NONSTDC_NO_WARNINGS,ZINT_VERSION=\"2.3.0\",QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,_DEBUG"
|
|
||||||
ResourceOutputFileName="debug\/$(InputName).res"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="debug\QtZint2.lib"
|
|
||||||
SuppressStartupBanner="true"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|Win32"
|
|
||||||
OutputDirectory="."
|
|
||||||
IntermediateDirectory="release\"
|
|
||||||
ConfigurationType="4"
|
|
||||||
UseOfMFC="0"
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXMLDataGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCWebServiceProxyGeneratorTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
WarningLevel="0"
|
|
||||||
DefaultCharType="0"
|
|
||||||
EnableErrorChecks="1"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalOptions="-Zm200 -w34100 -w34189 -w34100 -w34189"
|
|
||||||
Optimization="2"
|
|
||||||
AdditionalIncludeDirectories=""d:\Prog\Qt\4.6.0-beta1\include\QtCore","d:\Prog\Qt\4.6.0-beta1\include\QtGui","d:\Prog\Qt\4.6.0-beta1\include","..\backend","d:\opt\include","d:\Prog\Qt\4.6.0-beta1\include\ActiveQt","release",d:\Prog\Qt\4.6.0-beta1\mkspecs\default"
|
|
||||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS,_CRT_NONSTDC_NO_WARNINGS,ZINT_VERSION=\"2.3.0\",QT_NO_DEBUG,QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,NDEBUG"
|
|
||||||
GeneratePreprocessedFile="0"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
BufferSecurityCheck="false"
|
|
||||||
TreatWChar_tAsBuiltInType="false"
|
|
||||||
RuntimeTypeInfo="true"
|
|
||||||
AssemblerListingLocation="release\"
|
|
||||||
ObjectFile="release\"
|
|
||||||
ProgramDataBaseFileName=".\"
|
|
||||||
WarningLevel="3"
|
|
||||||
SuppressStartupBanner="true"
|
|
||||||
DebugInformationFormat="0"
|
|
||||||
CompileAs="2"
|
|
||||||
DisableSpecificWarnings="4018,4244,4305"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCManagedResourceCompilerTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,_CRT_SECURE_NO_WARNINGS,_CRT_NONSTDC_NO_WARNINGS,ZINT_VERSION=\"2.3.0\",QT_NO_DEBUG,QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT"
|
|
||||||
ResourceOutputFileName="release\/$(InputName).res"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLibrarianTool"
|
|
||||||
OutputFile="release\QtZint2.lib"
|
|
||||||
SuppressStartupBanner="true"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCALinkTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCXDCMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCBscMakeTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCFxCopTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"
|
|
||||||
/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<References>
|
|
||||||
</References>
|
|
||||||
<Files>
|
|
||||||
<Filter
|
|
||||||
Name="Source Files"
|
|
||||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\2of5.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\auspost.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\aztec.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\blockf.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\code.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\code1.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\code128.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\code16k.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\code49.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\common.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\composite.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\dm200.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\dmatrix.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\gridmtx.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\gs1.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\imail.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\large.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\library.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\maxicode.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\medical.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\pdf417.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\plessey.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\png.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\postal.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\ps.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\qr.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="qzint.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\reedsol.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\rss.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\svg.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\telepen.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\upcean.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Header Files"
|
|
||||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\aztec.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\code1.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\code49.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\common.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\composite.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\dm200.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\dmatrix.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\font.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\gb2312.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\gridmtx.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\gs1.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\large.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\maxicode.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\maxipng.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\ms_stdint.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\pdf417.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\qr.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="qzint.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\reedsol.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\rss.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\sjis.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\backend\zint.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
@ -1,20 +0,0 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
|
||||||
# Visual Studio 2008
|
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "qtZint", "qtZint.vcproj", "{6B8BFC0E-48F8-3D3B-BC6F-9EBEC23A8BC1}"
|
|
||||||
EndProject
|
|
||||||
Global
|
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
||||||
Debug|Win32 = Debug|Win32
|
|
||||||
Release|Win32 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
||||||
{6B8BFC0E-48F8-3D3B-BC6F-9EBEC23A8BC1}.Debug|Win32.ActiveCfg = Debug|Win32
|
|
||||||
{6B8BFC0E-48F8-3D3B-BC6F-9EBEC23A8BC1}.Debug|Win32.Build.0 = Debug|Win32
|
|
||||||
{6B8BFC0E-48F8-3D3B-BC6F-9EBEC23A8BC1}.Release|Win32.ActiveCfg = Release|Win32
|
|
||||||
{6B8BFC0E-48F8-3D3B-BC6F-9EBEC23A8BC1}.Release|Win32.Build.0 = Release|Win32
|
|
||||||
EndGlobalSection
|
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
|
||||||
HideSolutionNode = FALSE
|
|
||||||
EndGlobalSection
|
|
||||||
EndGlobal
|
|
@ -1,499 +0,0 @@
|
|||||||
<?xml version="1.0" encoding = "Windows-1252"?>
|
|
||||||
<VisualStudioProject
|
|
||||||
ProjectType="Visual C++"
|
|
||||||
Version="9,00"
|
|
||||||
Name="qtZint"
|
|
||||||
ProjectGUID="{6B8BFC0E-48F8-3D3B-BC6F-9EBEC23A8BC1}"
|
|
||||||
Keyword="Qt4VSv1.0">
|
|
||||||
<Platforms>
|
|
||||||
<Platform
|
|
||||||
Name="Win32"/>
|
|
||||||
</Platforms>
|
|
||||||
<Configurations>
|
|
||||||
<Configuration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
OutputDirectory="."
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
||||||
ConfigurationType="1"
|
|
||||||
IntermediateDirectory="debug\"
|
|
||||||
UseOfMfc="0">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalIncludeDirectories=""d:\Prog\Qt\4.6.0-beta1\include\QtUiTools","d:\Prog\Qt\4.6.0-beta1\include\QtCore","d:\Prog\Qt\4.6.0-beta1\include\QtGui","d:\Prog\Qt\4.6.0-beta1\include\QtXml","d:\Prog\Qt\4.6.0-beta1\include","..\backend_qt4","..\backend","d:\Prog\Qt\4.6.0-beta1\include\ActiveQt","debug","d:\src\zint\frontend_qt4",d:\Prog\Qt\4.6.0-beta1\mkspecs\default"
|
|
||||||
AdditionalOptions="-Zm200 -w34100 -w34189 -w34100 -w34189"
|
|
||||||
AssemblerListingLocation="debug\"
|
|
||||||
BufferSecurityCheck="false"
|
|
||||||
DebugInformationFormat="3"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
GeneratePreprocessedFile="0"
|
|
||||||
ObjectFile="debug\"
|
|
||||||
Optimization ="4"
|
|
||||||
PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_XML_LIB,QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT"
|
|
||||||
ProgramDataBaseFileName=".\"
|
|
||||||
RuntimeLibrary="3"
|
|
||||||
RuntimeTypeInfo="true"
|
|
||||||
SuppressStartupBanner="true"
|
|
||||||
TreatWChar_tAsBuiltInType="false"
|
|
||||||
WarningLevel="3"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\lib\qtmainVSd.lib QtZint2.lib d:\Prog\Qt\4.6.0-beta1\lib\QtXmlVSd.lib d:\Prog\Qt\4.6.0-beta1\lib\QtGuiVSd.lib d:\Prog\Qt\4.6.0-beta1\lib\QtCoreVSd.lib d:\Prog\Qt\4.6.0-beta1\lib\QtUiToolsd.lib kernel32.lib user32.lib shell32.lib uuid.lib ole32.lib advapi32.lib ws2_32.lib gdi32.lib comdlg32.lib oleaut32.lib imm32.lib winmm.lib winspool.lib msimg32.lib"
|
|
||||||
AdditionalLibraryDirectories="..\backend_qt4\debug,d:\Prog\Qt\4.6.0-beta1\lib"
|
|
||||||
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="debug\qtZint.exe"
|
|
||||||
ProgramDatabaseFile=""
|
|
||||||
SubSystem="2"
|
|
||||||
SuppressStartupBanner="true"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
DefaultCharType="0"
|
|
||||||
EnableErrorChecks="1"
|
|
||||||
WarningLevel="0"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
PreprocessorDefinitions="_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_XML_LIB,QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,_DEBUG"/>
|
|
||||||
</Configuration>
|
|
||||||
<Configuration
|
|
||||||
Name="Release|Win32"
|
|
||||||
OutputDirectory="."
|
|
||||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
||||||
ConfigurationType="1"
|
|
||||||
IntermediateDirectory="release\"
|
|
||||||
UseOfMfc="0">
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalIncludeDirectories=""d:\Prog\Qt\4.6.0-beta1\include\QtUiTools","d:\Prog\Qt\4.6.0-beta1\include\QtCore","d:\Prog\Qt\4.6.0-beta1\include\QtGui","d:\Prog\Qt\4.6.0-beta1\include\QtXml","d:\Prog\Qt\4.6.0-beta1\include","..\backend_qt4","..\backend","d:\Prog\Qt\4.6.0-beta1\include\ActiveQt","release","d:\src\zint\frontend_qt4",d:\Prog\Qt\4.6.0-beta1\mkspecs\default"
|
|
||||||
AdditionalOptions="-Zm200 -w34100 -w34189 -w34100 -w34189"
|
|
||||||
AssemblerListingLocation="release\"
|
|
||||||
BufferSecurityCheck="false"
|
|
||||||
DebugInformationFormat="0"
|
|
||||||
ExceptionHandling="1"
|
|
||||||
GeneratePreprocessedFile="0"
|
|
||||||
ObjectFile="release\"
|
|
||||||
Optimization ="2"
|
|
||||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_NO_DEBUG,QT_XML_LIB,QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT,NDEBUG"
|
|
||||||
ProgramDataBaseFileName=".\"
|
|
||||||
RuntimeLibrary="2"
|
|
||||||
RuntimeTypeInfo="true"
|
|
||||||
SuppressStartupBanner="true"
|
|
||||||
TreatWChar_tAsBuiltInType="false"
|
|
||||||
WarningLevel="3"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCLinkerTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\lib\qtmainVS.lib QtZint2.lib d:\Prog\Qt\4.6.0-beta1\lib\QtXmlVS.lib d:\Prog\Qt\4.6.0-beta1\lib\QtGuiVS.lib d:\Prog\Qt\4.6.0-beta1\lib\QtCoreVS.lib d:\Prog\Qt\4.6.0-beta1\lib\QtUiTools.lib kernel32.lib user32.lib shell32.lib uuid.lib ole32.lib advapi32.lib ws2_32.lib gdi32.lib comdlg32.lib oleaut32.lib imm32.lib winmm.lib winspool.lib msimg32.lib"
|
|
||||||
AdditionalLibraryDirectories="..\backend_qt4\release,d:\Prog\Qt\4.6.0-beta1\lib"
|
|
||||||
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="release\qtZint.exe"
|
|
||||||
ProgramDatabaseFile=""
|
|
||||||
SubSystem="2"
|
|
||||||
SuppressStartupBanner="true"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCMIDLTool"
|
|
||||||
DefaultCharType="0"
|
|
||||||
EnableErrorChecks="1"
|
|
||||||
WarningLevel="0"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPostBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreBuildEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCPreLinkEventTool"/>
|
|
||||||
<Tool
|
|
||||||
Name="VCResourceCompilerTool"
|
|
||||||
PreprocessorDefinitions="QT_NO_DEBUG,NDEBUG,_WINDOWS,UNICODE,WIN32,QT_LARGEFILE_SUPPORT,QT_NO_DEBUG,QT_XML_LIB,QT_GUI_LIB,QT_CORE_LIB,QT_THREAD_SUPPORT"/>
|
|
||||||
</Configuration>
|
|
||||||
</Configurations>
|
|
||||||
<Files>
|
|
||||||
<Filter
|
|
||||||
Name="Source Files"
|
|
||||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
||||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
||||||
<File
|
|
||||||
RelativePath="barcodeitem.cpp"/>
|
|
||||||
<File
|
|
||||||
RelativePath="datawindow.cpp"/>
|
|
||||||
<File
|
|
||||||
RelativePath="exportwindow.cpp"/>
|
|
||||||
<File
|
|
||||||
RelativePath="main.cpp"/>
|
|
||||||
<File
|
|
||||||
RelativePath="mainwindow.cpp"/>
|
|
||||||
<File
|
|
||||||
RelativePath="sequencewindow.cpp"/>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Header Files"
|
|
||||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
|
||||||
<File
|
|
||||||
RelativePath="barcodeitem.h"/>
|
|
||||||
<File
|
|
||||||
RelativePath="datawindow.h">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe;datawindow.h"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Prog\Qt\4.6.0-beta1\include\QtUiTools" -I"d:\Prog\Qt\4.6.0-beta1\include\QtCore" -I"d:\Prog\Qt\4.6.0-beta1\include\QtGui" -I"d:\Prog\Qt\4.6.0-beta1\include\QtXml" -I"d:\Prog\Qt\4.6.0-beta1\include" -I"..\backend_qt4" -I"..\backend" -I"d:\Prog\Qt\4.6.0-beta1\include\ActiveQt" -I"debug" -I"d:\src\zint\frontend_qt4" -Id:\Prog\Qt\4.6.0-beta1\mkspecs\default -D_MSC_VER=1500 -DWIN32 datawindow.h -o debug\moc_datawindow.cpp"
|
|
||||||
Description="MOC datawindow.h"
|
|
||||||
Outputs="debug\moc_datawindow.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe;datawindow.h"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Prog\Qt\4.6.0-beta1\include\QtUiTools" -I"d:\Prog\Qt\4.6.0-beta1\include\QtCore" -I"d:\Prog\Qt\4.6.0-beta1\include\QtGui" -I"d:\Prog\Qt\4.6.0-beta1\include\QtXml" -I"d:\Prog\Qt\4.6.0-beta1\include" -I"..\backend_qt4" -I"..\backend" -I"d:\Prog\Qt\4.6.0-beta1\include\ActiveQt" -I"release" -I"d:\src\zint\frontend_qt4" -Id:\Prog\Qt\4.6.0-beta1\mkspecs\default -D_MSC_VER=1500 -DWIN32 datawindow.h -o release\moc_datawindow.cpp"
|
|
||||||
Description="MOC datawindow.h"
|
|
||||||
Outputs="release\moc_datawindow.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="exportwindow.h">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe;exportwindow.h"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Prog\Qt\4.6.0-beta1\include\QtUiTools" -I"d:\Prog\Qt\4.6.0-beta1\include\QtCore" -I"d:\Prog\Qt\4.6.0-beta1\include\QtGui" -I"d:\Prog\Qt\4.6.0-beta1\include\QtXml" -I"d:\Prog\Qt\4.6.0-beta1\include" -I"..\backend_qt4" -I"..\backend" -I"d:\Prog\Qt\4.6.0-beta1\include\ActiveQt" -I"debug" -I"d:\src\zint\frontend_qt4" -Id:\Prog\Qt\4.6.0-beta1\mkspecs\default -D_MSC_VER=1500 -DWIN32 exportwindow.h -o debug\moc_exportwindow.cpp"
|
|
||||||
Description="MOC exportwindow.h"
|
|
||||||
Outputs="debug\moc_exportwindow.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe;exportwindow.h"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Prog\Qt\4.6.0-beta1\include\QtUiTools" -I"d:\Prog\Qt\4.6.0-beta1\include\QtCore" -I"d:\Prog\Qt\4.6.0-beta1\include\QtGui" -I"d:\Prog\Qt\4.6.0-beta1\include\QtXml" -I"d:\Prog\Qt\4.6.0-beta1\include" -I"..\backend_qt4" -I"..\backend" -I"d:\Prog\Qt\4.6.0-beta1\include\ActiveQt" -I"release" -I"d:\src\zint\frontend_qt4" -Id:\Prog\Qt\4.6.0-beta1\mkspecs\default -D_MSC_VER=1500 -DWIN32 exportwindow.h -o release\moc_exportwindow.cpp"
|
|
||||||
Description="MOC exportwindow.h"
|
|
||||||
Outputs="release\moc_exportwindow.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="mainwindow.h">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe;mainwindow.h"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Prog\Qt\4.6.0-beta1\include\QtUiTools" -I"d:\Prog\Qt\4.6.0-beta1\include\QtCore" -I"d:\Prog\Qt\4.6.0-beta1\include\QtGui" -I"d:\Prog\Qt\4.6.0-beta1\include\QtXml" -I"d:\Prog\Qt\4.6.0-beta1\include" -I"..\backend_qt4" -I"..\backend" -I"d:\Prog\Qt\4.6.0-beta1\include\ActiveQt" -I"debug" -I"d:\src\zint\frontend_qt4" -Id:\Prog\Qt\4.6.0-beta1\mkspecs\default -D_MSC_VER=1500 -DWIN32 mainwindow.h -o debug\moc_mainwindow.cpp"
|
|
||||||
Description="MOC mainwindow.h"
|
|
||||||
Outputs="debug\moc_mainwindow.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe;mainwindow.h"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Prog\Qt\4.6.0-beta1\include\QtUiTools" -I"d:\Prog\Qt\4.6.0-beta1\include\QtCore" -I"d:\Prog\Qt\4.6.0-beta1\include\QtGui" -I"d:\Prog\Qt\4.6.0-beta1\include\QtXml" -I"d:\Prog\Qt\4.6.0-beta1\include" -I"..\backend_qt4" -I"..\backend" -I"d:\Prog\Qt\4.6.0-beta1\include\ActiveQt" -I"release" -I"d:\src\zint\frontend_qt4" -Id:\Prog\Qt\4.6.0-beta1\mkspecs\default -D_MSC_VER=1500 -DWIN32 mainwindow.h -o release\moc_mainwindow.cpp"
|
|
||||||
Description="MOC mainwindow.h"
|
|
||||||
Outputs="release\moc_mainwindow.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="sequencewindow.h">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe;sequencewindow.h"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Prog\Qt\4.6.0-beta1\include\QtUiTools" -I"d:\Prog\Qt\4.6.0-beta1\include\QtCore" -I"d:\Prog\Qt\4.6.0-beta1\include\QtGui" -I"d:\Prog\Qt\4.6.0-beta1\include\QtXml" -I"d:\Prog\Qt\4.6.0-beta1\include" -I"..\backend_qt4" -I"..\backend" -I"d:\Prog\Qt\4.6.0-beta1\include\ActiveQt" -I"debug" -I"d:\src\zint\frontend_qt4" -Id:\Prog\Qt\4.6.0-beta1\mkspecs\default -D_MSC_VER=1500 -DWIN32 sequencewindow.h -o debug\moc_sequencewindow.cpp"
|
|
||||||
Description="MOC sequencewindow.h"
|
|
||||||
Outputs="debug\moc_sequencewindow.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe;sequencewindow.h"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\moc.exe -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPPORT -I"d:\Prog\Qt\4.6.0-beta1\include\QtUiTools" -I"d:\Prog\Qt\4.6.0-beta1\include\QtCore" -I"d:\Prog\Qt\4.6.0-beta1\include\QtGui" -I"d:\Prog\Qt\4.6.0-beta1\include\QtXml" -I"d:\Prog\Qt\4.6.0-beta1\include" -I"..\backend_qt4" -I"..\backend" -I"d:\Prog\Qt\4.6.0-beta1\include\ActiveQt" -I"release" -I"d:\src\zint\frontend_qt4" -Id:\Prog\Qt\4.6.0-beta1\mkspecs\default -D_MSC_VER=1500 -DWIN32 sequencewindow.h -o release\moc_sequencewindow.cpp"
|
|
||||||
Description="MOC sequencewindow.h"
|
|
||||||
Outputs="release\moc_sequencewindow.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\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="debug\moc_datawindow.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="release\moc_datawindow.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="debug\moc_exportwindow.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="release\moc_exportwindow.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="debug\moc_mainwindow.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="release\moc_mainwindow.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="debug\moc_sequencewindow.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="release\moc_sequencewindow.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="debug\qrc_resources.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="release\qrc_resources.cpp">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="debug\qtZint.res">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="release\qtZint.res">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
ExcludedFromBuild="true"/>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="ui_extData.h"/>
|
|
||||||
<File
|
|
||||||
RelativePath="ui_extExport.h"/>
|
|
||||||
<File
|
|
||||||
RelativePath="ui_extSequence.h"/>
|
|
||||||
<File
|
|
||||||
RelativePath="ui_mainWindow.h"/>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Form Files"
|
|
||||||
Filter="ui"
|
|
||||||
UniqueIdentifier="{99349809-55BA-4b9d-BF79-8FDBB0286EB3}"
|
|
||||||
ParseFiles="false">
|
|
||||||
<File
|
|
||||||
RelativePath="extData.ui">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe;extData.ui"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe extData.ui -o ui_extData.h"
|
|
||||||
Description="UIC extData.ui"
|
|
||||||
Outputs="ui_extData.h"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe;extData.ui"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe extData.ui -o ui_extData.h"
|
|
||||||
Description="UIC extData.ui"
|
|
||||||
Outputs="ui_extData.h"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="extExport.ui">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe;extExport.ui"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe extExport.ui -o ui_extExport.h"
|
|
||||||
Description="UIC extExport.ui"
|
|
||||||
Outputs="ui_extExport.h"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe;extExport.ui"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe extExport.ui -o ui_extExport.h"
|
|
||||||
Description="UIC extExport.ui"
|
|
||||||
Outputs="ui_extExport.h"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="extSequence.ui">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe;extSequence.ui"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe extSequence.ui -o ui_extSequence.h"
|
|
||||||
Description="UIC extSequence.ui"
|
|
||||||
Outputs="ui_extSequence.h"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe;extSequence.ui"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe extSequence.ui -o ui_extSequence.h"
|
|
||||||
Description="UIC extSequence.ui"
|
|
||||||
Outputs="ui_extSequence.h"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="mainWindow.ui">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe;mainWindow.ui"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe mainWindow.ui -o ui_mainWindow.h"
|
|
||||||
Description="UIC mainWindow.ui"
|
|
||||||
Outputs="ui_mainWindow.h"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe;mainWindow.ui"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\uic.exe mainWindow.ui -o ui_mainWindow.h"
|
|
||||||
Description="UIC mainWindow.ui"
|
|
||||||
Outputs="ui_mainWindow.h"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="Resource Files"
|
|
||||||
Filter="qrc;*"
|
|
||||||
UniqueIdentifier="{D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E}"
|
|
||||||
ParseFiles="false">
|
|
||||||
<File
|
|
||||||
RelativePath="grpAztec.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpC128.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpC16k.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpC39.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpC49.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpChannel.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpCodablock.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpCodeOne.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpDM.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpGrid.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpMQR.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpMSICheck.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpMaxicode.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpMicroPDF.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpPDF417.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="grpQR.ui"/>
|
|
||||||
<File
|
|
||||||
RelativePath="resources.qrc">
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\rcc.exe;grpAztec.ui;grpC128.ui;grpC16k.ui;grpC39.ui;grpC49.ui;grpChannel.ui;grpCodablock.ui;grpCodeOne.ui;grpDM.ui;grpGrid.ui;grpMQR.ui;grpMSICheck.ui;grpMaxicode.ui;grpMicroPDF.ui;grpPDF417.ui;grpQR.ui;images\rotateleft.png;images\rotateright.png;images\zico.png;images\zoomin.png;images\zoomout.png;resources.qrc"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\rcc.exe -name resources resources.qrc -o debug\qrc_resources.cpp"
|
|
||||||
Description="RCC resources.qrc"
|
|
||||||
Outputs="debug\qrc_resources.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32">
|
|
||||||
<Tool
|
|
||||||
Name="VCCustomBuildTool"
|
|
||||||
AdditionalDependencies="d:\Prog\Qt\4.6.0-beta1\bin\rcc.exe;grpAztec.ui;grpC128.ui;grpC16k.ui;grpC39.ui;grpC49.ui;grpChannel.ui;grpCodablock.ui;grpCodeOne.ui;grpDM.ui;grpGrid.ui;grpMQR.ui;grpMSICheck.ui;grpMaxicode.ui;grpMicroPDF.ui;grpPDF417.ui;grpQR.ui;images\rotateleft.png;images\rotateright.png;images\zico.png;images\zoomin.png;images\zoomout.png;resources.qrc"
|
|
||||||
CommandLine="d:\Prog\Qt\4.6.0-beta1\bin\rcc.exe -name resources resources.qrc -o release\qrc_resources.cpp"
|
|
||||||
Description="RCC resources.qrc"
|
|
||||||
Outputs="release\qrc_resources.cpp"
|
|
||||||
Path="d:\Prog\Qt\4.6.0-beta1\bin"/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="images\rotateleft.png"/>
|
|
||||||
<File
|
|
||||||
RelativePath="images\rotateright.png"/>
|
|
||||||
<File
|
|
||||||
RelativePath="images\zico.png"/>
|
|
||||||
<File
|
|
||||||
RelativePath="images\zoomin.png"/>
|
|
||||||
<File
|
|
||||||
RelativePath="images\zoomout.png"/>
|
|
||||||
</Filter>
|
|
||||||
<File
|
|
||||||
RelativePath="res\qtZint.rc"/>
|
|
||||||
</Files>
|
|
||||||
<Globals>
|
|
||||||
</Globals>
|
|
||||||
</VisualStudioProject>
|
|
10
zint.nsi
10
zint.nsi
@ -10,7 +10,7 @@
|
|||||||
;******************************************************************************
|
;******************************************************************************
|
||||||
!define PRODUCT_NAME "Zint"
|
!define PRODUCT_NAME "Zint"
|
||||||
!define PRODUCT_EXE "qtZint.exe"
|
!define PRODUCT_EXE "qtZint.exe"
|
||||||
!define PRODUCT_VERSION "2.3.0.0"
|
!define PRODUCT_VERSION "2.4.0.0"
|
||||||
!define PRODUCT_WEB_SITE "http://www.zint.org.uk"
|
!define PRODUCT_WEB_SITE "http://www.zint.org.uk"
|
||||||
!define PRODUCT_PUBLISHER "Robin Stuart & BogDan Vatra"
|
!define PRODUCT_PUBLISHER "Robin Stuart & BogDan Vatra"
|
||||||
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_EXE}"
|
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\${PRODUCT_EXE}"
|
||||||
@ -107,7 +107,6 @@ FunctionEnd
|
|||||||
Section ${PRODUCT_NAME} SEC01
|
Section ${PRODUCT_NAME} SEC01
|
||||||
SectionIn RO
|
SectionIn RO
|
||||||
Call startInstall
|
Call startInstall
|
||||||
|
|
||||||
SetOverwrite ifnewer
|
SetOverwrite ifnewer
|
||||||
File ".\frontend_qt4\release\${PRODUCT_EXE}"
|
File ".\frontend_qt4\release\${PRODUCT_EXE}"
|
||||||
File ".\win32\Release\zint.exe"
|
File ".\win32\Release\zint.exe"
|
||||||
@ -116,16 +115,14 @@ Section ${PRODUCT_NAME} SEC01
|
|||||||
|
|
||||||
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
|
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
|
||||||
CreateDirectory "$SMPROGRAMS\$ICONS_GROUP"
|
CreateDirectory "$SMPROGRAMS\$ICONS_GROUP"
|
||||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\qtZint.lnk" "$INSTDIR\${PRODUCT_EXE}"
|
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Zint Barcode Studio.lnk" "$INSTDIR\${PRODUCT_EXE}"
|
||||||
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk" "$INSTDIR\uninst.exe"
|
CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk" "$INSTDIR\uninst.exe"
|
||||||
!insertmacro MUI_STARTMENU_WRITE_END
|
!insertmacro MUI_STARTMENU_WRITE_END
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
;******************************************************************************
|
;******************************************************************************
|
||||||
Section -Post
|
Section -Post
|
||||||
WriteRegStr SHCTX "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\${PRODUCT_EXE}"
|
WriteRegStr SHCTX "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\${PRODUCT_EXE}"
|
||||||
WriteRegStr SHCTX "${PRODUCT_DIR_REGKEY}" "Path" "$INSTDIR"
|
WriteRegStr SHCTX "${PRODUCT_DIR_REGKEY}" "Path" "$INSTDIR"
|
||||||
|
|
||||||
WriteRegStr SHCTX "${PRODUCT_UNINST_KEY}" "DisplayName" "${PRODUCT_NAME}"
|
WriteRegStr SHCTX "${PRODUCT_UNINST_KEY}" "DisplayName" "${PRODUCT_NAME}"
|
||||||
WriteRegStr SHCTX "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe"
|
WriteRegStr SHCTX "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe"
|
||||||
WriteRegStr SHCTX "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\${PRODUCT_EXE}"
|
WriteRegStr SHCTX "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\${PRODUCT_EXE}"
|
||||||
@ -191,7 +188,6 @@ Section Uninstall
|
|||||||
Delete /REBOOTOK "$INSTDIR\uninst.exe"
|
Delete /REBOOTOK "$INSTDIR\uninst.exe"
|
||||||
Delete /REBOOTOK "$INSTDIR\install.log"
|
Delete /REBOOTOK "$INSTDIR\install.log"
|
||||||
RmDir /REBOOTOK "$INSTDIR"
|
RmDir /REBOOTOK "$INSTDIR"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
;******************************************************************************
|
;******************************************************************************
|
||||||
VIProductVersion ${PRODUCT_VERSION}
|
VIProductVersion ${PRODUCT_VERSION}
|
||||||
@ -199,7 +195,7 @@ VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "${PRODUCT_NAME}"
|
|||||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "${PRODUCT_PUBLISHER}"
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "${PRODUCT_PUBLISHER}"
|
||||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "${PRODUCT_NAME} Setup"
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "${PRODUCT_NAME} Setup"
|
||||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${PRODUCT_VERSION}"
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${PRODUCT_VERSION}"
|
||||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright © 2009 Robin Stuart & BogDan Vatra"
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright © 2010 Robin Stuart & BogDan Vatra"
|
||||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "License" "GNU General Public License version 3"
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "License" "GNU General Public License version 3"
|
||||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "WWW" "${PRODUCT_WEB_SITE}"
|
VIAddVersionKey /LANG=${LANG_ENGLISH} "WWW" "${PRODUCT_WEB_SITE}"
|
||||||
;******************************************************************************
|
;******************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user