| 1 |
Index: texmaker-1.9/spellerdialog.h
|
| 2 |
===================================================================
|
| 3 |
--- texmaker-1.9.orig/spellerdialog.h
|
| 4 |
+++ texmaker-1.9/spellerdialog.h
|
| 5 |
@@ -13,7 +13,7 @@
|
| 6 |
|
| 7 |
#include "ui_spellerdialog.h"
|
| 8 |
#include "latexeditor.h"
|
| 9 |
-#include "hunspell/hunspell.hxx"
|
| 10 |
+#include <hunspell.hxx>
|
| 11 |
|
| 12 |
#include <QTextCursor>
|
| 13 |
|
| 14 |
Index: texmaker-1.9/texmaker.pro
|
| 15 |
===================================================================
|
| 16 |
--- texmaker-1.9.orig/texmaker.pro
|
| 17 |
+++ texmaker-1.9/texmaker.pro
|
| 18 |
@@ -3,7 +3,8 @@ TEMPLATE = app
|
| 19 |
TARGET = texmaker
|
| 20 |
QT += network \
|
| 21 |
xml
|
| 22 |
-CONFIG += qt warn_off release
|
| 23 |
+CONFIG += qt warn_off release link_pkgconfig
|
| 24 |
+PKGCONFIG = hunspell
|
| 25 |
###############################
|
| 26 |
HEADERS += texmaker.h \
|
| 27 |
texmakerapp.h \
|
| 28 |
@@ -39,25 +40,6 @@ HEADERS += texmaker.h \
|
| 29 |
manhattanstyle.h \
|
| 30 |
stylehelper.h \
|
| 31 |
styleanimator.h \
|
| 32 |
- hunspell/affentry.hxx \
|
| 33 |
- hunspell/affixmgr.hxx \
|
| 34 |
- hunspell/atypes.hxx \
|
| 35 |
- hunspell/baseaffix.hxx \
|
| 36 |
- hunspell/csutil.hxx \
|
| 37 |
- hunspell/dictmgr.hxx \
|
| 38 |
- hunspell/hashmgr.hxx \
|
| 39 |
- hunspell/htypes.hxx \
|
| 40 |
- hunspell/hunspell.hxx \
|
| 41 |
- hunspell/hunspell.h \
|
| 42 |
- hunspell/langnum.hxx \
|
| 43 |
- hunspell/license.hunspell \
|
| 44 |
- hunspell/phonet.hxx \
|
| 45 |
- hunspell/suggestmgr.hxx \
|
| 46 |
- hunspell/license.myspell \
|
| 47 |
- hunspell/filemgr.hxx \
|
| 48 |
- hunspell/hunzip.hxx \
|
| 49 |
- hunspell/replist.hxx \
|
| 50 |
- hunspell/w_char.hxx \
|
| 51 |
singleapp/qtlocalpeer.h \
|
| 52 |
singleapp/qtlockedfile.h \
|
| 53 |
singleapp/qtsingleapplication.h \
|
| 54 |
@@ -96,18 +78,6 @@ SOURCES += main.cpp \
|
| 55 |
manhattanstyle.cpp \
|
| 56 |
stylehelper.cpp \
|
| 57 |
styleanimator.cpp \
|
| 58 |
- hunspell/affentry.cxx \
|
| 59 |
- hunspell/affixmgr.cxx \
|
| 60 |
- hunspell/csutil.cxx \
|
| 61 |
- hunspell/dictmgr.cxx \
|
| 62 |
- hunspell/hashmgr.cxx \
|
| 63 |
- hunspell/hunspell.cxx \
|
| 64 |
- hunspell/phonet.cxx \
|
| 65 |
- hunspell/suggestmgr.cxx \
|
| 66 |
- hunspell/utf_info.cxx \
|
| 67 |
- hunspell/filemgr.cxx \
|
| 68 |
- hunspell/replist.cxx \
|
| 69 |
- hunspell/hunzip.cxx \
|
| 70 |
singleapp/qtlocalpeer.cpp \
|
| 71 |
singleapp/qtlockedfile.cpp \
|
| 72 |
singleapp/qtsingleapplication.cpp \
|