We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d07797 + 5bc10e1 commit 4232578Copy full SHA for 4232578
src/plugin/viewport_overlay/annotations/src/CMakeLists.txt
@@ -3,7 +3,7 @@ project(annotations_tool VERSION ${XSTUDIO_GLOBAL_VERSION} LANGUAGES CXX)
3
find_package(Imath)
4
find_package(Qt6 COMPONENTS Core Quick Gui REQUIRED)
5
6
-set(ANNO_SYNC_EXTENSIONS On)
+set(ANNO_SYNC_EXTENSIONS Off)
7
8
set(SOURCES
9
annotations_tool.cpp
@@ -42,4 +42,4 @@ target_link_libraries(${PROJECT_NAME}
42
43
set_target_properties(${PROJECT_NAME} PROPERTIES LINK_DEPENDS_NO_SHARED true)
44
45
-add_plugin_qml(${PROJECT_NAME} qml)
+add_plugin_qml(${PROJECT_NAME} qml)
0 commit comments