Lines 1-7
Link Here
|
1 |
--- texmaker.pro.orig 2018-10-31 06:58:22 UTC |
1 |
--- texmaker.pro.orig 2024-08-01 02:02:41 UTC |
2 |
+++ texmaker.pro |
2 |
+++ texmaker.pro |
3 |
@@ -21,6 +21,8 @@ QT += webenginewidgets |
3 |
@@ -27,6 +27,8 @@ QT += webenginewidgets |
4 |
message("Qt>=5.7 is required.") |
4 |
QT += webenginewidgets |
5 |
} |
5 |
} |
6 |
|
6 |
|
7 |
+CONFIG += link_pkgconfig |
7 |
+CONFIG += link_pkgconfig |
Lines 9-60
Link Here
|
9 |
|
9 |
|
10 |
CONFIG += qt hide_symbols warn_off rtti_off exceptions_off c++11 release |
10 |
CONFIG += qt hide_symbols warn_off rtti_off exceptions_off c++11 release |
11 |
CONFIG -= precompile_header |
11 |
CONFIG -= precompile_header |
12 |
@@ -117,25 +119,6 @@ HEADERS += texmaker.h \ |
12 |
@@ -127,24 +129,6 @@ HEADERS += texmaker.h \ |
13 |
unicodeview.h \ |
13 |
x11fontdialog.h \ |
14 |
svnhelper.h \ |
|
|
15 |
quickbeamerdialog.h \ |
14 |
quickbeamerdialog.h \ |
|
|
15 |
cmdparser.h \ |
16 |
- hunspell/affentry.hxx \ |
16 |
- hunspell/affentry.hxx \ |
17 |
- hunspell/affixmgr.hxx \ |
17 |
- hunspell/affixmgr.hxx \ |
18 |
- hunspell/atypes.hxx \ |
18 |
- hunspell/atypes.hxx \ |
19 |
- hunspell/baseaffix.hxx \ |
19 |
- hunspell/baseaffix.hxx \ |
20 |
- hunspell/csutil.hxx \ |
20 |
- hunspell/csutil.hxx \ |
21 |
- hunspell/dictmgr.hxx \ |
21 |
- hunspell/filemgr.hxx \ |
22 |
- hunspell/hashmgr.hxx \ |
22 |
- hunspell/hashmgr.hxx \ |
23 |
- hunspell/htypes.hxx \ |
23 |
- hunspell/htypes.hxx \ |
24 |
- hunspell/hunspell.hxx \ |
24 |
- hunspell/hunvisapi.h \ |
25 |
- hunspell/hunspell.h \ |
25 |
- hunspell/hunspell.h \ |
|
|
26 |
- hunspell/hunspell.hxx \ |
27 |
- hunspell/hunzip.hxx \ |
26 |
- hunspell/langnum.hxx \ |
28 |
- hunspell/langnum.hxx \ |
27 |
- hunspell/license.hunspell \ |
|
|
28 |
- hunspell/phonet.hxx \ |
29 |
- hunspell/phonet.hxx \ |
29 |
- hunspell/suggestmgr.hxx \ |
|
|
30 |
- hunspell/license.myspell \ |
31 |
- hunspell/filemgr.hxx \ |
32 |
- hunspell/hunzip.hxx \ |
33 |
- hunspell/replist.hxx \ |
30 |
- hunspell/replist.hxx \ |
|
|
31 |
- hunspell/suggestmgr.hxx \ |
32 |
- hunspell/utf_info.hxx \ |
34 |
- hunspell/w_char.hxx \ |
33 |
- hunspell/w_char.hxx \ |
35 |
singleapp/qtlocalpeer.h \ |
34 |
singleapp/qtlocalpeer.h \ |
36 |
singleapp/qtlockedfile.h \ |
35 |
singleapp/qtlockedfile.h \ |
37 |
singleapp/qtsingleapplication.h \ |
36 |
singleapp/qtsingleapplication.h \ |
38 |
@@ -502,18 +485,6 @@ SOURCES += main.cpp \ |
37 |
@@ -567,16 +551,6 @@ SOURCES += main.cpp \ |
39 |
unicodeview.cpp \ |
|
|
40 |
quickbeamerdialog.cpp \ |
41 |
svnhelper.cpp \ |
38 |
svnhelper.cpp \ |
|
|
39 |
x11fontdialog.cpp \ |
40 |
cmdparser.cpp \ |
42 |
- hunspell/affentry.cxx \ |
41 |
- hunspell/affentry.cxx \ |
43 |
- hunspell/affixmgr.cxx \ |
42 |
- hunspell/affixmgr.cxx \ |
44 |
- hunspell/csutil.cxx \ |
43 |
- hunspell/csutil.cxx \ |
45 |
- hunspell/dictmgr.cxx \ |
44 |
- hunspell/filemgr.cxx \ |
46 |
- hunspell/hashmgr.cxx \ |
45 |
- hunspell/hashmgr.cxx \ |
47 |
- hunspell/hunspell.cxx \ |
46 |
- hunspell/hunspell.cxx \ |
|
|
47 |
- hunspell/hunzip.cxx \ |
48 |
- hunspell/phonet.cxx \ |
48 |
- hunspell/phonet.cxx \ |
49 |
- hunspell/suggestmgr.cxx \ |
|
|
50 |
- hunspell/utf_info.cxx \ |
51 |
- hunspell/filemgr.cxx \ |
52 |
- hunspell/replist.cxx \ |
49 |
- hunspell/replist.cxx \ |
53 |
- hunspell/hunzip.cxx \ |
50 |
- hunspell/suggestmgr.cxx \ |
54 |
singleapp/qtlocalpeer.cpp \ |
51 |
singleapp/qtlocalpeer.cpp \ |
55 |
singleapp/qtlockedfile.cpp \ |
52 |
singleapp/qtlockedfile.cpp \ |
56 |
singleapp/qtsingleapplication.cpp \ |
53 |
singleapp/qtsingleapplication.cpp \ |
57 |
@@ -1104,13 +1075,6 @@ utilities.files = doc/doc10.png \ |
54 |
@@ -1197,13 +1171,6 @@ utilities.files = doc/doc10.png \ |
58 |
utilities/AUTHORS \ |
55 |
utilities/AUTHORS \ |
59 |
utilities/COPYING \ |
56 |
utilities/COPYING \ |
60 |
utilities/CHANGELOG.txt \ |
57 |
utilities/CHANGELOG.txt \ |
Lines 68-74
Link Here
|
68 |
scripts/titlecase_selection.tms \ |
65 |
scripts/titlecase_selection.tms \ |
69 |
scripts/hardwordwrap_selection_80col.tms \ |
66 |
scripts/hardwordwrap_selection_80col.tms \ |
70 |
locale/qt_ar.qm \ |
67 |
locale/qt_ar.qm \ |
71 |
@@ -1201,6 +1165,22 @@ INSTALLS += desktop |
68 |
@@ -1294,6 +1261,22 @@ INSTALLS += icon |
72 |
|
69 |
|
73 |
icon.files = utilities/texmaker.png |
70 |
icon.files = utilities/texmaker.png |
74 |
INSTALLS += icon |
71 |
INSTALLS += icon |
Lines 89-93
Link Here
|
89 |
+iconscale.files=utilities/texmaker.svg |
86 |
+iconscale.files=utilities/texmaker.svg |
90 |
+INSTALLS += icon16 icon22 icon32 icon48 icon64 icon128 iconscale |
87 |
+INSTALLS += icon16 icon22 icon32 icon48 icon64 icon128 iconscale |
91 |
|
88 |
|
92 |
#not for openSUSE : |
89 |
isEmpty(NO_APPDATA) { |
93 |
metainfo.files = utilities/texmaker.appdata.xml |
90 |
metainfo.files = utilities/texmaker.metainfo.xml |