summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2015-10-27 02:26:12 +0100
committerRolland Dudemaine <rolland@ghs.com>2016-03-18 20:40:59 +0000
commitd58596fd61d2e18633fa716c35287678758119d5 (patch)
treec24de9acfb21cb714ad2adcc75238361eda885a9 /src/corelib/tools
parent12c18ae647168e17c317d7309d404bda9ad62197 (diff)
Remove inclusion of -lm for INTEGRITY.
Math functions are linked in by default on INTEGRITY. Change-Id: I737ae87c02b2321caca3975f69525731e839d1a7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/tools.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/tools.pri b/src/corelib/tools/tools.pri
index 5cfeff5a4f..e367e6e716 100644
--- a/src/corelib/tools/tools.pri
+++ b/src/corelib/tools/tools.pri
@@ -204,7 +204,7 @@ contains(QT_CONFIG, doubleconversion) {
}
# Note: libm should be present by default becaue this is C++
-!macx-icc:!vxworks:!haiku:unix:LIBS_PRIVATE += -lm
+unix:!macx-icc:!vxworks:!haiku:!integrity: LIBS_PRIVATE += -lm
TR_EXCLUDE += ../3rdparty/*