mdbx: Qt-Creator project.

This commit is contained in:
Leo Yuriev 2017-03-20 13:43:40 +03:00
parent bfac83a3b8
commit 12954bc49b
4 changed files with 40 additions and 0 deletions

2
libmdbx.config Normal file
View File

@ -0,0 +1,2 @@
// Add predefined macros for your project here. For example:
// #define THE_ANSWER 42

1
libmdbx.creator Normal file
View File

@ -0,0 +1 @@
[General]

33
libmdbx.files Normal file
View File

@ -0,0 +1,33 @@
AUTHORS
README.md
mdbx.h
src/bits.h
src/defs.h
src/lck-posix.c
src/lck-windows.c
src/mdbx.c
src/midl.h
src/osal.c
src/osal.h
src/tools/mdbx_chk.c
src/tools/mdbx_copy.1
src/tools/mdbx_copy.c
src/tools/mdbx_dump.1
src/tools/mdbx_dump.c
src/tools/mdbx_load.1
src/tools/mdbx_load.c
src/tools/mdbx_stat.1
src/tools/mdbx_stat.c
test/test0.c
test/test1.c
test/test2.c
test/test3.c
test/test4.c
test/test5.c
test/test6.c
test/test_bench.c
test/test_yota1.c
test/test_yota2.c
tutorial/README.md
tutorial/sample-bdb.txt
tutorial/sample-mdb.txt

4
libmdbx.includes Normal file
View File

@ -0,0 +1,4 @@
.
src
src/tools
test