Default to Qt 6 on Linux and macOS

This commit is contained in:
Ilya Fedin 2021-10-28 08:30:40 +04:00 committed by John Preston
parent e42f08f08d
commit 97881e7754
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Default value of the arg should be specified here
ARG QT6
ARG QT6=true
FROM centos:7 AS builder

View File

@ -126,7 +126,6 @@ parts:
- -DCMAKE_INSTALL_PREFIX=/usr
- -DTDESKTOP_API_ID=611335
- -DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
- -DDESKTOP_APP_QT6=ON
- -DDESKTOP_APP_USE_PACKAGED_LAZY=ON
- -DTDESKTOP_LAUNCHER_BASENAME=telegram-desktop_telegram-desktop
override-pull: |