Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271539
Collapse All | Expand All

(-)texmaker-1.9/spellerdialog.h (-1 / +1 lines)
Lines 13-19 Link Here
13
13
14
#include "ui_spellerdialog.h"
14
#include "ui_spellerdialog.h"
15
#include "latexeditor.h"
15
#include "latexeditor.h"
16
#include "hunspell/hunspell.hxx"
16
#include <hunspell.hxx>
17
17
18
#include <QTextCursor>
18
#include <QTextCursor>
19
19
(-)texmaker-1.9/texmaker.pro (-32 / +2 lines)
Lines 3-9 TEMPLATE = app Link Here
3
TARGET	 = texmaker
3
TARGET	 = texmaker
4
QT += network \
4
QT += network \
5
      xml
5
      xml
6
CONFIG	+= qt warn_off release
6
CONFIG	+= qt warn_off release link_pkgconfig
7
PKGCONFIG = hunspell
7
###############################
8
###############################
8
HEADERS	+= texmaker.h \
9
HEADERS	+= texmaker.h \
9
	texmakerapp.h \
10
	texmakerapp.h \
Lines 39-63 HEADERS += texmaker.h \ Link Here
39
	manhattanstyle.h \
40
	manhattanstyle.h \
40
	stylehelper.h \
41
	stylehelper.h \
41
	styleanimator.h \
42
	styleanimator.h \
42
	hunspell/affentry.hxx \
43
	hunspell/affixmgr.hxx \
44
	hunspell/atypes.hxx \
45
	hunspell/baseaffix.hxx \
46
	hunspell/csutil.hxx \
47
	hunspell/dictmgr.hxx \
48
	hunspell/hashmgr.hxx \
49
	hunspell/htypes.hxx \
50
	hunspell/hunspell.hxx \
51
	hunspell/hunspell.h \
52
	hunspell/langnum.hxx \
53
	hunspell/license.hunspell \
54
	hunspell/phonet.hxx \
55
	hunspell/suggestmgr.hxx \
56
	hunspell/license.myspell \
57
	hunspell/filemgr.hxx \
58
	hunspell/hunzip.hxx \
59
	hunspell/replist.hxx \
60
	hunspell/w_char.hxx \
61
	singleapp/qtlocalpeer.h \
43
	singleapp/qtlocalpeer.h \
62
	singleapp/qtlockedfile.h \
44
	singleapp/qtlockedfile.h \
63
	singleapp/qtsingleapplication.h \
45
	singleapp/qtsingleapplication.h \
Lines 96-113 SOURCES += main.cpp \ Link Here
96
	manhattanstyle.cpp \
78
	manhattanstyle.cpp \
97
	stylehelper.cpp \
79
	stylehelper.cpp \
98
	styleanimator.cpp \
80
	styleanimator.cpp \
99
	hunspell/affentry.cxx \
100
	hunspell/affixmgr.cxx \
101
	hunspell/csutil.cxx \
102
	hunspell/dictmgr.cxx \
103
	hunspell/hashmgr.cxx \
104
	hunspell/hunspell.cxx \
105
	hunspell/phonet.cxx \
106
	hunspell/suggestmgr.cxx \
107
	hunspell/utf_info.cxx \
108
	hunspell/filemgr.cxx \
109
	hunspell/replist.cxx \
110
	hunspell/hunzip.cxx \
111
	singleapp/qtlocalpeer.cpp \
81
	singleapp/qtlocalpeer.cpp \
112
	singleapp/qtlockedfile.cpp \
82
	singleapp/qtlockedfile.cpp \
113
	singleapp/qtsingleapplication.cpp \
83
	singleapp/qtsingleapplication.cpp \

Return to bug 271539