Skip to content

Commit

Permalink
Merge pull request #758 from miurahr/update-combinations
Browse files Browse the repository at this point in the history
Update `aqt/combinations.json`
  • Loading branch information
miurahr authored Feb 10, 2024
2 parents 301ff51 + 0ee3c4f commit ade8918
Showing 1 changed file with 90 additions and 1 deletion.
91 changes: 90 additions & 1 deletion aqt/combinations.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,72 @@
"qtwebview"
],
"qt_version": "6.6"
},
{
"modules": [
"debug_info",
"qt3d",
"qt3d.debug_information",
"qt5compat",
"qtcharts",
"qtcharts.debug_information",
"qtconnectivity",
"qtconnectivity.debug_information",
"qtdatavis3d",
"qtdatavis3d.debug_information",
"qtgraphs",
"qtgraphs.debug_information",
"qtgrpc",
"qtgrpc.debug_information",
"qthttpserver",
"qthttpserver.debug_information",
"qtimageformats",
"qtimageformats.debug_information",
"qtlanguageserver",
"qtlanguageserver.debug_information",
"qtlocation",
"qtlocation.debug_information",
"qtlottie",
"qtlottie.debug_information",
"qtmultimedia",
"qtmultimedia.debug_information",
"qtnetworkauth",
"qtnetworkauth.debug_information",
"qtpdf",
"qtpositioning",
"qtpositioning.debug_information",
"qtquick3d",
"qtquick3dphysics",
"qtquick3dphysics.debug_information",
"qtquickeffectmaker",
"qtquickeffectmaker.debug_information",
"qtquicktimeline",
"qtremoteobjects",
"qtremoteobjects.debug_information",
"qtscxml",
"qtscxml.debug_information",
"qtsensors",
"qtsensors.debug_information",
"qtserialbus",
"qtserialbus.debug_information",
"qtserialport",
"qtserialport.debug_information",
"qtshadertools",
"qtspeech",
"qtspeech.debug_information",
"qtvirtualkeyboard",
"qtvirtualkeyboard.debug_information",
"qtwaylandcompositor",
"qtwebchannel",
"qtwebchannel.debug_information",
"qtwebengine",
"qtwebengine.debug_information",
"qtwebsockets",
"qtwebsockets.debug_information",
"qtwebview",
"qtwebview.debug_information"
],
"qt_version": "6.7"
}
],
"new_archive": [
Expand Down Expand Up @@ -363,6 +429,11 @@
"os_name": "linux",
"target": "desktop"
},
{
"arch": "linux_gcc_64",
"os_name": "linux",
"target": "desktop"
},
{
"arch": "wasm_32",
"os_name": "linux",
Expand Down Expand Up @@ -498,6 +569,11 @@
"os_name": "windows",
"target": "desktop"
},
{
"arch": "win64_llvm_mingw",
"os_name": "windows",
"target": "desktop"
},
{
"arch": "win64_mingw",
"os_name": "windows",
Expand Down Expand Up @@ -891,6 +967,12 @@
"target": "desktop",
"tool_name": "tools_ifw"
},
{
"arch": "qt.tools.win64_llvm_mingw1706",
"os_name": "windows",
"target": "desktop",
"tool_name": "tools_llvm_mingw1706"
},
{
"arch": "qt.tools.maintenance",
"os_name": "windows",
Expand Down Expand Up @@ -957,6 +1039,12 @@
"target": "desktop",
"tool_name": "tools_mingw"
},
{
"arch": "qt.tools.win64_mingw1310",
"os_name": "windows",
"target": "desktop",
"tool_name": "tools_mingw1310"
},
{
"arch": "qt.tools.win64_mingw900",
"os_name": "windows",
Expand Down Expand Up @@ -1203,7 +1291,8 @@
"6.5.2",
"6.5.3",
"6.6.0",
"6.6.1"
"6.6.1",
"6.7.0"
]
}
]

0 comments on commit ade8918

Please sign in to comment.