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
Commits
6acdc3b2
You need to sign in or sign up before continuing.
Verified
Commit
6acdc3b2
authored
6 months ago
by
Burak Hançerli
Browse files
Options
Downloads
Patches
Plain Diff
fix: support cmake install for both wasm_singlethread and wasm_multithread
parent
b3091b74
No related branches found
No related tags found
2 merge requests
!29
Remove zip support
,
!28
QDS-13236 Update to Qt 6.8
Pipeline
#76286
passed
6 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+8
-1
8 additions, 1 deletion
CMakeLists.txt
with
8 additions
and
1 deletion
CMakeLists.txt
+
8
−
1
View file @
6acdc3b2
...
...
@@ -65,11 +65,18 @@ install(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
PROJECT_NAME
}
.html
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
PROJECT_NAME
}
.wasm
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
PROJECT_NAME
}
.js
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
PROJECT_NAME
}
.worker.js
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/qtloader.js
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
)
if
(
CMAKE_PREFIX_PATH MATCHES
"wasm_multithread"
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/
${
PROJECT_NAME
}
.worker.js
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
)
endif
()
install
(
DIRECTORY
${
CMAKE_SOURCE_DIR
}
/www/
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
...
...
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