Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QtQuickWebRuntime
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
QtQuickWebRuntime
Commits
fda49165
Commit
fda49165
authored
10 months ago
by
Morten Sorvig
Browse files
Options
Downloads
Patches
Plain Diff
Update cmake build
parent
12ec3a27
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
example/web-ace/CMakeLists.txt
+3
-2
3 additions, 2 deletions
example/web-ace/CMakeLists.txt
with
3 additions
and
2 deletions
example/web-ace/CMakeLists.txt
+
3
−
2
View file @
fda49165
...
...
@@ -4,7 +4,7 @@ project(qtquickruntime VERSION 0.1 LANGUAGES CXX)
set
(
CMAKE_CXX_STANDARD_REQUIRED ON
)
find_package
(
Qt6 6.7 REQUIRED COMPONENTS Quick QuickControls2
)
find_package
(
Qt6 6.7 REQUIRED COMPONENTS Quick QuickControls2
Graphs Quick3D
)
qt_standard_project_setup
(
REQUIRES 6.7
)
...
...
@@ -16,6 +16,7 @@ qt_add_executable(qtquickruntime
)
target_link_libraries
(
qtquickruntime
PRIVATE Qt6::Quick Qt6::QuickControls2
PRIVATE Qt6::Quick Qt6::QuickControls2
Qt6::Graphs Qt6::Quick3D
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../qtquick.js
${
CMAKE_CURRENT_BINARY_DIR
}
/qtquick.js COPYONLY
)
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