From 699455b90ac5ff2fa2b38ba32cffc2c79af1d6cd Mon Sep 17 00:00:00 2001 From: Tobias Koenig Date: Tue, 16 Dec 2014 11:13:15 +0000 Subject: Haiku: Make examples compile on Haiku Change-Id: I469619b5d749be1043e0bc43e9199a39ace61f16 Reviewed-by: Augustin Cavalier Reviewed-by: Oswald Buddenhagen --- examples/corelib/threads/mandelbrot/mandelbrot.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/corelib/threads/mandelbrot/mandelbrot.pro') diff --git a/examples/corelib/threads/mandelbrot/mandelbrot.pro b/examples/corelib/threads/mandelbrot/mandelbrot.pro index 5a01a405f2..92010fdc1f 100644 --- a/examples/corelib/threads/mandelbrot/mandelbrot.pro +++ b/examples/corelib/threads/mandelbrot/mandelbrot.pro @@ -6,7 +6,7 @@ SOURCES = main.cpp \ mandelbrotwidget.cpp \ renderthread.cpp -unix:!mac:!vxworks:!integrity:LIBS += -lm +unix:!mac:!vxworks:!integrity:!haiku:LIBS += -lm # install target.path = $$[QT_INSTALL_EXAMPLES]/corelib/threads/mandelbrot -- cgit v1.2.3