diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4c5d8b1a..cf97f685 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -75,6 +75,7 @@ if(BUILD_GUI) else() file(GLOB_RECURSE QTDAEMON gui/qt-daemon/*.cpp gui/qt-daemon/*.h) endif() + list(FILTER QTDAEMON EXCLUDE REGEX "node_modules") endif()