File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ option(BUILD_SHARED_LIBS "Build as shared library" ON)
3333option (BUILD_DEBUG_POSTFIX_D "Append d suffix to debug libraries" OFF )
3434option (QT_NODES_FORCE_TEST_COLOR "Force colorized unit test output" OFF )
3535option (QT_NODES_REDUCED_SHAPE_MARGINS "Reduce the interaction margins of the nodes absolute instead of relative" OFF )
36- option (QT_NODES_ABSOLUTE_BOUNDING_RECT_MARGINS "Make the drawing margins of the nodes absolute instead of relative" OFF )
3736option (USE_QT6 "Build with Qt6 (Enabled by default)" ON )
3837
3938if (QT_NODES_DEVELOPER_DEFAULTS)
@@ -164,7 +163,6 @@ target_compile_definitions(QtNodes
164163 NODE_EDITOR_EXPORTS
165164 #NODE_DEBUG_DRAWING
166165 $<$<BOOL :${QT_NODES_REDUCED_SHAPE_MARGINS} >:NODE_EDITOR_REDUCED_SHAPE_MARGINS >
167- $<$<BOOL :${QT_NODES_ABSOLUTE_BOUNDING_RECT_MARGINS} >:NODE_EDITOR_ABSOLUTE_BOUNDING_RECT_MARGINS >
168166 QT_NO_KEYWORDS
169167)
170168
You can’t perform that action at this time.
0 commit comments