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>
This commit is contained in:
parent
12c18ae647
commit
d58596fd61
@ -204,7 +204,7 @@ contains(QT_CONFIG, doubleconversion) {
|
||||
}
|
||||
|
||||
# Note: libm should be present by default becaue this is C++
|
||||
!macx-icc:!vxworks:!haiku:unix:LIBS_PRIVATE += -lm
|
||||
unix:!macx-icc:!vxworks:!haiku:!integrity: LIBS_PRIVATE += -lm
|
||||
|
||||
TR_EXCLUDE += ../3rdparty/*
|
||||
|
||||
|
@ -2,4 +2,4 @@ CONFIG += testcase
|
||||
TARGET = tst_qline
|
||||
QT = core testlib
|
||||
SOURCES = tst_qline.cpp
|
||||
unix:!mac:!vxworks:!haiku:LIBS+=-lm
|
||||
unix:!darwin:!vxworks:!haiku:!integrity: LIBS+=-lm
|
||||
|
@ -7,4 +7,4 @@ QT += gui-private testlib
|
||||
|
||||
requires(contains(QT_CONFIG,private_tests))
|
||||
|
||||
unix:!mac:!haiku:LIBS+=-lm
|
||||
unix:!darwin:!haiku:!integrity: LIBS += -lm
|
||||
|
@ -3,6 +3,6 @@ TARGET = tst_qpolygon
|
||||
QT += testlib
|
||||
SOURCES += tst_qpolygon.cpp
|
||||
|
||||
unix:!mac:!haiku:LIBS+=-lm
|
||||
unix:!darwin:!haiku:!integrity: LIBS += -lm
|
||||
|
||||
|
||||
|
@ -3,4 +3,4 @@ TARGET = tst_qtransform
|
||||
SOURCES += tst_qtransform.cpp
|
||||
QT += testlib
|
||||
|
||||
unix:!mac:!haiku:LIBS+=-lm
|
||||
unix:!darwin:!haiku:!integrity: LIBS += -lm
|
||||
|
@ -3,4 +3,4 @@ TARGET = tst_qwmatrix
|
||||
SOURCES += tst_qwmatrix.cpp
|
||||
QT += testlib
|
||||
|
||||
unix:!mac:!haiku:LIBS+=-lm
|
||||
unix:!darwin:!haiku:!integrity: LIBS += -lm
|
||||
|
@ -5,7 +5,7 @@ QT += testlib core-private gui-private widgets-private
|
||||
SOURCES += tst_qaccessibility.cpp
|
||||
HEADERS += accessiblewidgets.h
|
||||
|
||||
unix:!mac:!haiku:LIBS+=-lm
|
||||
unix:!darwin:!haiku:!integity: LIBS += -lm
|
||||
|
||||
wince {
|
||||
accessneeded.files = $$QT_BUILD_TREE\\plugins\\accessible\\*.dll
|
||||
|
Loading…
Reference in New Issue
Block a user