developing

This commit is contained in:
Oleg Korshul
2019-06-21 13:57:28 +03:00
parent 7134f146fe
commit 2c775f28e0
2 changed files with 7 additions and 1 deletions

View File

@ -57,7 +57,7 @@ desktop {
copyFile($$ROOT_GIT_DIR/web-apps-pro/apps/api/documents/index.html.desktop, $$CUR_ROOT/web-apps/apps/api/documents/index.html)
runNPM2($$ROOT_GIT_DIR/desktop-apps/common/loginpage/build)
runNPM($$ROOT_GIT_DIR/desktop-apps/common/loginpage/build)
gruntInterface($$ROOT_GIT_DIR/desktop-apps/common/loginpage/build)
copyFile($$ROOT_GIT_DIR/desktop-apps/common/loginpage/deploy/index.html, $$CUR_ROOT/index.html)

View File

@ -129,6 +129,12 @@ desktop {
copyQtLib(Qt5Network, $$CUR_ROOT)
copyQtLib(Qt5OpenGL, $$CUR_ROOT)
core_linux {
system(cp -f -av "$$QT_CURRENT/../lib/libicui18n*" $$shell_quote($$CUR_ROOT/) $$escape_expand(\\n\\t))
system(cp -f -av "$$QT_CURRENT/../lib/libicuuc*" $$shell_quote($$CUR_ROOT/) $$escape_expand(\\n\\t))
system(cp -f -av "$$QT_CURRENT/../lib/libicudata*" $$shell_quote($$CUR_ROOT/) $$escape_expand(\\n\\t))
}
copyLib($$ROOT_GIT_DIR/core/build/lib/$$OS_CURRENT, $$CUR_ROOT, hunspell)
copyLib($$ROOT_GIT_DIR/core/build/lib/$$OS_CURRENT, $$CUR_ROOT, ooxmlsignature)