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