diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-26 15:58:10 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-26 15:58:10 +0300 |
commit | 70cd3610f4ec0131fe3c9308a483935e9f1c788c (patch) | |
tree | a607747eb36108d3cee6fafde2f4062120ad9360 /plugins/SpellChecker/spellchecker.vcxproj.filters | |
parent | 94782312a45edad08d6544be5a6aba402f461da1 (diff) |
SpellChecker: hunspell part moved to the separate module
Diffstat (limited to 'plugins/SpellChecker/spellchecker.vcxproj.filters')
-rw-r--r-- | plugins/SpellChecker/spellchecker.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/SpellChecker/spellchecker.vcxproj.filters b/plugins/SpellChecker/spellchecker.vcxproj.filters index 00bc4b8d95..d53fe3bae2 100644 --- a/plugins/SpellChecker/spellchecker.vcxproj.filters +++ b/plugins/SpellChecker/spellchecker.vcxproj.filters @@ -29,6 +29,9 @@ <ClCompile Include="..\..\utils\mir_options.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\hunspell.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\ardialog.h">
|