forked from cneben/QuickQanava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quickqanava.pro
30 lines (26 loc) · 879 Bytes
/
quickqanava.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
TEMPLATE = subdirs
CONFIG += ordered
test-resizer.subdir = samples/resizer
test-navigable.subdir = samples/navigable
test-nodes.subdir = samples/nodes
test-edges.subdir = samples/edges
test-connector.subdir = samples/connector
test-groups.subdir = samples/groups
test-selection.subdir = samples/selection
test-style.subdir = samples/style
test-dataflow.subdir = samples/dataflow
test-topology.subdir = samples/topology
test-cpp.subdir = samples/cpp
# Uncomment to activate samples projects:
#SUBDIRS += test-nodes
#SUBDIRS += test-edges
SUBDIRS += test-connector
#SUBDIRS += test-groups
#SUBDIRS += test-selection
#SUBDIRS += test-style
SUBDIRS += test-topology
#SUBDIRS += test-dataflow
#SUBDIRS += test-cpp
# Theses ones are test projects, not sample:
#SUBDIRS += test-resizer
#SUBDIRS += test-navigable