@@ -7,6 +7,50 @@ A very basic yet simple to use dependency management tool for qmake based projec
7
7
[ ![ AUR] ( https://img.shields.io/aur/version/qdep.svg )] ( https://aur.archlinux.org/packages/qdep/ )
8
8
[ ![ PyPi] ( https://img.shields.io/pypi/v/qdep.svg )] ( https://pypi.org/project/qdep/ )
9
9
10
+ ## Table of contents
11
+ - [ qdep] ( #qdep )
12
+ * [ Features] ( #features )
13
+ * [ Design Goals/Scope] ( #design-goals-scope )
14
+ * [ Installation] ( #installation )
15
+ + [ Preparing qmake] ( #preparing-qmake )
16
+ + [ Shell completitions] ( #shell-completitions )
17
+ * [ Getting started] ( #getting-started )
18
+ * [ Getting deeper] ( #getting-deeper )
19
+ + [ Dependency IDs] ( #dependency-ids )
20
+ - [ Versioning] ( #versioning )
21
+ - [ Package-uniqueness and version conflicts] ( #package-uniqueness-and-version-conflicts )
22
+ + [ Normal dependencies] ( #normal-dependencies )
23
+ - [ Translations] ( #translations )
24
+ - [ Library support] ( #library-support )
25
+ - [ Creating normal dependencies] ( #creating-normal-dependencies )
26
+ * [ Creating qdep translations] ( #creating-qdep-translations )
27
+ * [ Resources and hooks] ( #resources-and-hooks )
28
+ * [ Automatic exports] ( #automatic-exports )
29
+ + [ Project dependencies] ( #project-dependencies )
30
+ - [ Creating project dependencies] ( #creating-project-dependencies )
31
+ * [ Documentation] ( #documentation )
32
+ + [ Command line interface] ( #command-line-interface )
33
+ - [ Public API operations:] ( #public-api-operations- )
34
+ - [ Private API operations:] ( #private-api-operations- )
35
+ + [ QMAKE-Feature] ( #qmake-feature )
36
+ - [ Variables] ( #variables )
37
+ * [ Common Variables] ( #common-variables )
38
+ * [ SUBDIRS extension] ( #subdirs-extension )
39
+ * [ Advanced Variables] ( #advanced-variables )
40
+ - [ Configuration values] ( #configuration-values )
41
+ * [ Input value] ( #input-value )
42
+ * [ Output values] ( #output-values )
43
+ * [ Defines] ( #defines )
44
+ - [ Environment variables] ( #environment-variables )
45
+ - [ Public make targets] ( #public-make-targets )
46
+ - [ Internal] ( #internal )
47
+ * [ Variables] ( #variables-1 )
48
+ * [ Configuration values] ( #configuration-values-1 )
49
+ * [ QMAKE test functions] ( #qmake-test-functions )
50
+ * [ QMAKE replace functions] ( #qmake-replace-functions )
51
+
52
+ <small ><i ><a href =' http://ecotrust-canada.github.io/markdown-toc/ ' >Table of contents generated with markdown-toc</a ></i ></small >
53
+
10
54
## Features
11
55
- Seamless integration in qmake projects - no extra files needed
12
56
- Basic dependency management using git repositories as package sources
0 commit comments