-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsysroot.json
49 lines (41 loc) · 1.67 KB
/
sysroot.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"Description": "The sysroot for the Airbnb Scanner application.",
"linux|macos|win#zlib": {
"source": "zlib-1.2.11.tar.gz",
"static_msvc_runtime": true
},
"qt5": {
"linux#source": "qt-everywhere-src-5.14.2.tar.xz",
"edition": "opensource",
"linux#ssl": "openssl-runtime",
"configure_options": [
"-opengl", "desktop", "-qt-pcre"
],
"skip": [
"qt3d", "qtactiveqt", "qtandroidextras", "qtcanvas3d", "qtcharts", "qtconnectivity", "qtdatavis3d",
"qtdoc", "qtgamepad", "qtgraphicaleffects", "qtimageformats",
"qtlocation", "qtmacextras", "qtmultimedia", "qtnetworkauth", "qtpurchasing",
"qtquickcontrols", "qtquickcontrols2", "qtremoteobjects",
"qtscript", "qtscxml", "qtsensors", "qtserialbus",
"qtserialport", "qtspeech", "qtsvg", "qttools",
"qttranslations", "qtvirtualkeyboard", "qtwayland", "qtwebchannel", "qtwebengine",
"qtwebsockets", "qtwebview", "qtwinextras", "qtxmlpatterns"
],
"static_msvc_runtime": true
},
"python": {
"build_host_from_source": false,
"build_target_from_source": true,
"source": "Python-3.7.7.tar.xz"
},
"sip": {
"module_name": "PyQt5.sip",
"linux#source": "sip-4.19.25.tar.gz"
},
"pyqt5": {
"linux#modules": [
"QtCore", "QtGui", "QtWidgets", "QtX11Extras"
],
"linux#source": "PyQt5-5.14.2.tar.gz"
}
}