QGIS/python/plugins/db_manager/CMakeLists.txt
Matthias Kuhn fd663cc021 [plugins] Remove dependency on pyuic
Eases plugin development and deployment
2024-06-22 14:34:06 +02:00

11 lines
263 B
CMake

add_subdirectory(db_plugins)
add_subdirectory(icons)
file(GLOB OTHER_FILES LICENSE README TODO)
file(GLOB PY_FILES *.py)
file(GLOB UI_FILES ui/*.ui)
PLUGIN_INSTALL(db_manager . ${OTHER_FILES} ${PY_FILES} metadata.txt)
PLUGIN_INSTALL(db_manager ui ${UI_FILES})