blob: bed2198e0dc8ff0b2ba13fa7098132355d4e61d0 [file] [log] [blame]
QT += gui
QTPLUGIN *= qminimal
SOURCES += main.cpp
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
isEmpty(FUZZ_ENGINE) {
QMAKE_LFLAGS += -fsanitize=fuzzer
} else {
LIBS += $$FUZZ_ENGINE
}