1
load(qttest_p4)
2
INCLUDEPATH += .
3
HEADERS += paths.h
4
SOURCES += tst_qpathclipper.cpp paths.cpp
5
6
requires(contains(QT_CONFIG,private_tests))
7
8
unix:!mac:!symbian*:LIBS+=-lm
9
10