Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QtWS19-wasm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Morten Sorvig
QtWS19-wasm
Commits
cad302fe
Commit
cad302fe
authored
6 years ago
by
Morten Sorvig
Browse files
Options
Downloads
Patches
Plain Diff
Presentation update
parent
b22e26eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+4
-14
4 additions, 14 deletions
index.html
with
4 additions
and
14 deletions
index.html
+
4
−
14
View file @
cad302fe
...
...
@@ -75,7 +75,6 @@
<h2>
Qt
</h2>
<p>
New platform for 5.12: Q_OS_WASM
</p>
<p>
Tech Preview
</p>
<p>
License: GPLv3 and Commercial
</p>
<p>
Host system support: GNU/Linux, macOS, Windows Subsystem for Linux
</p>
</section>
<section>
...
...
@@ -85,10 +84,10 @@
<section>
<h2>
Build Qt from source
</h2>
<pre><code
class=
"hljs"
data-trim
contenteditable
>
$ ~/Qt/5.12.0/Src/configure -xplatform wasm-emscripten
$ make
</code></pre>
$ ~/Qt/5.12.0/Src/configure -xplatform wasm-emscripten
-nomake examples
$ make
module-qtbase module-qtdeclarative module-qtquickcontrols2
</code></pre>
<p>
Implicit configure flags: -static -no-feature-thread
</p>
<p>
Suppored Modules: QtBase, QtDeclarative, QQuickControls2, QtCharts, QtWebSockets, ++
</p>
<p>
Suppored Modules: QtBase, QtDeclarative, QQuickControls2, QtCharts, QtWebSockets,
QtMQTT
++
</p>
<p>
Not Supported: QtMultimedia, QtWebEngine
</p>
</section>
<section>
...
...
@@ -100,15 +99,6 @@ $ make</code></pre>
<p>
No accessibility/screen reader support
</p>
<p></p>
</section>
<section>
<h2>
Tentative Roadmap (5.13)
</h2>
<p>
System cliboard integration
</p>
<p>
Virtual keyboard support
</p>
<p>
Shared library builds
</p>
<p>
Multithreading
</p>
<p></p>
<p></p>
</section>
<section>
<h2>
Build Application
</h2>
<pre><code
class=
"hljs"
data-trim
contenteditable
>
...
...
@@ -249,7 +239,7 @@ QWasmFile::saveFile(content, fileNameHint);
<tr>
<td>
QNetworkAccessManager
</td>
<td>
Http
</td>
<td>
Same Origin
</td>
<td>
Same Origin
/ CORS host
</td>
</tr>
<tr>
<td>
QWebSocket
</td>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment