mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix build error (followup ba8f3881)
This commit is contained in:
parent
8355a7aed6
commit
2595e02f40
@ -1,5 +1,4 @@
|
|||||||
FILE(GLOB PY_FILES *.py)
|
FILE(GLOB PY_FILES *.py)
|
||||||
FILE(GLOB OTHER_FILES *.txt)
|
FILE(GLOB OTHER_FILES *.txt)
|
||||||
|
|
||||||
PLUGIN_INSTALL(processing gui ${PY_FILES})
|
PLUGIN_INSTALL(processing gui ${PY_FILES} ${OTHER_FILES})
|
||||||
PLUGIN_INSTALL(processing gui ${OTHER_FILES})
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user