This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-10-15 22:34:06 +02:00

13 lines
387 B
Prolog

TEMPLATE = aux
OTHER_FILES = integrationpluginpymock.json \
integrationpluginpymock.py
# Copy files to build dir as we've set plugin import paths to that
copydata.commands = $(COPY_DIR) $$PWD/integrationpluginpymock.json $$PWD/*.py $$OUT_PWD || true
first.depends = $(first) copydata
export(first.depends)
export(copydata.commands)
QMAKE_EXTRA_TARGETS += first copydata