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
Oswald Buddenhagen 2016-11-02 17:20:49 +01:00
parent 7ac15ab0ff
commit c804033f36
1 changed files with 3 additions and 1 deletions

View File

@ -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
}