TEMPLATE = app QT += core testlib QT -= gui CONFIG += console CONFIG -= app_bundle msvc:QMAKE_CXXFLAGS += /std:c++17 else:CONFIG += c++1z DESTDIR = ../output INCLUDEPATH += \ ../include \ ../src \ ../src/platform HEADERS += \ ../test/test.h SOURCES += \ ../test/main.cpp \ ../test/test_shm.cpp \ ../test/test_circ.cpp \ ../test/test_ipc.cpp LIBS += -L$${DESTDIR} -lipc