diff --git a/python/plugins/processing/gui/CMakeLists.txt b/python/plugins/processing/gui/CMakeLists.txt index 2f3f50af072..bedaeaa0ccc 100644 --- a/python/plugins/processing/gui/CMakeLists.txt +++ b/python/plugins/processing/gui/CMakeLists.txt @@ -1,5 +1,5 @@ FILE(GLOB PY_FILES *.py) -FILE(GLOB OTHER_FILES help/*.*) +FILE(GLOB OTHER_FILES *.txt) PLUGIN_INSTALL(processing gui ${PY_FILES}) -PLUGIN_INSTALL(processing gui/help ${OTHER_FILES}) +PLUGIN_INSTALL(processing gui ${OTHER_FILES})