summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_module.prf
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-07-14 16:50:02 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-08 09:48:41 +0000
commit815a41f714df007eeee8726ada650a0aeb81ffc7 (patch)
tree6f407de61703b8a698ad0b0f4fc8864451ad263a /mkspecs/features/qt_module.prf
parent22d1351ddea193f5c00d4ae12229358dea826c62 (diff)
make use of silent error() emission
get rid of the entirely superfluous stock "Aborting." messages - the event triggering the exit has already reported the problem. Change-Id: Ib9dfb9e4212f60eceb2ea432cdf56c5a8afe9d65 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'mkspecs/features/qt_module.prf')
-rw-r--r--mkspecs/features/qt_module.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index 923ac73200..bce8b89643 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -235,7 +235,7 @@ android: CONFIG += qt_android_deps no_linker_version_script
verscript = $$verscript_in
}
- write_file($$OUT_PWD/$$verscript, verscript_content)|error("Aborting.")
+ write_file($$OUT_PWD/$$verscript, verscript_content)|error()
unset(current)
unset(previous)
unset(verscript)