don't export cached libraries which were in fact not found

amends ce7df6ac7d.

Change-Id: I9898e756283a2e2556458bf71b59b0c1c76064ec
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
Oswald Buddenhagen 2016-08-25 15:51:27 +02:00
parent 85f2bdea44
commit 7e97d360a3
1 changed files with 2 additions and 1 deletions

View File

@ -579,7 +579,8 @@ defineTest(qtConfHandleLibrary) {
qtConfEnsureTestTypeDeps("library")
qtConfLoadResult($${lpfx}, $$1) {
qtConfExportLibrary($${lpfx}.sources.$$eval($${lpfx}.source), $$eval($${lpfx}.export))
$$eval($${lpfx}.result): \
qtConfExportLibrary($${lpfx}.sources.$$eval($${lpfx}.source), $$eval($${lpfx}.export))
return()
}