|
@@ -16,14 +16,15 @@
|
|
|
<Keyword>QtVS_v304</Keyword>
|
|
|
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
|
|
|
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
|
|
|
- <QtMsBuild Condition="'$(QtMsBuild)'=='' or !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild></PropertyGroup>
|
|
|
+ <QtMsBuild Condition="'$(QtMsBuild)'=='' or !Exists('$(QtMsBuild)\qt.targets')">$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
|
|
|
+ </PropertyGroup>
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
|
<OutputDirectory>..\..\x64\Debug\</OutputDirectory>
|
|
|
<ATLMinimizesCRunTimeLibraryUsage>false</ATLMinimizesCRunTimeLibraryUsage>
|
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
|
- <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
<IntermediateDirectory>debug\</IntermediateDirectory>
|
|
|
<PrimaryOutput>qmyedit_qt5d</PrimaryOutput>
|
|
|
</PropertyGroup>
|
|
@@ -36,7 +37,10 @@
|
|
|
<IntermediateDirectory>release\</IntermediateDirectory>
|
|
|
<PrimaryOutput>qmyedit_qt5d</PrimaryOutput>
|
|
|
</PropertyGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /><Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')"><Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." /></Target>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
|
|
|
+ <Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
|
|
|
+ </Target>
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
@@ -44,8 +48,33 @@
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" />
|
|
|
</ImportGroup>
|
|
|
- <PropertyGroup Label="UserMacros" /><ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')"><Import Project="$(QtMsBuild)\qt_defaults.props" /></ImportGroup><PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"><OutDir>..\..\x64\Debug\</OutDir><IntDir>release\</IntDir><TargetName>qmyedit_qt5d</TargetName><IgnoreImportLibrary>true</IgnoreImportLibrary></PropertyGroup><PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"><OutDir>..\..\x64\Debug\</OutDir><IntDir>debug\</IntDir><TargetName>qmyedit_qt5d</TargetName><IgnoreImportLibrary>true</IgnoreImportLibrary></PropertyGroup><PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"><QtInstall>5.12.10_msvc2017_64</QtInstall><QtModules>core;gui;widgets;printsupport</QtModules></PropertyGroup><PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"><QtInstall>5.12.10_msvc2017_64</QtInstall><QtModules>core;gui;widgets;printsupport</QtModules></PropertyGroup><ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')"><Import Project="$(QtMsBuild)\qt.props" /></ImportGroup>
|
|
|
-
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
+ <ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
|
|
|
+ <Import Project="$(QtMsBuild)\qt_defaults.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <OutDir>..\..\x64\Debug\</OutDir>
|
|
|
+ <IntDir>release\</IntDir>
|
|
|
+ <TargetName>qmyedit_qt5d</TargetName>
|
|
|
+ <IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <OutDir>..\..\x64\Debug\</OutDir>
|
|
|
+ <IntDir>debug\</IntDir>
|
|
|
+ <TargetName>qmyedit_qt5d</TargetName>
|
|
|
+ <IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <QtInstall>5.12.10_msvc2017_64</QtInstall>
|
|
|
+ <QtModules>core;gui;widgets;printsupport</QtModules>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <QtInstall>5.12.10_msvc2017_64</QtInstall>
|
|
|
+ <QtModules>core;gui;widgets;printsupport</QtModules>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">
|
|
|
+ <Import Project="$(QtMsBuild)\qt.props" />
|
|
|
+ </ImportGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
<ClCompile>
|
|
|
<AdditionalIncludeDirectories>GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;..\scintilla\include;..\scintilla\lexlib;..\scintilla\src;..\scintilla\boostregex;debug;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
@@ -62,7 +91,8 @@
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
|
- <MultiProcessorCompilation>true</MultiProcessorCompilation></ClCompile>
|
|
|
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
+ </ClCompile>
|
|
|
<Lib>
|
|
|
<OutputFile>$(OutDir)\qmyedit_qt5d.lib</OutputFile>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
@@ -75,7 +105,15 @@
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;SCINTILLA_QT;SCI_LEXER;INCLUDE_DEPRECATED_FEATURES;QT_PRINTSUPPORT_LIB;QT_WIDGETS_LIB;QT_GUI_LIB;QT_CORE_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
</ResourceCompile>
|
|
|
- <QtMoc><CompilerFlavor>msvc</CompilerFlavor><Include>./$(Configuration)/moc_predefs.h</Include><ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription><DynamicSource>output</DynamicSource><QtMocDir>$(Configuration)</QtMocDir><QtMocFileName>moc_%(Filename).cpp</QtMocFileName></QtMoc></ItemDefinitionGroup>
|
|
|
+ <QtMoc>
|
|
|
+ <CompilerFlavor>msvc</CompilerFlavor>
|
|
|
+ <Include>./$(Configuration)/moc_predefs.h</Include>
|
|
|
+ <ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription>
|
|
|
+ <DynamicSource>output</DynamicSource>
|
|
|
+ <QtMocDir>$(Configuration)</QtMocDir>
|
|
|
+ <QtMocFileName>moc_%(Filename).cpp</QtMocFileName>
|
|
|
+ </QtMoc>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
<ClCompile>
|
|
|
<AdditionalIncludeDirectories>GeneratedFiles\$(ConfigurationName);GeneratedFiles;.;..\scintilla\include;..\scintilla\lexlib;..\scintilla\src;..\scintilla\boostregex;release;/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
@@ -88,12 +126,14 @@
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
<PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;SCINTILLA_QT;SCI_LEXER;INCLUDE_DEPRECATED_FEATURES;QT_NO_DEBUG;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<PreprocessToFile>false</PreprocessToFile>
|
|
|
- <ProgramDataBaseFileName></ProgramDataBaseFileName>
|
|
|
+ <ProgramDataBaseFileName>
|
|
|
+ </ProgramDataBaseFileName>
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
|
|
- <MultiProcessorCompilation>true</MultiProcessorCompilation></ClCompile>
|
|
|
+ <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
+ </ClCompile>
|
|
|
<Lib>
|
|
|
<OutputFile>$(OutDir)\qmyedit_qt5d.lib</OutputFile>
|
|
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|
@@ -106,7 +146,15 @@
|
|
|
<ResourceCompile>
|
|
|
<PreprocessorDefinitions>_WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;WIN64;SCINTILLA_QT;SCI_LEXER;INCLUDE_DEPRECATED_FEATURES;QT_NO_DEBUG;QT_PRINTSUPPORT_LIB;QT_WIDGETS_LIB;QT_GUI_LIB;QT_CORE_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
</ResourceCompile>
|
|
|
- <QtMoc><CompilerFlavor>msvc</CompilerFlavor><Include>./$(Configuration)/moc_predefs.h</Include><ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription><DynamicSource>output</DynamicSource><QtMocDir>$(Configuration)</QtMocDir><QtMocFileName>moc_%(Filename).cpp</QtMocFileName></QtMoc></ItemDefinitionGroup>
|
|
|
+ <QtMoc>
|
|
|
+ <CompilerFlavor>msvc</CompilerFlavor>
|
|
|
+ <Include>./$(Configuration)/moc_predefs.h</Include>
|
|
|
+ <ExecutionDescription>Moc'ing %(Identity)...</ExecutionDescription>
|
|
|
+ <DynamicSource>output</DynamicSource>
|
|
|
+ <QtMocDir>$(Configuration)</QtMocDir>
|
|
|
+ <QtMocFileName>moc_%(Filename).cpp</QtMocFileName>
|
|
|
+ </QtMoc>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
<ItemGroup>
|
|
|
<ClCompile Include="..\scintilla\lexlib\Accessor.cpp" />
|
|
|
<ClCompile Include="..\scintilla\src\AutoComplete.cpp" />
|
|
@@ -373,28 +421,12 @@
|
|
|
<ClInclude Include="..\scintilla\src\RunStyles.h" />
|
|
|
<ClInclude Include="SciAccessibility.h" />
|
|
|
<QtMoc Include="SciClasses.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<ClInclude Include="..\scintilla\include\SciLexer.h" />
|
|
|
<ClInclude Include="..\scintilla\include\Sci_Position.h" />
|
|
|
<ClInclude Include="..\scintilla\include\Scintilla.h" />
|
|
|
<ClInclude Include="..\scintilla\src\ScintillaBase.h" />
|
|
|
<QtMoc Include="ScintillaQt.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<ClInclude Include="..\scintilla\include\ScintillaWidget.h" />
|
|
|
<ClInclude Include="..\scintilla\src\Selection.h" />
|
|
@@ -412,539 +444,119 @@
|
|
|
<ClInclude Include="..\scintilla\lexlib\WordList.h" />
|
|
|
<ClInclude Include="..\scintilla\src\XPM.h" />
|
|
|
<QtMoc Include="Qsci\qsciabstractapis.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qsciapis.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<ClInclude Include="Qsci\qscicommand.h" />
|
|
|
<ClInclude Include="Qsci\qscicommandset.h" />
|
|
|
<ClInclude Include="Qsci\qscidocument.h" />
|
|
|
<ClInclude Include="Qsci\qsciglobal.h" />
|
|
|
<QtMoc Include="Qsci\qscilexer.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexeravs.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerbash.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerbatch.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexercmake.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexercoffeescript.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexercpp.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexercsharp.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexercss.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexercustom.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerd.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerdiff.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexeredifact.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerfortran.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerfortran77.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerglobal.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexergo.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerhtml.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexeridl.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerjava.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerjavascript.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerjson.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerlua.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexermakefile.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexermarkdown.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexermatlab.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexernsis.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexeroctave.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerpascal.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerperl.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerpo.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerpostscript.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerpov.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerproperties.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerpython.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerruby.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerrust.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerspice.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexersql.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexertcl.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexertex.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexertext.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexervb.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerverilog.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexervhdl.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexerxml.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscilexeryaml.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qscimacro.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<ClInclude Include="Qsci\qsciprinter.h" />
|
|
|
<QtMoc Include="Qsci\qsciscintilla.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<QtMoc Include="Qsci\qsciscintillabase.h">
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</QtMoc>
|
|
|
<ClInclude Include="Qsci\qscistyle.h" />
|
|
|
<ClInclude Include="Qsci\qscistyledtext.h" />
|
|
|
<ClInclude Include="xmlMatchedTagsHighlighter.h" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<CustomBuild Include="debug\moc_predefs.h.cbt">
|
|
|
<FileType>Document</FileType>
|
|
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs)</AdditionalInputs>
|
|
@@ -961,114 +573,13 @@
|
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Generate moc_predefs.h</Message>
|
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">release\moc_predefs.h;%(Outputs)</Outputs>
|
|
|
</CustomBuild>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Include="qscintilla_ch.ts" />
|
|
|
</ItemGroup>
|
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /><ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')"><Import Project="$(QtMsBuild)\qt.targets" /></ImportGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
|
|
|
+ <Import Project="$(QtMsBuild)\qt.targets" />
|
|
|
+ </ImportGroup>
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
|
</Project>
|