blob: 1b042c94d32f424945bcee3ee48dae3cfc1a3a36 [file] [log] [blame]
QT -= gui
QT += qml
CONFIG += console
CONFIG -= app_bundle
SOURCES += main.cpp
FUZZ_ENGINE = $$(LIB_FUZZING_ENGINE)
isEmpty(FUZZ_ENGINE) {
QMAKE_LFLAGS += -fsanitize=fuzzer
} else {
LIBS += $$FUZZ_ENGINE
}