diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 08:17:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 08:17:03 +0200 |
commit | 927d3bcb5bb380bdd5928c2d9fa8c5609a3316ca (patch) | |
tree | 9c9420fce836dc3a376af8330367cb85416e1e4d /stage-queue | |
parent | 4363ecc4da16cd0e69c3e3d6abd5fadc2c69bd99 (diff) |
Updates for 0.16.0 releasev0.16.0
Diffstat (limited to 'stage-queue')
-rwxr-xr-x | stage-queue | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/stage-queue b/stage-queue index e6787f1..a378dd7 100755 --- a/stage-queue +++ b/stage-queue @@ -74,9 +74,14 @@ etc/stage-pkg -Q alpha -c -d Qt5 packaging/qt5/Qt5/Qt5Moc \ etc/stage-pkg -Q alpha -c -d Qt6 packaging/qt6/Qt6/Qt6Moc \ packaging/qt6/Qt6/Qt6Rcc \ - packaging/qt6/Qt6/libQt6Core + packaging/qt6/Qt6/Qt6Uic \ + packaging/qt6/Qt6/libQt6Core \ + packaging/qt6/Qt6/libQt6Gui \ + packaging/qt6/Qt6/libQt6GuiTests \ + packaging/qt6/Qt6/libQt6Widgets \ + packaging/qt6/Qt6/libQt6WidgetsTests # Regenerate repository and publish. # -etc/stage-pkg -Q "" -g --min-bpkg-version 0.15.0 +etc/stage-pkg -Q "" -g --min-bpkg-version 0.16.0 etc/stage-pkg -Q "" -p |