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