mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Windows: Also install spellcheck dictionaries
This commit is contained in:
parent
da8e9732f7
commit
c7b323b79b
|
@ -166,12 +166,11 @@ notRunning:
|
||||||
SetOutPath "$INSTDIR\translations\qtwebengine_locales"
|
SetOutPath "$INSTDIR\translations\qtwebengine_locales"
|
||||||
File "translations\qtwebengine_locales\*"
|
File "translations\qtwebengine_locales\*"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\hunspell\doc"
|
SetOutPath "$INSTDIR\qtwebengine_dictionaries\doc"
|
||||||
File "wininstall\hunspell\doc\*"
|
File "qtwebengine_dictionaries\doc\README-en-US.txt"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\hunspell"
|
SetOutPath "$INSTDIR\qtwebengine_dictionaries"
|
||||||
File "wininstall\hunspell\en_US.aff"
|
File "qtwebengine_dictionaries\en_US.bdic"
|
||||||
File "wininstall\hunspell\en_US.dic"
|
|
||||||
|
|
||||||
call RegisterCapabilities
|
call RegisterCapabilities
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -219,9 +218,10 @@ SectionGroupEnd
|
||||||
Section $(TITLE_SecTranslations) SecTranslations
|
Section $(TITLE_SecTranslations) SecTranslations
|
||||||
SetOutPath "$INSTDIR\locale"
|
SetOutPath "$INSTDIR\locale"
|
||||||
File "locale\*.qm"
|
File "locale\*.qm"
|
||||||
SetOutPath "$INSTDIR\hunspell"
|
SetOutPath "$INSTDIR\qtwebengine_dictionaries\doc"
|
||||||
File "wininstall\hunspell\*.aff"
|
File "qtwebengine_dictionaries\doc\*"
|
||||||
File "wininstall\hunspell\*.dic"
|
SetOutPath "$INSTDIR\qtwebengine_dictionaries"
|
||||||
|
File "qtwebengine_dictionaries\*.bdic"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
Section $(TITLE_SecPlugins) SecPlugins
|
Section $(TITLE_SecPlugins) SecPlugins
|
||||||
|
|
Loading…
Reference in New Issue
Block a user