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

11 lines
240 B
Prolog

CONFIG += testcase
TARGET = tst_qpathclipper
INCLUDEPATH += .
HEADERS += paths.h
SOURCES += tst_qpathclipper.cpp paths.cpp
QT += gui-private testlib
requires(contains(QT_CONFIG,private_tests))
unix:!darwin:!haiku:!integrity: LIBS += -lm