don't attempt to install the target of header-only modules
they have none. Change-Id: I1e5ffa9960c4fac3c708be4820fb40e7909569c8 Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
7ac15ab0ff
commit
c804033f36
|
|
@ -64,7 +64,9 @@ load(qt_build_paths)
|
|||
|
||||
header_module {
|
||||
TEMPLATE = aux
|
||||
CONFIG += force_qt # Needed for the headers_clean tests.
|
||||
CONFIG += \
|
||||
force_qt \ # Needed for the headers_clean tests.
|
||||
qt_no_install_library
|
||||
} else {
|
||||
TEMPLATE = lib
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue