blob: 8af2428a449e696e0881cda77bdba1ee57950050 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
--- a/texmaker.pro 2023-04-30 14:59:36.000000000 +0200
+++ b/texmaker.pro 2023-10-21 19:09:19.634531874 +0200
@@ -127,28 +127,6 @@
x11fontdialog.h \
quickbeamerdialog.h \
cmdparser.h \
- hunspell/affentry.hxx \
- hunspell/affixmgr.hxx \
- hunspell/atypes.hxx \
- hunspell/baseaffix.hxx \
- hunspell/csutil.hxx \
- hunspell/filemgr.hxx \
- hunspell/hashmgr.hxx \
- hunspell/htypes.hxx \
- hunspell/hunvisapi.h \
- hunspell/hunspell.h \
- hunspell/hunspell.hxx \
- hunspell/hunzip.hxx \
- hunspell/langnum.hxx \
- hunspell/phonet.hxx \
- hunspell/replist.hxx \
- hunspell/suggestmgr.hxx \
- hunspell/utf_info.hxx \
- hunspell/w_char.hxx \
- singleapp/qtlocalpeer.h \
- singleapp/qtlockedfile.h \
- singleapp/qtsingleapplication.h \
- singleapp/qtsinglecoreapplication.h \
encodingprober/CharDistribution.h \
encodingprober/ChineseGroupProber.h \
encodingprober/ctype_test_p.h \
@@ -567,20 +545,6 @@
svnhelper.cpp \
x11fontdialog.cpp \
cmdparser.cpp \
- hunspell/affentry.cxx \
- hunspell/affixmgr.cxx \
- hunspell/csutil.cxx \
- hunspell/filemgr.cxx \
- hunspell/hashmgr.cxx \
- hunspell/hunspell.cxx \
- hunspell/hunzip.cxx \
- hunspell/phonet.cxx \
- hunspell/replist.cxx \
- hunspell/suggestmgr.cxx \
- singleapp/qtlocalpeer.cpp \
- singleapp/qtlockedfile.cpp \
- singleapp/qtsingleapplication.cpp \
- singleapp/qtsinglecoreapplication.cpp \
encodingprober/CharDistribution.cpp \
encodingprober/ChineseGroupProber.cpp \
encodingprober/JapaneseGroupProber.cpp \
@@ -1168,7 +1132,6 @@
DEFINES += DEBIAN_SPELLDIR
INSTALLS = target
-SOURCES += singleapp/qtlockedfile_unix.cpp
utilities.files = doc/doc10.png \
doc/doc11.png \
|