summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/gui/text/qtextlayout/beginlayout/beginlayout.pro
blob: af5ef9e940e1df0d3f58a9528836da8cd8d03ba9 (plain)
1
2
3
4
5
6
7
8
QT += widgets
SOURCES += main.cpp
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
isEmpty(FUZZ_ENGINE) {
    QMAKE_LFLAGS += -fsanitize=fuzzer
} else {
    LIBS += $$FUZZ_ENGINE
}