• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiond9f5e963086576d9ba7983749ece2e3d8036cc56 (tree)
Zeit2023-05-20 17:55:35
AutorFs <Fsu0413@vip....>
CommiterFs

Log Message

workaround available now for qtlocation using clang 15+ (probably AppleClang 14.0.3 is built using clang 15+?)

Ändern Zusammenfassung

Diff

--- a/Compile/lib/qtCompile/conf.lua
+++ b/Compile/lib/qtCompile/conf.lua
@@ -2049,7 +2049,6 @@ conf.q5_15wx6g2 = {
20492049 ]],
20502050 }
20512051
2052--- note: remove skip qtlocation on 5.15.14
20532052 conf.q5_15mal = {
20542053 name = "Qt5.15.9-macOS-Universal-AppleClang&HOSTTOOLVERSION&",
20552054 qtVersion = "5.15.9-4",
@@ -2084,8 +2083,6 @@ conf.q5_15mal = {
20842083 "MYSQL_LIBDIR=&MYSQLPREFIX&/lib/mariadb"
20852084 -make-tool
20862085 "make -j$PARALLELNUM"
2087- -skip
2088- qtlocation
20892086 -webengine-proprietary-codecs
20902087 QMAKE_APPLE_DEVICE_ARCHS="arm64 x86_64"
20912088 ]],
@@ -2128,8 +2125,6 @@ conf.q5_15malnf = {
21282125 -make-tool
21292126 "make -j$PARALLELNUM"
21302127 -rpath
2131- -skip
2132- qtlocation
21332128 -webengine-proprietary-codecs
21342129 -no-framework
21352130 QMAKE_APPLE_DEVICE_ARCHS="arm64 x86_64"
@@ -2170,8 +2165,6 @@ conf.q5_15malsf = {
21702165 -make-tool
21712166 "make -j$PARALLELNUM"
21722167 -skip
2173- qtlocation
2174- -skip
21752168 qtwebengine
21762169 QMAKE_APPLE_DEVICE_ARCHS="arm64 x86_64"
21772170 ]],