qt5base-lts/tests/auto/gui/painting/qpolygon/qpolygon.pro
Rolland Dudemaine d58596fd61 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>
2016-03-18 20:40:59 +00:00

9 lines
131 B
Prolog

CONFIG += testcase
TARGET = tst_qpolygon
QT += testlib
SOURCES += tst_qpolygon.cpp
unix:!darwin:!haiku:!integrity: LIBS += -lm