qt5base-lts/qmake/generators/unix
Joerg Bornemann 4da47d0fba Make sure .pc, .prl and .la files are created for header_only modules
Those modules are TEMPLATE=aux, so they weren't triggering the file creation
here.

To make this work properly we have to:
  - check for TEMPLATE aux in the right places
  - add a dummy target to INSTALLS to actually trigger the creation
  - initialize PRL_TARGET for aux templates

Fixes: QTBUG-75901
Started-by: Thiago Macieira <thiago.macieira@intel.com>
Change-Id: Idce141629dd34287808bfffd159f92ac28c6c8b1
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-06-03 15:06:29 +02:00
..
unixmake2.cpp Make sure .pc, .prl and .la files are created for header_only modules 2019-06-03 15:06:29 +02:00
unixmake.cpp Make sure .pc, .prl and .la files are created for header_only modules 2019-06-03 15:06:29 +02:00
unixmake.h qmake: fix the precedence of QMAKE_LIBDIR_POST 2018-10-12 18:06:49 +00:00