[consider merging] Added pymod distutil_src files to dependencies.

This commit is contained in:
Matthias Koefferlein 2024-03-09 17:26:49 +01:00
parent 3bee20e2fe
commit ef7116c4c2
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ INSTALLS = lib_target
QMAKE_POST_LINK += && $(MKDIR) $$DESTDIR_PYMOD/$$REALMODULE && $(COPY) $$PWD/distutils_src/klayout/$$REALMODULE/*.py $$DESTDIR_PYMOD/$$REALMODULE
}
POST_TARGETDEPS += $$files($$PWD/distutils_src/klayout/$$REALMODULE/*.py, false)
# INSTALLS needs to be inside a lib or app templates.
modsrc_target.path = $$PREFIX/pymod/klayout/$$REALMODULE
# This would be nice: