|
|
| |
#include "ui_spellerdialog.h" | #include "ui_spellerdialog.h" |
#include "latexeditor.h" | #include "latexeditor.h" |
#include "hunspell/hunspell.hxx" |
#include <hunspell.hxx> |
| |
#include <QTextCursor> | #include <QTextCursor> |
| |
|
|
LANGUAGE = C++ | LANGUAGE = C++ |
TARGET = texmaker | TARGET = texmaker |
CONFIG += qt warn_off release | CONFIG += qt warn_off release |
|
INCLUDEPATH += "/usr/include/hunspell" |
|
QMAKE_LFLAGS += "-lhunspell" |
############################### | ############################### |
HEADERS += texmaker.h \ | HEADERS += texmaker.h \ |
symbollistwidget.h \ | symbollistwidget.h \ |
|
|
webpublishdialog.h \ | webpublishdialog.h \ |
spellerdialog.h \ | spellerdialog.h \ |
pstrickslistwidget.h \ | pstrickslistwidget.h \ |
blockdata.h \ |
blockdata.h |
hunspell/affentry.hxx \ |
|
hunspell/affixmgr.hxx \ |
|
hunspell/atypes.hxx \ |
|
hunspell/baseaffix.hxx \ |
|
hunspell/csutil.hxx \ |
|
hunspell/dictmgr.hxx \ |
|
hunspell/hashmgr.hxx \ |
|
hunspell/htypes.hxx \ |
|
hunspell/hunspell.hxx \ |
|
hunspell/hunspell.h \ |
|
hunspell/langnum.hxx \ |
|
hunspell/license.hunspell \ |
|
hunspell/phonet.hxx \ |
|
hunspell/suggestmgr.hxx \ |
|
hunspell/license.myspell |
|
SOURCES += main.cpp \ | SOURCES += main.cpp \ |
texmaker.cpp \ | texmaker.cpp \ |
symbollistwidget.cpp \ | symbollistwidget.cpp \ |
|
|
aboutdialog.cpp \ | aboutdialog.cpp \ |
webpublishdialog.cpp \ | webpublishdialog.cpp \ |
spellerdialog.cpp \ | spellerdialog.cpp \ |
pstrickslistwidget.cpp \ |
pstrickslistwidget.cpp |
hunspell/affentry.cxx \ |
|
hunspell/affixmgr.cxx \ |
|
hunspell/csutil.cxx \ |
|
hunspell/dictmgr.cxx \ |
|
hunspell/hashmgr.cxx \ |
|
hunspell/hunspell.cxx \ |
|
hunspell/phonet.cxx \ |
|
hunspell/suggestmgr.cxx \ |
|
hunspell/utf_info.cxx |
|
RESOURCES += texmaker.qrc | RESOURCES += texmaker.qrc |
FORMS += findwidget.ui\ | FORMS += findwidget.ui\ |
gotolinedialog.ui \ | gotolinedialog.ui \ |