Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
onlyoffice_core
Commits
f0941c0c
Commit
f0941c0c
authored
Jun 24, 2016
by
Alexander Trofimov
Committed by
GitHub
Jun 24, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4 from ONLYOFFICE/release/v4.0
Release/v4.0
parents
541469d8
a1625db2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
Readme.md
Readme.md
+13
-0
UnicodeConverter/UnicodeConverter.pro
UnicodeConverter/UnicodeConverter.pro
+3
-3
No files found.
Readme.md
0 → 100644
View file @
f0941c0c
## 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
UnicodeConverter/UnicodeConverter.pro
View file @
f0941c0c
...
...
@@ -81,9 +81,9 @@ linux-g++ | linux-g++-64 | linux-g++-32 {
CONFIG
+=
plugin
TARGET_EXT
=
.
so
INCLUDEPATH
+=
$$
PWD
/
icubuilds
/
$$
ICU_BUILDS_PLATFORM
/
usr
/
local
/
include
LIBS
+=
$$
PWD
/../
build
/
bin
/
icu
/
$$
ICU_BUILDS_PLATFORM
/
libicuuc
.
so
.
55
LIBS
+=
$$
PWD
/../
build
/
bin
/
icu
/
$$
ICU_BUILDS_PLATFORM
/
libicudata
.
so
.
55
INCLUDEPATH
+=
/
usr
/
local
/
include
LIBS
+=
/
usr
/
local
/
lib
/
libicuuc
.
so
.
55
LIBS
+=
/
usr
/
local
/
lib
/
libicudata
.
so
.
55
message
(
linux
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment