kwayland-integration

QT_MAJOR_VERSION dosent like qt6 so lets try qt5 as major version
This commit is contained in:
Martin Valba 2022-09-18 11:17:00 +03:00 committed by GitHub
parent e27da90472
commit b2d200502e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ build() {
cmake \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D QT_MAJOR_VERSION=6 \
-D QT_MAJOR_VERSION=5 \
-D EXCLUDE_DEPRECATED_BEFORE_AND_AT=5.94.0 \
-Wno-dev ..