13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
|
INCLUDEPATH += $$PWD
|
||
|
|
||
|
HEADERS += \
|
||
|
$$PWD/darts-clone/darts.h \
|
||
|
$$PWD/cedar/cedarpp.h \
|
||
|
$$PWD/cedar/cedar.h \
|
||
|
$$PWD/storage-base.h \
|
||
|
$$PWD/storage-base.hpp
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/storage-base.cpp
|
||
|
|