remove pointless export from qtConfHandleLibrary()
that variable is not modified in this scope, so there is no point in
exporting it here. it was probably a leftover from an earlier version.
amends c0cc50520.
Change-Id: Ic6f93d8c38d547308aa88ef337fe49bda004b337
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
bb10
parent
03247666ee
commit
793f4ae5c9
|
|
@ -569,7 +569,6 @@ defineTest(qtConfExportLibrary) {
|
|||
qtConfOutputVar(assign, $$output, QMAKE_$${NAME}_VERSION_MINOR, $$member(version, 1))
|
||||
qtConfOutputVar(assign, $$output, QMAKE_$${NAME}_VERSION_PATCH, $$member(version, 2))
|
||||
}
|
||||
export(config.output.$${output})
|
||||
}
|
||||
|
||||
defineTest(qtConfHandleLibrary) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue