qt5base-lts/tests/auto/gui/painting/qwmatrix/qwmatrix.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

7 lines
129 B
Prolog

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