update qnodeeditor.cmake

This commit is contained in:
Guobang Bi 2020-03-07 20:42:14 +08:00
parent 021cacd496
commit f9376146f0
No known key found for this signature in database
GPG Key ID: D850BE43BE29325B

View File

@ -30,7 +30,7 @@ set(QNODEEDITOR_INCLUDE_PATH
${QNODEEDITOR_DIR}/include/nodes/internal
)
file(GLOB_RECURSE HEADERS_TO_MOC ${QNODEEDITOR_DIR}/include/nodes/internal/*.hpp)
file(GLOB_RECURSE HEADERS_TO_MOC include/nodes/internal/*.hpp)
qt5_wrap_cpp(QNODEEDITOR_SOURCES
${HEADERS_TO_MOC}