From 05b358c1e15fb28745f169686a977ba0c53cac2f Mon Sep 17 00:00:00 2001 From: Charles Yin Date: Mon, 30 May 2011 23:30:05 +1000 Subject: [PATCH] fix shadow build error Change-Id: I68c8edac98389c487c1ac09bb74d43fdeb85cdc3 --- src/imports/testlib/testlib.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/imports/testlib/testlib.pro b/src/imports/testlib/testlib.pro index 03789cc..80bd5c5 100644 --- a/src/imports/testlib/testlib.pro +++ b/src/imports/testlib/testlib.pro @@ -39,4 +39,8 @@ otherImportFiles.files += $$OTHER_IMPORT_FILES otherImportFiles.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH +copy2build.input = OTHER_IMPORT_FILES +copy2build.output = $$QT.declarative.imports/$$TARGETPATH/${QMAKE_FILE_BASE}${QMAKE_FILE_EXT} + + INSTALLS += target otherImportFiles -- 2.7.4