diff options
Diffstat (limited to 'tests/auto/qpathclipper/qpathclipper.pro')
-rw-r--r-- | tests/auto/qpathclipper/qpathclipper.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qpathclipper/qpathclipper.pro b/tests/auto/qpathclipper/qpathclipper.pro index 675e463..a8d8152 100644 --- a/tests/auto/qpathclipper/qpathclipper.pro +++ b/tests/auto/qpathclipper/qpathclipper.pro @@ -3,6 +3,6 @@ INCLUDEPATH += . HEADERS += paths.h SOURCES += tst_qpathclipper.cpp paths.cpp -unix:!mac:LIBS+=-lm +unix:!mac:!symbian*:LIBS+=-lm |