summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/gui/text/qtextdocument/setmarkdown/setmarkdown.pro
blob: bed2198e0dc8ff0b2ba13fa7098132355d4e61d0 (plain)
1
2
3
4
5
6
7
8
9
QT += gui
QTPLUGIN *= qminimal
SOURCES += main.cpp
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
isEmpty(FUZZ_ENGINE) {
    QMAKE_LFLAGS += -fsanitize=fuzzer
} else {
    LIBS += $$FUZZ_ENGINE
}