mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision
This commit is contained in:
parent
3ebc3b7c2b
commit
586bf5b320
2 changed files with 14 additions and 4 deletions
|
|
@ -1,8 +1,13 @@
|
||||||
Patch to make Qt5.15 work with Xcode 15
|
Patch to make Qt5.15/ECL work with Xcode 15
|
||||||
---------------------------------------
|
-------------------------------------------
|
||||||
|
|
||||||
* copy 'toolchain.prf' from '~/lqml/platforms/macos/patch/' to:
|
* copy 'toolchain.prf' from '~/lqml/platforms/macos/patch/' to:
|
||||||
|
|
||||||
~/Qt/5.15.2/clang_64/mkspecs/features/
|
~/Qt/5.15.2/clang_64/mkspecs/features/
|
||||||
~/Qt/5.15.2/ios/mkspecs/features/
|
~/Qt/5.15.2/ios/mkspecs/features/
|
||||||
|
|
||||||
* delete 'Makefile' and '.qmake.stash' of all apps
|
* delete 'Makefile' and '.qmake.stash' of all apps
|
||||||
|
|
||||||
|
* copy libecl.dylib under Frameworks:
|
||||||
|
|
||||||
|
$ sudo cp /usr/local/lib/libecl.23.9.dylib /usr/local/Frameworks/
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,13 @@
|
||||||
Patch to make Qt5.15 work with Xcode 15
|
Patch to make Qt5.15/ECL work with Xcode 15
|
||||||
---------------------------------------
|
-------------------------------------------
|
||||||
|
|
||||||
* copy 'toolchain.prf' from '~/lqml/platforms/macos/patch/' to:
|
* copy 'toolchain.prf' from '~/lqml/platforms/macos/patch/' to:
|
||||||
|
|
||||||
~/Qt/5.15.2/clang_64/mkspecs/features/
|
~/Qt/5.15.2/clang_64/mkspecs/features/
|
||||||
~/Qt/5.15.2/ios/mkspecs/features/
|
~/Qt/5.15.2/ios/mkspecs/features/
|
||||||
|
|
||||||
* delete 'Makefile' and '.qmake.stash' of all apps
|
* delete 'Makefile' and '.qmake.stash' of all apps
|
||||||
|
|
||||||
|
* copy libecl.dylib under Frameworks:
|
||||||
|
|
||||||
|
$ sudo cp /usr/local/lib/libecl.23.9.dylib /usr/local/Frameworks/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue