Skip to content

Commit 4232578

Browse files
authored
Merge pull request #165 from bEpic-studio/fix/annotation-tools
Fixes Drawing Annotation Tools
2 parents 6d07797 + 5bc10e1 commit 4232578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin/viewport_overlay/annotations/src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(annotations_tool VERSION ${XSTUDIO_GLOBAL_VERSION} LANGUAGES CXX)
33
find_package(Imath)
44
find_package(Qt6 COMPONENTS Core Quick Gui REQUIRED)
55

6-
set(ANNO_SYNC_EXTENSIONS On)
6+
set(ANNO_SYNC_EXTENSIONS Off)
77

88
set(SOURCES
99
annotations_tool.cpp
@@ -42,4 +42,4 @@ target_link_libraries(${PROJECT_NAME}
4242

4343
set_target_properties(${PROJECT_NAME} PROPERTIES LINK_DEPENDS_NO_SHARED true)
4444

45-
add_plugin_qml(${PROJECT_NAME} qml)
45+
add_plugin_qml(${PROJECT_NAME} qml)

0 commit comments

Comments
 (0)