Commit 82eae7fc authored by Oleg Korshul's avatar Oleg Korshul

hunspell dynamic link

parent 8efed345
hunspell_build_static {
DEFINES += HUNSPELL_STATIC DEFINES += HUNSPELL_STATIC
}
building_hunspell { building_hunspell {
DEFINES += BUILDING_LIBHUNSPELL DEFINES += BUILDING_LIBHUNSPELL
......
...@@ -9,7 +9,17 @@ QT -= core gui ...@@ -9,7 +9,17 @@ QT -= core gui
TARGET = hunspell TARGET = hunspell
TEMPLATE = lib TEMPLATE = lib
hunspell_build_static {
CONFIG += staticlib CONFIG += staticlib
} else {
CONFIG += shared
CONFIG += plugin
}
CONFIG += building_hunspell CONFIG += building_hunspell
CORE_ROOT_DIR = $$PWD/../../../.. CORE_ROOT_DIR = $$PWD/../../../..
......
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