1 load(qttest_p4)
2 TEMPLATE = app
3 TARGET = tst_qsvgrenderer
4
5 SOURCES += tst_qsvgrenderer.cpp
6 RESOURCES += qsvgrenderer.qrc
7
8 QT += svg
9