From 696f2ed6d93a4112ba5c76c6f4aba02c4de3af6e Mon Sep 17 00:00:00 2001 From: ymshenyu Date: Sun, 19 Apr 2020 12:08:14 +0800 Subject: [PATCH] update qnodeeditor.cmake --- cmake/qnodeeditor.cmake | 1 + 1 file changed, 1 insertion(+) 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