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
parent
85f2bdea44
commit
7e97d360a3
|
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue