From b9308e0f6c54668ac5221105e0c45ac89a19823d Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 22 Apr 2016 20:56:01 +0200 Subject: make use of COPIES Change-Id: I232cf933b20e53ea7403a993edfe00c5eda5a0b1 Reviewed-by: J-P Nurmi --- tests/auto/testplugin/testplugin.pro | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tests/auto/testplugin/testplugin.pro b/tests/auto/testplugin/testplugin.pro index dfdd1a81..7e16087a 100644 --- a/tests/auto/testplugin/testplugin.pro +++ b/tests/auto/testplugin/testplugin.pro @@ -29,10 +29,7 @@ DESTDIR = $$TARGETPATH !equals(PWD, $$OUT_PWD) { # move qmldir alongside the plugin if shadow build - qmldirfile.input = QMLDIR - qmldirfile.output = $$DESTDIR/qmldir - qmldirfile.variable_out = PRE_TARGETDEPS - qmldirfile.commands = $$QMAKE_COPY ${QMAKE_FILE_IN} ${QMAKE_FILE_OUT} - qmldirfile.CONFIG = no_link no_clean - QMAKE_EXTRA_COMPILERS += qmldirfile + qmldirfile.files = $$QMLDIR + qmldirfile.path = $$DESTDIR + COPIES += qmldirfile } -- cgit v1.2.1