mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Get rid of qt5compat dependency
This commit is contained in:
parent
db60bee7dc
commit
627c870dd5
5 changed files with 5 additions and 5 deletions
|
@ -727,7 +727,7 @@ ENV OPENSSL_ROOT_DIR {{ OPENSSL_PREFIX }}
|
|||
|
||||
RUN git clone -b {{ QT_TAG }} --depth=1 https://code.qt.io/qt/qt5.git qt_{{ QT }} \
|
||||
&& cd qt_{{ QT }} \
|
||||
&& git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qt5compat qtshadertools \
|
||||
&& git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools \
|
||||
&& cd qtbase \
|
||||
&& find ../../patches/qtbase_{{ QT }} -type f -print0 | sort -z | xargs -r0 git apply \
|
||||
&& cd ../qtdeclarative \
|
||||
|
|
|
@ -1302,7 +1302,7 @@ if buildQt6:
|
|||
mac:
|
||||
git clone -b v6.3.2 https://code.qt.io/qt/qt5.git qt_6_3_2
|
||||
cd qt_6_3_2
|
||||
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg,qt5compat
|
||||
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg
|
||||
depends:patches/qtbase_6.3.2/*.patch
|
||||
cd qtbase
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ae89fefd239ecc47d4dab7ba29f9e230376a57d3
|
||||
Subproject commit 2fd3a249a984019c79d8cbfac33ac92ed58fbf30
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit dee3777ffd54a40e966914a2942f7cdd92b93c86
|
||||
Subproject commit a7d000be71db475f034c42687e7905fc8116050f
|
|
@ -459,7 +459,7 @@ parts:
|
|||
QT=6.5.0
|
||||
|
||||
git clone -b v${QT} --depth=1 https://code.qt.io/qt/qt5.git .
|
||||
git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qt5compat qtshadertools
|
||||
git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools
|
||||
|
||||
cd qtbase
|
||||
find $CRAFT_STAGE/patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply
|
||||
|
|
Loading…
Add table
Reference in a new issue