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