diff --git a/cmake/qnodeeditor.cmake b/cmake/qnodeeditor.cmake index dc97fa25..fe82837b 100644 --- a/cmake/qnodeeditor.cmake +++ b/cmake/qnodeeditor.cmake @@ -68,4 +68,5 @@ if(QV2RAY_QNODEEDITOR_PROVIDER STREQUAL "module") elseif(QV2RAY_QNODEEDITOR_PROVIDER STREQUAL "package") find_package(NodeEditor REQUIRED CONFIG) set(QNODEEDITOR_LIBRARY NodeEditor::nodes) + find_path(QNODEEDITOR_INCLUDE_PATH Node.hpp PATH_SUFFIXES nodes/internal) endif() \ No newline at end of file