We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df2b01 commit ba8f388Copy full SHA for ba8f388
python/plugins/processing/gui/CMakeLists.txt
@@ -1,5 +1,5 @@
1
FILE(GLOB PY_FILES *.py)
2
-FILE(GLOB OTHER_FILES help/*.*)
+FILE(GLOB OTHER_FILES *.txt)
3
4
PLUGIN_INSTALL(processing gui ${PY_FILES})
5
-PLUGIN_INSTALL(processing gui/help ${OTHER_FILES})
+PLUGIN_INSTALL(processing gui ${OTHER_FILES})
0 commit comments