blob: c1a7b09f145c2682cc542a95a8b1a53adae96f14 (
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
|
Changelog for the libqtpas SlackBuild script.
--------------------------------------------------
12/09/2022:
libqtpas added in Slackbuilds.org
21/09/2022:
Added SLKCFLAGS to QMAKE. Thanks to David Miller
for pointing it out. Bumped the build no.
24/01/2023:
corrected spelling mistake in README and slack-desc.
This will now build from lazarus source instead of
relying on Debian source package.Thanks to Davild Miller
For pointing that out.For the 64-bit systems I have added
-march=x86-64 -mtune=native flag so it will be optimized
for the host system, also added Hardening Flags.
Bumped the build no.
05/01/2024:
Upgraded to version 2.9 corresponding to the lazarus
version 2.2.6-0 in SBo.
26/04/2024:
Update to use lazarus version 3.2-0
03/06/2024:
Updraded to version 3.0.
This will use the latest lazarus version 3.4-0
Removed the Hardening flags.
|