From 7ee964bea3ba3ed31f36c8110789509edcbfbd54 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Mon, 27 Jul 2009 17:26:57 +0200 Subject: Fix compilation errors in examples and demos on VxWorks and QNX. Reviewed-by: Harald Fernengel --- examples/painting/painterpaths/painterpaths.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/painting') diff --git a/examples/painting/painterpaths/painterpaths.pro b/examples/painting/painterpaths/painterpaths.pro index 76c9e82aeb..98b9bd1408 100644 --- a/examples/painting/painterpaths/painterpaths.pro +++ b/examples/painting/painterpaths/painterpaths.pro @@ -3,7 +3,7 @@ HEADERS = renderarea.h \ SOURCES = main.cpp \ renderarea.cpp \ window.cpp -unix:!mac:LIBS += -lm +unix:!mac:!vxworks:LIBS += -lm # install target.path = $$[QT_INSTALL_EXAMPLES]/painting/painterpaths -- cgit v1.2.3