summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-03-16 13:03:46 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-03-27 13:29:43 +0000
commit6037198f6dffd633a42fff654d131ddc8b794ba9 (patch)
treee37a170a7726784cf68105c034827ed888acfed8
parent341dd4c7393ed36a775ffadfb69042ca7460ab6a (diff)
export modules with TEMPLATE=aux as no_link
they have no library to link against, obviously. Change-Id: I721670382c1ec56e19130f0a0ecef616e101b885 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-rw-r--r--mkspecs/features/qt_module_pris.prf4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkspecs/features/qt_module_pris.prf b/mkspecs/features/qt_module_pris.prf
index fd639b10ad..be864c1697 100644
--- a/mkspecs/features/qt_module_pris.prf
+++ b/mkspecs/features/qt_module_pris.prf
@@ -59,7 +59,9 @@ MODULE_FWD_PRI = $$mod_work_pfx/qt_lib_$${MODULE_ID}.pri
module_rundep = "QT.$${MODULE_ID}.run_depends = $$replace(QT_PRIVATE, -private$, _private)"
else: \
module_rundep =
- static: \
+ equals(TEMPLATE, aux): \
+ module_build_type = no_link
+ else:static: \
module_build_type = staticlib
else:mac:contains(QT_CONFIG, qt_framework): \
module_build_type = lib_bundle