don't fail build on in-source builds
This commit is contained in:
parent
e50eece45c
commit
bc04e455ac
@ -5,17 +5,7 @@ OTHER_FILES = integrationpluginpymock.json \
|
|||||||
|
|
||||||
|
|
||||||
# Copy files to build dir as we've set plugin import paths to that
|
# Copy files to build dir as we've set plugin import paths to that
|
||||||
#mytarget.target = integrationpluginpymock.py
|
copydata.commands = $(COPY_DIR) $$PWD/integrationpluginpymock.json $$PWD/*.py $$OUT_PWD || true
|
||||||
#mytarget.commands = cp $$PWD/$$mytarget.target $$mytarget.target
|
|
||||||
#mytarget.depends = mytarget2
|
|
||||||
|
|
||||||
#mytarget2.commands = cp $$PWD/integrationpluginpymock.json integrationpluginpymock.json
|
|
||||||
|
|
||||||
#QMAKE_EXTRA_TARGETS += mytarget mytarget2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
copydata.commands = $(COPY_DIR) $$PWD/integrationpluginpymock.json $$PWD/*.py $$OUT_PWD
|
|
||||||
first.depends = $(first) copydata
|
first.depends = $(first) copydata
|
||||||
export(first.depends)
|
export(first.depends)
|
||||||
export(copydata.commands)
|
export(copydata.commands)
|
||||||
|
|||||||
Reference in New Issue
Block a user