| Commit message (Expand) | Author | Age | Files | Lines |
| * | qtModule: use pname and version | Robert Schütz | 2021-04-15 | 1 | -6/+5 |
| * | qtbase: Check for wrapQtAppsHook in setupHook | Thomas Tuegel | 2021-01-25 | 1 | -0/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | treewide: remove redundant quotes | volth | 2019-08-26 | 1 | -3/+3 |
| * | qt5.qtwebkit: Fixes modules src being subtly broken.•••b785d4813e5d0f428b9563b3cea7cc6953fc24db introduced breakage in Qt
modules for 5.6 and 5.9, especially visible is Qt Webkit.
This was manifested by having a non-sensical build log where it is using
the top-level `src` attribute as source instead of Qt Webkit's own
source.
Were it not for the `src` top-level attribute (which is a legit
package), the error would have been made obvious by passing `null` to
`src`.
This partily reverts newly introduced way `src` can be passed to a
qtModule, instead relying on extending the `srcs` attrset.
For ZHF #45960
| Samuel Dionne-Riel | 2018-09-08 | 1 | -1/+1 |
| * | qt5: 5.10 -> 5.11•••This is the first time since 5.9 that we also update `qtwebkit`.
`qtwebkit` is not maintained by Qt anymore and thus, we switch to the
community port as for example arch has done. To prevent pulling in
single patches, we just stick to the latest git version.
| Bastian Köcher | 2018-06-12 | 1 | -2/+2 |
| * | qt5: factor out common definitions and remove symlink farm•••The module definitions are factored out and shared between qt56 and qt59. The
symlink farm which was created during builds is no longer needed.
| Thomas Tuegel | 2017-11-07 | 1 | -0/+59 |