diff options
author | Lubos Slovak <lubos.slovak@nic.cz> | 2011-02-28 11:19:59 +0100 |
---|---|---|
committer | Lubos Slovak <lubos.slovak@nic.cz> | 2011-02-28 11:19:59 +0100 |
commit | a0a774f88507540dfa9ab7b84cad824a24ee09a9 (patch) | |
tree | 80db20e02f55b5a68da56a2881acfc4705076dbe | |
parent | Gitignore and doxygen main page modifications. (diff) | |
download | knot-a0a774f88507540dfa9ab7b84cad824a24ee09a9.tar.xz knot-a0a774f88507540dfa9ab7b84cad824a24ee09a9.zip |
Added QtCreator project files
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Knot.config | 1 | ||||
-rw-r--r-- | Knot.creator | 1 | ||||
-rw-r--r-- | Knot.files | 107 | ||||
-rw-r--r-- | Knot.includes | 13 |
5 files changed, 123 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index af5b4d781..393c134e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *~ -CuteDNS.creator.user* +Knot.creator.user* Makefile.in aclocal.m4 autoscan.log diff --git a/Knot.config b/Knot.config new file mode 100644 index 000000000..8cec188b3 --- /dev/null +++ b/Knot.config @@ -0,0 +1 @@ +// ADD PREDEFINED MACROS HERE! diff --git a/Knot.creator b/Knot.creator new file mode 100644 index 000000000..e94cbbd30 --- /dev/null +++ b/Knot.creator @@ -0,0 +1 @@ +[General] diff --git a/Knot.files b/Knot.files new file mode 100644 index 000000000..ff5440a88 --- /dev/null +++ b/Knot.files @@ -0,0 +1,107 @@ +Doxy.page.h +obj/zlexer.c +obj/zparser.c +obj/zparser.h +src/alloc/malloc.c +src/alloc/malloc.h +src/alloc/slab.c +src/alloc/slab.h +src/common.h +src/ctl/knotc_main.c +src/ctl/process.c +src/ctl/process.h +src/dnslib/consts.h +src/dnslib/debug.c +src/dnslib/debug.h +src/dnslib/descriptor.c +src/dnslib/descriptor.h +src/dnslib/dname.c +src/dnslib/dname.h +src/dnslib/dnslib.h +src/dnslib/edns.h +src/dnslib/node.c +src/dnslib/node.h +src/dnslib/packet.h +src/dnslib/rdata.c +src/dnslib/rdata.h +src/dnslib/response.c +src/dnslib/response.h +src/dnslib/rrset.c +src/dnslib/rrset.h +src/dnslib/rrsig.c +src/dnslib/rrsig.h +src/dnslib/tolower.h +src/dnslib/utils.c +src/dnslib/utils.h +src/dnslib/zone-dump.c +src/dnslib/zone-dump.h +src/dnslib/zone-load.c +src/dnslib/zone-load.h +src/dnslib/zone.c +src/dnslib/zone.h +src/dnslib/zonedb.c +src/dnslib/zonedb.h +src/hash/cuckoo-hash-table.c +src/hash/cuckoo-hash-table.h +src/hash/hash-functions.c +src/hash/hash-functions.h +src/hash/universal-system.c +src/hash/universal-system.h +src/lib/bitset.c +src/lib/bitset.h +src/lib/dynamic-array.c +src/lib/dynamic-array.h +src/lib/skip-list.c +src/lib/skip-list.h +src/lib/tree.h +src/main.c +src/other/debug.h +src/other/log.c +src/other/log.h +src/other/print.c +src/other/print.h +src/server/dthreads.c +src/server/dthreads.h +src/server/name-server.c +src/server/name-server.h +src/server/server.c +src/server/server.h +src/server/socket.c +src/server/socket.h +src/server/tcp-handler.c +src/server/tcp-handler.h +src/server/udp-handler.c +src/server/udp-handler.h +src/stat/gatherer.c +src/stat/gatherer.h +src/stat/stat.c +src/stat/stat.h +src/tests/cuckoo_tests.c +src/tests/da_tests.c +src/tests/dnslib/dnslib_dname_tests.c +src/tests/dnslib/dnslib_edns_tests.c +src/tests/dnslib/dnslib_node_tests.c +src/tests/dnslib/dnslib_rdata_tests.c +src/tests/dnslib/dnslib_response_tests.c +src/tests/dnslib/dnslib_rrset_tests.c +src/tests/dnslib/dnslib_rrsig_set_tests.c +src/tests/dnslib/dnslib_zone_tests.c +src/tests/dnslib_tests.c +src/tests/dthreads_tests.c +src/tests/libtap/tap.c +src/tests/libtap/tap.h +src/tests/server_tests.c +src/tests/skiplist_tests.c +src/tests/slab_tests.c +src/tests/tap_unit.h +src/tests/template_tests.c +src/tests/unittests_main.c +src/tests/zonedb_tests.c +src/zoneparser/parser-descriptor.c +src/zoneparser/parser-descriptor.h +src/zoneparser/parser-util.c +src/zoneparser/parser-util.h +src/zoneparser/zoneparser.c +src/zoneparser/zoneparser.h +src/zoneparser/zoneparser_main.c +tests/querytcp.c
\ No newline at end of file diff --git a/Knot.includes b/Knot.includes new file mode 100644 index 000000000..81849563f --- /dev/null +++ b/Knot.includes @@ -0,0 +1,13 @@ +obj +src/alloc +src/ctl +src/dnslib +src/hash +src/lib +src/other +src/server +src/stat +src/tests/libtap +src/tests +src/zoneparser +src
\ No newline at end of file |