Commit f0941c0c authored by Alexander Trofimov's avatar Alexander Trofimov Committed by GitHub

Merge pull request #4 from ONLYOFFICE/release/v4.0

Release/v4.0
parents 541469d8 a1625db2
## Project Information
Official website: [http://www.onlyoffice.org](http://onlyoffice.org "http://www.onlyoffice.org")
Code repository: [https://github.com/ONLYOFFICE/core](https://github.com/ONLYOFFICE/core "https://github.com/ONLYOFFICE/core")
SaaS version: [http://www.onlyoffice.com](http://www.onlyoffice.com "http://www.onlyoffice.com")
## User Feedback and Support
If you have any problems with or questions about this image, please contact us through a [dev.onlyoffice.org][1].
[1]: http://dev.onlyoffice.org
...@@ -81,9 +81,9 @@ linux-g++ | linux-g++-64 | linux-g++-32 { ...@@ -81,9 +81,9 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
CONFIG += plugin CONFIG += plugin
TARGET_EXT = .so TARGET_EXT = .so
INCLUDEPATH += $$PWD/icubuilds/$$ICU_BUILDS_PLATFORM/usr/local/include INCLUDEPATH += /usr/local/include
LIBS += $$PWD/../build/bin/icu/$$ICU_BUILDS_PLATFORM/libicuuc.so.55 LIBS += /usr/local/lib/libicuuc.so.55
LIBS += $$PWD/../build/bin/icu/$$ICU_BUILDS_PLATFORM/libicudata.so.55 LIBS += /usr/local/lib/libicudata.so.55
message(linux) message(linux)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment