gazetk / GazeTkHub / GazeTkHub.pro @ 6faeae08
History | View | Annotate | Download (486 Bytes)
1 |
TEMPLATE = subdirs |
---|---|
2 |
|
3 |
# build must be last: |
4 |
CONFIG += ordered |
5 |
SUBDIRS += \ |
6 |
GazeTkLib \ |
7 |
Hub \ |
8 |
Plugins/DeviceEyetrackerDummy \ |
9 |
Plugins/DeviceEyetrackerTobii |
10 |
|
11 |
# where to find the sub projects - give the folders |
12 |
GazeTkLib.subdir = GazeTkLib |
13 |
Hub.subdir = Hub |
14 |
DeviceEyetrackerDummy.subdir=Plugins/DeviceEyetrackerDummy |
15 |
|
16 |
# Use .depends to specify that a project depends on another. |
17 |
Hub.depends = GazeTkLib DeviceEyetrackerDummy DeviceEyetrackerTobii |
18 |
|
19 |
|
20 |
|