summaryrefslogtreecommitdiffstats
path: root/examples/painting
diff options
context:
space:
mode:
authorRolland Dudemaine <rolland@ghs.com>2011-02-22 16:28:12 +0100
committerHarald Fernengel <harald.fernengel@nokia.com>2011-02-22 16:28:12 +0100
commit3bebd64ec343d85bf53712d1d9863bad9b62391f (patch)
treecc2d10cdbe3156f75cb7d4d33df7ab81ced72ca8 /examples/painting
parentc03fa07e0b52b28732bb86a34ed8ac58b1fa5397 (diff)
Do not link with libm on INTEGRITY
Merge-request: 1101 Reviewed-by: Harald Fernengel <harald.fernengel@nokia.com>
Diffstat (limited to 'examples/painting')
-rw-r--r--examples/painting/painterpaths/painterpaths.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/painting/painterpaths/painterpaths.pro b/examples/painting/painterpaths/painterpaths.pro
index 1f42b41b61..d096fa6218 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:!symbian:!vxworks:LIBS += -lm
+unix:!mac:!symbian:!vxworks:!integrity:LIBS += -lm
# install
target.path = $$[QT_INSTALL_EXAMPLES]/painting/painterpaths