diff options
author | Robert Griebl <rgriebl@trolltech.com> | 2009-07-27 15:26:57 (GMT) |
---|---|---|
committer | Robert Griebl <rgriebl@trolltech.com> | 2009-07-29 08:55:02 (GMT) |
commit | 7ee964bea3ba3ed31f36c8110789509edcbfbd54 (patch) | |
tree | 79293eb2ac291abc4c73d1e4310f1d759803bd4c /examples/threads | |
parent | 2ce3e9c150798b12d5b434ed25fc37c96972fb8b (diff) | |
download | Qt-7ee964bea3ba3ed31f36c8110789509edcbfbd54.zip Qt-7ee964bea3ba3ed31f36c8110789509edcbfbd54.tar.gz Qt-7ee964bea3ba3ed31f36c8110789509edcbfbd54.tar.bz2 |
Fix compilation errors in examples and demos on VxWorks and QNX.
Reviewed-by: Harald Fernengel
Diffstat (limited to 'examples/threads')
-rw-r--r-- | examples/threads/mandelbrot/mandelbrot.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/mandelbrot/mandelbrot.pro b/examples/threads/mandelbrot/mandelbrot.pro index 437f449..7870ca8 100644 --- a/examples/threads/mandelbrot/mandelbrot.pro +++ b/examples/threads/mandelbrot/mandelbrot.pro @@ -4,7 +4,7 @@ SOURCES = main.cpp \ mandelbrotwidget.cpp \ renderthread.cpp -unix:!mac:LIBS += -lm +unix:!mac:!vxworks:LIBS += -lm # install target.path = $$[QT_INSTALL_EXAMPLES]/threads/mandelbrot |