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
82eae7fc
Commit
82eae7fc
authored
Jul 26, 2017
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hunspell dynamic link
parent
8efed345
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
DesktopEditor/hunspell-1.3.3/src/qt/hunspell.pri
DesktopEditor/hunspell-1.3.3/src/qt/hunspell.pri
+2
-0
DesktopEditor/hunspell-1.3.3/src/qt/hunspell.pro
DesktopEditor/hunspell-1.3.3/src/qt/hunspell.pro
+10
-0
No files found.
DesktopEditor/hunspell-1.3.3/src/qt/hunspell.pri
View file @
82eae7fc
hunspell_build_static {
DEFINES += HUNSPELL_STATIC
}
building_hunspell {
DEFINES += BUILDING_LIBHUNSPELL
...
...
DesktopEditor/hunspell-1.3.3/src/qt/hunspell.pro
View file @
82eae7fc
...
...
@@ -9,7 +9,17 @@ QT -= core gui
TARGET
=
hunspell
TEMPLATE
=
lib
hunspell_build_static
{
CONFIG
+=
staticlib
}
else
{
CONFIG
+=
shared
CONFIG
+=
plugin
}
CONFIG
+=
building_hunspell
CORE_ROOT_DIR
=
$$
PWD
/../../../..
...
...
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