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

hunspell dynamic link

parent 8efed345
hunspell_build_static {
DEFINES += HUNSPELL_STATIC
}
building_hunspell {
DEFINES += BUILDING_LIBHUNSPELL
......
......@@ -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/../../../..
......
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