From: Charles Yin Date: Mon, 30 May 2011 13:30:05 +0000 (+1000) Subject: fix shadow build error X-Git-Tag: qt-v5.0.0-alpha1~2170^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05b358c1e15fb28745f169686a977ba0c53cac2f;p=profile%2Fivi%2Fqtdeclarative.git fix shadow build error Change-Id: I68c8edac98389c487c1ac09bb74d43fdeb85cdc3 --- 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