cpp-ipc/build/test.pro
2018-11-20 23:04:32 +08:00

23 lines
327 B
Prolog

TEMPLATE = app
QT += core testlib
CONFIG += console c++14
CONFIG -= app_bundle
DESTDIR = ../output
INCLUDEPATH += \
../include \
../src \
../src/platform
HEADERS += \
../test/test.h
SOURCES += \
../test/main.cpp \
../test/test_shm.cpp \
../test/test_circ_queue.cpp
LIBS += -L$${DESTDIR} -lipc