Revision | d9f5e963086576d9ba7983749ece2e3d8036cc56 (tree) |
---|---|
Zeit | 2023-05-20 17:55:35 |
Autor | Fs <Fsu0413@vip....> |
Commiter | Fs |
workaround available now for qtlocation using clang 15+ (probably AppleClang 14.0.3 is built using clang 15+?)
@@ -2049,7 +2049,6 @@ conf.q5_15wx6g2 = { | ||
2049 | 2049 | ]], |
2050 | 2050 | } |
2051 | 2051 | |
2052 | --- note: remove skip qtlocation on 5.15.14 | |
2053 | 2052 | conf.q5_15mal = { |
2054 | 2053 | name = "Qt5.15.9-macOS-Universal-AppleClang&HOSTTOOLVERSION&", |
2055 | 2054 | qtVersion = "5.15.9-4", |
@@ -2084,8 +2083,6 @@ conf.q5_15mal = { | ||
2084 | 2083 | "MYSQL_LIBDIR=&MYSQLPREFIX&/lib/mariadb" |
2085 | 2084 | -make-tool |
2086 | 2085 | "make -j$PARALLELNUM" |
2087 | - -skip | |
2088 | - qtlocation | |
2089 | 2086 | -webengine-proprietary-codecs |
2090 | 2087 | QMAKE_APPLE_DEVICE_ARCHS="arm64 x86_64" |
2091 | 2088 | ]], |
@@ -2128,8 +2125,6 @@ conf.q5_15malnf = { | ||
2128 | 2125 | -make-tool |
2129 | 2126 | "make -j$PARALLELNUM" |
2130 | 2127 | -rpath |
2131 | - -skip | |
2132 | - qtlocation | |
2133 | 2128 | -webengine-proprietary-codecs |
2134 | 2129 | -no-framework |
2135 | 2130 | QMAKE_APPLE_DEVICE_ARCHS="arm64 x86_64" |
@@ -2170,8 +2165,6 @@ conf.q5_15malsf = { | ||
2170 | 2165 | -make-tool |
2171 | 2166 | "make -j$PARALLELNUM" |
2172 | 2167 | -skip |
2173 | - qtlocation | |
2174 | - -skip | |
2175 | 2168 | qtwebengine |
2176 | 2169 | QMAKE_APPLE_DEVICE_ARCHS="arm64 x86_64" |
2177 | 2170 | ]], |