cpp-ipc/build/test.pro
2018-12-12 16:14:04 +08:00

28 lines
408 B
Prolog

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