summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2019-09-24 21:59:59 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2019-09-30 09:22:55 +0000
commit28b99dafc6ac43308d2e735701f5afc21aa56426 (patch)
treefd30e1206fd0afbb978648f34cd9f27dc1c75bfc /src/tools
parenta41490312fd6643b7db46cca30bc961207f96dc5 (diff)
downloadqt-creator-28b99dafc6ac43308d2e735701f5afc21aa56426.tar.gz
sdktool: Document WebAssembly types
Task-number: QTBUG-74923 Task-number: QTBUG-72884 Change-Id: I4fef49123bc1f66f94d374572537cfa2b5ad9a3b Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/sdktool/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/tools/sdktool/README.md b/src/tools/sdktool/README.md
index 764fee5342..b77e531348 100644
--- a/src/tools/sdktool/README.md
+++ b/src/tools/sdktool/README.md
@@ -84,6 +84,7 @@ Tricky parts:
* `ProjectExplorer.ToolChain.Custom` for custom toolchain
* `Qt4ProjectManager.ToolChain.Android` for the Android tool chain
* `Qnx.QccToolChain` for the Qnx QCC tool chain
+ * `WebAssembly.ToolChain.Emscripten` for the Emscripten tool chain
Check the classes derived from `ProjectExplorer::ToolChain` for their
Ids.
@@ -141,7 +142,7 @@ Tricky parts:
- `type` must be the string returned by `BaseQtVersion::type()`.
- Currently these are (Qt Creator 4.6):
+ Currently these are (Qt Creator 4.11):
* `Qt4ProjectManager.QtVersion.Android` for Android
* `Qt4ProjectManager.QtVersion.Desktop` for a desktop Qt
* `Qt4ProjectManager.QtVersion.Ios` for iOS
@@ -149,6 +150,7 @@ Tricky parts:
* `RemoteLinux.EmbeddedLinuxQt` for Embedded Linux
* `WinRt.QtVersion.WindowsRuntime` for Windows RT
* `WinRt.QtVersion.WindowsPhone` for Windows RT phone
+ * `Qt4ProjectManager.QtVersion.WebAssembly` for WebAssembly
Add a kit:
==========
@@ -171,7 +173,7 @@ Using the newly set up tool chain and Qt version:
Tricky parts:
- `devicetype` is the string returned IDevice::type()
- Currently these are (Qt Creator 4.6):
+ Currently these are (Qt Creator 4.11):
* `Android.Device.Type` for Android devices
* `Desktop` for code running on the local desktop
* `Ios.Device.Type` for an iOS device
@@ -180,6 +182,7 @@ Tricky parts:
* `WinRt.Device.Local` for Windows RT (local)
* `WinRt.Device.Emulator` for a Windows RT emulator
* `WinRt.Device.Phone` for a Windows RT phone
+ * `WebAssemblyDeviceType` for a web browser that supports WebAssembly
- `debuggerid` is one of the ids used when setting up toolchains with
`sdktool addDebugger`.