Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 80611d0

Browse files
committed
[qt6] Add src/depthMapEntity for all builds
1 parent d2ec51a commit 80611d0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,4 @@ add_definitions(-DQT_NO_DEBUG_OUTPUT)
5252
add_definitions(-DQTOIIO_USE_FORMATS_BLACKLIST)
5353

5454
add_subdirectory(src/imageIOHandler)
55-
56-
# TODO: Make it works for Qt6
57-
# Add to Qt5 only for the moment since 3dcore
58-
# is not part of the distribution anymore.
59-
# Source: https://www.kdab.com/qt-3d-changes-in-qt-6/
60-
if(Qt5_FOUND)
61-
add_subdirectory(src/depthMapEntity)
62-
endif()
63-
# add_subdirectory(src/depthMapEntity)
55+
add_subdirectory(src/depthMapEntity)

0 commit comments

Comments
 (0)