summaryrefslogtreecommitdiff
path: root/tests/libfuzzer/svg/qsvgrenderer/render/render.pro
blob: 21238dcdce62e214c50e84ac701df157d8572689 (plain)
1
2
3
4
5
6
7
8
9
QT += svg
QTPLUGIN *= qminimal
SOURCES += main.cpp
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
isEmpty(FUZZ_ENGINE) {
    QMAKE_LFLAGS += -fsanitize=fuzzer
} else {
    LIBS += $$FUZZ_ENGINE
}