mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:17:36 +00:00
Ports: Update qt6-qt5compat to 6.4.0
This commit is contained in:
parent
042e33cb13
commit
106c04d807
2 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='qt6-qt5compat'
|
||||
version='6.2.3'
|
||||
version='6.4.0'
|
||||
workdir="qt5compat-everywhere-src-${version}"
|
||||
useconfigure='true'
|
||||
files="https://download.qt.io/official_releases/qt/$(cut -d. -f1,2 <<< ${version})/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz qt6-qt5compat-${version}.tar.xz 1cf89198cf2cf8a5c15336ccd69fa1f39b779feb64117d6bbf5509c21c123f53"
|
||||
files="https://download.qt.io/official_releases/qt/$(cut -d. -f1,2 <<< ${version})/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz qt6-qt5compat-${version}.tar.xz 73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0"
|
||||
auth_type='sha256'
|
||||
depends=(
|
||||
'qt6-qtbase'
|
||||
|
@ -13,11 +13,11 @@ depends=(
|
|||
configure() {
|
||||
export LDFLAGS='-liconv'
|
||||
run cmake -GNinja \
|
||||
-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt \
|
||||
-DCMAKE_TOOLCHAIN_FILE="${SERENITY_BUILD_DIR}/CMakeToolchain.txt" \
|
||||
-DCMAKE_CROSSCOMPILING=ON \
|
||||
-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON \
|
||||
-DQT_HOST_PATH=$(qmake6 -query QT_HOST_PREFIX) \
|
||||
-DQT_HOST_PATH_CMAKE_DIR=$(qmake6 -query QT_HOST_LIBS)/cmake \
|
||||
-DQT_HOST_PATH="$(qmake6 -query QT_HOST_PREFIX)" \
|
||||
-DQT_HOST_PATH_CMAKE_DIR="$(qmake6 -query QT_HOST_LIBS)/cmake" \
|
||||
-DQT_FEATURE_cxx20=ON
|
||||
unset LDFLAGS
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue