include(../../project.pri) DESTDIR = $$LIB_DIR TEMPLATE = lib TARGET = hunspell DEPENDPATH += . INCLUDEPATH += . CONFIG += static # Input HEADERS += affentry.hxx \ affixmgr.hxx \ atypes.hxx \ baseaffix.hxx \ csutil.hxx \ dictmgr.hxx \ hashmgr.hxx \ htypes.hxx \ hunspell.h \ hunspell.hxx \ langnum.hxx \ mythes.hxx \ suggestmgr.hxx SOURCES += affentry.cxx \ affixmgr.cxx \ csutil.cxx \ dictmgr.cxx \ hashmgr.cxx \ hunspell.cxx \ mythes.cxx \ suggestmgr.cxx \ utf_info.cxx \ license.hunspell \ license.myspell