d58596fd61
Math functions are linked in by default on INTEGRITY. Change-Id: I737ae87c02b2321caca3975f69525731e839d1a7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
7 lines
129 B
Prolog
7 lines
129 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qwmatrix
|
|
SOURCES += tst_qwmatrix.cpp
|
|
QT += testlib
|
|
|
|
unix:!darwin:!haiku:!integrity: LIBS += -lm
|