vasupcar.blogg.se

Buidling static 5 qt for mac
Buidling static 5 qt for mac








buidling static 5 qt for mac

I can send the entire output from the build if necessary. The attached file, config_output.zip, contains the config.log, config.opt, config.status and config.summary from my shadow build directory for your review. % python /Users/transdel/ws/qt-build-env/external/Qt5/src/qtwebengine/src/3rdparty/chromium/build/mac/find_sdk.py -print_sdk_path -print_bin_path 10.13 /Applications/Xcode.app/Contents/Developer/Platforms/atform/Developer/SDKs/MacOSX10.14.sdk /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ % python /Users/transdel/ws/qt-build-env/external/Qt5/src/qtwebengine/src/3rdparty/chromium/build/mac/find_sdk.py -print_sdk_path -print_bin_path 10.14 /Applications/Xcode.app/Contents/Developer/Platforms/atform/Developer/SDKs/MacOSX10.14.sdk /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/

buidling static 5 qt for mac

% python /Users/transdel/ws/qt-build-env/external/Qt5/src/qtwebengine/src/3rdparty/chromium/build/mac/find_sdk.py -print_sdk_path -print_bin_path 10.15 /Applications/Xcode.app/Contents/Developer/Platforms/atform/Developer/SDKs/MacOSX10.15.sdk /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ A Qt-based application is only one of many applications on these computers. These kinds of computers are typically used also for reading email, browsing the Internet and so on.

#BUIDLING STATIC 5 QT FOR MAC LICENSE#

Once we give that same script valid input like 10.15, 10.14 or 10.13 the the output is correct, like so The Qt for Application Development license is sufficient to create applications that run on desktop PCs, mobile phones, or tablets. This seems to be some sort of garbage-in-garbage-out error because there the find_sdk.py script should never be given an input of 10.15.4 for an sdk. See //BUILD.gn:72:5: which caused the file to be included. See //chrome/installer/BUILD.gn:7:1: whence it was imported. Raise Exception('No %s+ SDK found' % min_sdk_version)Įxception: No 10.15.4+ SDK foundSee //build/config/sysroot.gni:65:3: whence it was imported. Stderr:Traceback (most recent call last):įile "/Users/transdel/ws/qt-build-env/external/Qt5/src/qtwebengine/src/3rdparty/chromium/build/mac/find_sdk.py", line 127, in įile "/Users/transdel/ws/qt-build-env/external/Qt5/src/qtwebengine/src/3rdparty/chromium/build/mac/find_sdk.py", line 96, in main ERROR at //build/config/mac/mac_sdk.gni:80:5: Script returned non-zero exit code.Įxec_script("//build/mac/find_sdk.py", find_sdk_args, "list lines")Ĭurrent dir: /Users/transdel/ws/qt-build-env/external/Qt5/tmp/mac圆4-clang-frameworks-10.15/qtwebengine/src/core/debug/Ĭommand: /usr/bin/python2 /Users/transdel/ws/qt-build-env/external/Qt5/src/qtwebengine/src/3rdparty/chromium/build/mac/find_sdk.py -print_sdk_path -print_bin_path 10.15.4










Buidling static 5 qt for mac