Revision 2eb54f9d GazeTkHub/GazeTkHub.pro
| GazeTkHub/GazeTkHub.pro | ||
|---|---|---|
| 2 | 2 |
|
| 3 | 3 |
# build must be last: |
| 4 | 4 |
CONFIG += ordered |
| 5 |
SUBDIRS += \
|
|
| 5 |
SUBDIRS = \ |
|
| 6 | 6 |
GazeTkLib \ |
| 7 | 7 |
Hub \ |
| 8 |
Plugins/DeviceEyetrackerDummy \
|
|
| 9 |
Plugins/DeviceEyetrackerTobii
|
|
| 8 |
Plugins/DeviceEyetrackerDummy \
|
|
| 9 |
Plugins/DeviceEyetrackerTobii
|
|
| 10 | 10 |
|
| 11 |
# where to find the sub projects - give the folders
|
|
| 11 |
# Specify sub project locations
|
|
| 12 | 12 |
GazeTkLib.subdir = GazeTkLib |
| 13 | 13 |
Hub.subdir = Hub |
| 14 | 14 |
DeviceEyetrackerDummy.subdir=Plugins/DeviceEyetrackerDummy |
| 15 |
DeviceEyetrackerTobii.subdir=Plugins/DeviceEyetrackerTobii |
|
| 16 |
|
|
| 17 |
# Specify dependencies |
|
| 18 |
Hub.depends = GazeTkLib |
|
| 19 |
DeviceEyetrackerDummy.depends = GazeTkLib |
|
| 15 | 20 |
|
| 16 |
# Use .depends to specify that a project depends on another. |
|
| 17 |
Hub.depends = GazeTkLib DeviceEyetrackerDummy DeviceEyetrackerTobii |
|
| 18 | 21 |
|
| 19 | 22 |
|
| 20 | 23 |
|
Also available in: Unified diff