gazetk / GazeTkHub / GazeTkHub.pro @ fba08427
History | View | Annotate | Download (493 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 |
# Specify sub project locations |
12 |
GazeTkLib.subdir = GazeTkLib |
13 |
Hub.subdir = Hub |
14 |
DeviceEyetrackerDummy.subdir=Plugins/DeviceEyetrackerDummy |
15 |
DeviceEyetrackerTobii.subdir=Plugins/DeviceEyetrackerTobii |
16 |
|
17 |
# Specify dependencies |
18 |
Hub.depends = GazeTkLib |
19 |
DeviceEyetrackerDummy.depends = GazeTkLib |
20 |
|
21 |
|
22 |
|
23 |
|