Warning, /frameworks/sonnet/src/plugins/hunspell/hunspell.pro is written in an unsupported language. File is not indexed.

0001 TARGET = sonnet-hunspell
0002 TEMPLATE = lib
0003 CONFIG += staticlib
0004 QT -= gui
0005 
0006 SOURCES += hunspelldict.cpp \
0007            hunspellclient.cpp \
0008            hunspelldebug.cpp
0009 HEADERS += hunspellclient.h
0010 
0011 DEFINES += SONNETUI_EXPORT=""
0012 DEFINES += SONNETCORE_EXPORT=""
0013 DEFINES += INSTALLATION_PLUGIN_PATH=""
0014 DEFINES += SONNET_STATIC
0015 
0016 INCLUDEPATH += ../../core
0017 INCLUDEPATH += ../../../../hunspell/src
0018 
0019