summaryrefslogtreecommitdiffstats
path: root/tests/libfuzzer/corelib/time/qdatetime/fromstring/fromstring.pro
blob: 631fcd71e47d5878b7e1404220978ff55407cee6 (plain)
1
2
3
4
5
6
7
8
9
10
QT -= gui
CONFIG -= app_bundle
CONFIG += console
SOURCES += main.cpp
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
isEmpty(FUZZ_ENGINE) {
    QMAKE_LFLAGS += -fsanitize=fuzzer
} else {
    LIBS += $$FUZZ_ENGINE
}