QGIS/python/plugins/processing/algs/ui/CMakeLists.txt
2014-01-06 12:08:02 +02:00

7 lines
153 B
CMake

FILE(GLOB PY_FILES *.py)
FILE(GLOB UI_FILES *.ui)
PYQT4_WRAP_UI(PYUI_FILES ${UI_FILES})
PLUGIN_INSTALL(processing ./algs/ui ${PY_FILES} ${PYUI_FILES})