Haiku: Make remaining auto tests compile on Haiku

Change-Id: I369b988b8c7d441ebc912298a81d3d82ec19df8c
Reviewed-by: Augustin Cavalier <waddlesplash@gmail.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Tobias Koenig 2015-01-02 10:34:12 +00:00
parent 699455b90a
commit 37fd702e30
7 changed files with 7 additions and 7 deletions

View File

@ -12,5 +12,5 @@ SOURCES += main.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
DEFINES += QT_MESSAGELOGCONTEXT
gcc:!mingw: QMAKE_LFLAGS += -rdynamic
gcc:!mingw:!haiku: QMAKE_LFLAGS += -rdynamic

View File

@ -2,5 +2,5 @@ CONFIG += testcase parallel_test
TARGET = tst_qline
QT = core testlib
SOURCES = tst_qline.cpp
unix:!mac:!vxworks:LIBS+=-lm
unix:!mac:!vxworks:!haiku:LIBS+=-lm
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

View File

@ -8,4 +8,4 @@ QT += gui-private testlib
requires(contains(QT_CONFIG,private_tests))
unix:!mac:LIBS+=-lm
unix:!mac:!haiku:LIBS+=-lm

View File

@ -4,6 +4,6 @@ TARGET = tst_qpolygon
QT += testlib
SOURCES += tst_qpolygon.cpp
unix:!mac:LIBS+=-lm
unix:!mac:!haiku:LIBS+=-lm

View File

@ -4,4 +4,4 @@ TARGET = tst_qtransform
SOURCES += tst_qtransform.cpp
QT += testlib
unix:!mac:LIBS+=-lm
unix:!mac:!haiku:LIBS+=-lm

View File

@ -4,4 +4,4 @@ TARGET = tst_qwmatrix
SOURCES += tst_qwmatrix.cpp
QT += testlib
unix:!mac:LIBS+=-lm
unix:!mac:!haiku:LIBS+=-lm

View File

@ -5,7 +5,7 @@ QT += testlib core-private gui-private widgets-private
SOURCES += tst_qaccessibility.cpp
HEADERS += accessiblewidgets.h
unix:!mac:LIBS+=-lm
unix:!mac:!haiku:LIBS+=-lm
wince*: {
accessneeded.files = $$QT_BUILD_TREE\\plugins\\accessible\\*.dll