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