Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Qt Design Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Design Studio
QML Viewer Projects
Qt Design Viewer
Merge requests
!22
Fixes for 0.8.56
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes for 0.8.56
sentry-fixes
into
master
Overview
0
Commits
10
Pipelines
2
Changes
8
Merged
Burak Hançerli
requested to merge
sentry-fixes
into
master
10 months ago
Overview
0
Commits
10
Pipelines
2
Changes
8
Expand
This MR brings the following features;
Fixes on Sentry: 92db18ad56074c958d185dc25353bcc1, 220eaae3eb664f99b85f9b72bc493e1d
enh: add full ES3 support
enh: move to standard Qt debugging functions
enh: increase the initial memory to 2GB, preventing some QML projects from crashing.
enh: add JIRA URL with the current error message to ease up creating tickets
fix: hide the bottom bar when the download is complete
fix: reload page upon error
cicd: move the EMSDK variable to the global scope
chore: bump minimum required Qt version to 6.6.0
chore: add JIRA link to the homepage
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2faa6ace
10 commits,
10 months ago
8 files
+
188
−
156
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
cicd/stages/build.yml
+
2
−
2
Options
@@ -21,8 +21,8 @@ build-wasm:
-
mkdir -p ${QDS_CI_ARTIFACTS_PATH}
-
|
cd emsdk
./emsdk install
3.1.37
./emsdk activate
3.1.37
./emsdk install
${QDS_CI_EMSDK_VERSION}
./emsdk activate
${QDS_CI_EMSDK_VERSION}
source emsdk_env.sh
cd ..
-
echo ${DOCKER_ENV_QT_PATH_WASM_SINGLETHREAD}
Loading