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
22ede0c3
Commit
22ede0c3
authored
Jan 14, 2018
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use system boost
parent
83524c37
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
+19
-4
Common/3dParty/boost/boost.pri
Common/3dParty/boost/boost.pri
+19
-4
No files found.
Common/3dParty/boost/boost.pri
View file @
22ede0c3
INCLUDEPATH += $$PWD/boost_1_58_0
CORE_BOOST_LIBS = $$PWD/boost_1_58_0/build/$$CORE_BUILDS_PLATFORM_PREFIX/static
CORE_BOOST_LIBS = $$PWD/boost_1_58_0/build/$$CORE_BUILDS_PLATFORM_PREFIX/static
...
@@ -12,29 +11,45 @@ core_boost_shared {
...
@@ -12,29 +11,45 @@ core_boost_shared {
core_boost_libs {
core_boost_libs {
core_windows {
core_windows {
INCLUDEPATH += $$PWD/boost_1_58_0
core_debug {
core_debug {
LIBS += -L$$CORE_BOOST_LIBS -llibboost_system-vc120-mt-gd-1_58 -llibboost_filesystem-vc120-mt-gd-1_58
LIBS += -L$$CORE_BOOST_LIBS -llibboost_system-vc120-mt-gd-1_58 -llibboost_filesystem-vc120-mt-gd-1_58
}
}
core_release {
core_release {
LIBS += -L$$CORE_BOOST_LIBS -llibboost_system-vc120-mt-1_58 -llibboost_filesystem-vc120-mt-1_58
LIBS += -L$$CORE_BOOST_LIBS -llibboost_system-vc120-mt-1_58 -llibboost_filesystem-vc120-mt-1_58
}
}
} else {
}
core_mac {
INCLUDEPATH += $$PWD/boost_1_58_0
LIBS += -L$$CORE_BOOST_LIBS -lboost_system -lboost_filesystem
LIBS += -L$$CORE_BOOST_LIBS -lboost_system -lboost_filesystem
}
}
core_linux {
LIBS += -lboost_system -lboost_filesystem
}
}
}
core_boost_regex {
core_boost_regex {
core_windows {
core_windows {
INCLUDEPATH += $$PWD/boost_1_58_0
core_debug {
core_debug {
LIBS += -L$$CORE_BOOST_LIBS -llibboost_regex-vc120-mt-gd-1_58
LIBS += -L$$CORE_BOOST_LIBS -llibboost_regex-vc120-mt-gd-1_58
}
}
core_release {
core_release {
LIBS += -L$$CORE_BOOST_LIBS -llibboost_regex-vc120-mt-1_58
LIBS += -L$$CORE_BOOST_LIBS -llibboost_regex-vc120-mt-1_58
}
}
} else {
}
LIBS += -L$$CORE_BOOST_LIBS -lboost_regex
core_mac {
INCLUDEPATH += $$PWD/boost_1_58_0
LIBS += -L$$CORE_BOOST_LIBS -lboost_system -lboost_filesystem
}
core_linux {
LIBS += -lboost_regex
}
}
}
}
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