blob: 7cb3c58c2172cb26fcfa93578f3118c02b0e5e1a (
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
61
62
63
64
65
66
67
68
69
70
71
72
|
Qt is a cross-platform C++ application framework. Qt's
primary feature is its rich set of widgets that provide
standard GUI functionality.
This is a legacy build of the old 5.9.x LTS version.
The following are optional dependencies that Qt will link
against if they are detected at build time:
libwebp opus pcre2 snappy libinput
============================================================
OPTIONS
To use Qt's built-in ccache option:
CCACHE=yes ./qt5-legacy.SlackBuild
To build the documentation:
DOCS=yes ./qt5-legacy.SlackBuild
To build the examples:
EXAMPLES=yes ./qt5-legacy.SlackBuild
To build support for proprietary media codecs:
PROPRIETARY_CODECS=yes ./qt5-legacy.SlackBuild
(this will produce a non-redistributable package in some
countries)
To disable support for pulseaudio:
PULSEAUDIO=no ./qt5-legacy.SlackBuild
(Qt will automatically detect if pulseaudio is not installed
at build time and disable it if it is missing.)
To NOT build qtwebengine (EXPERIMENTAL):
WEBENGINE=no ./qt5-legacy.SlackBuild
Combine any or all of the above.
============================================================
GENERAL NOTES
After upgrading qt5-legacy it is important to rebuild qt5ct
too, if it is installed, or some applications may not
display or function correctly.
Please report any problems about applications that don't
work correctly to the qt5-legacy maintainer or to the
mailing list.
============================================================
BUILDING WITHOUT WEBENGINE
YMMV whether it works with an application or not, but if you
have no intention of using the browser code, which includes
a chunk of 3rd party Google Chromium source, then it may
make sense to skip it and save yourself about 2/3 of the
build time.
The package version has _nowebengine appended to it for
clarity.
|