mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
13 lines
391 B
Text
13 lines
391 B
Text
Patch to make Qt5.15/ECL work with Xcode 15
|
|
-------------------------------------------
|
|
|
|
* copy 'toolchain.prf' from '~/lqml/platforms/macos/patch/' to:
|
|
|
|
~/Qt/5.15.2/clang_64/mkspecs/features/
|
|
~/Qt/5.15.2/ios/mkspecs/features/
|
|
|
|
* 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/
|