summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qwmatrix
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 /tests/auto/gui/painting/qwmatrix
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 'tests/auto/gui/painting/qwmatrix')
-rw-r--r--tests/auto/gui/painting/qwmatrix/qwmatrix.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/gui/painting/qwmatrix/qwmatrix.pro b/tests/auto/gui/painting/qwmatrix/qwmatrix.pro
index efa2963091..de6454025c 100644
--- a/tests/auto/gui/painting/qwmatrix/qwmatrix.pro
+++ b/tests/auto/gui/painting/qwmatrix/qwmatrix.pro
@@ -3,4 +3,4 @@ TARGET = tst_qwmatrix
SOURCES += tst_qwmatrix.cpp
QT += testlib
-unix:!mac:!haiku:LIBS+=-lm
+unix:!darwin:!haiku:!integrity: LIBS += -lm