Statistics
| Branch: | Revision:

gazetk / GazeTkHub / GazeTkHub.pro @ 5444009a

History | View | Annotate | Download (424 Bytes)

1 5444009a Thies Pfeiffer
TEMPLATE = subdirs
2
3
# build must be last:
4
CONFIG += ordered
5
SUBDIRS +=  \
6
            GazeTkLib \
7
            Hub \
8
    				Plugins/DeviceEyetrackerDummy
9
10
# where to find the sub projects - give the folders
11
GazeTkLib.subdir = GazeTkLib
12
Hub.subdir  = Hub
13
DeviceEyetrackerDummy.subdir=Plugins/DeviceEyetrackerDummy
14
15
# Use .depends to specify that a project depends on another.
16
Hub.depends = GazeTkLib DeviceEyetrackerDummy
17
18