1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-28 00:05:04 -04:00

fix build error (followup ba8f3881)

This commit is contained in:
Juergen E. Fischer 2014-07-10 02:55:21 +02:00
parent 8355a7aed6
commit 2595e02f40

@ -1,5 +1,4 @@
FILE(GLOB PY_FILES *.py)
FILE(GLOB OTHER_FILES *.txt)
PLUGIN_INSTALL(processing gui ${PY_FILES})
PLUGIN_INSTALL(processing gui ${OTHER_FILES})
PLUGIN_INSTALL(processing gui ${PY_FILES} ${OTHER_FILES})