Skip to content

Commit

Permalink
Enable qt quick 3D.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenD98 committed Oct 20, 2024
1 parent 5d6e1b8 commit 262aea4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if (ANDROID)
set(ANDROID_PACKAGE_SOURCE_DIR ${CMAKE_BINARY_DIR}/android-template)
endif()

find_package(Qt6 COMPONENTS Concurrent Core Qml Gui Xml Positioning Widgets Network Quick Svg Sql Sensors WebView Multimedia Bluetooth Nfc WebSockets REQUIRED)
find_package(Qt6 COMPONENTS Concurrent Core Qml Gui Xml Positioning Widgets Network Quick Svg Sql Sensors WebView Multimedia Bluetooth Nfc WebSockets Quick3D REQUIRED)

if(NOT CMAKE_SYSTEM_NAME STREQUAL "iOS")
find_package(Qt6 COMPONENTS PrintSupport REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ target_link_libraries(
Qt::WebView
Qt::Multimedia
Qt::WebSockets
Qt::Quick3D
QGIS::Core
QGIS::Analysis
ZXing::ZXing
Expand Down
1 change: 1 addition & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"qml"
]
},
"qtquick3d",
{
"name": "qtsensors",
"features": [
Expand Down

0 comments on commit 262aea4

Please sign in to comment.