gazetk / GazeTkHub / Hub / Hub.pro @ 5444009a
History | View | Annotate | Download (299 Bytes)
1 | 5444009a | Thies Pfeiffer | # Check if the config file exists |
---|---|---|---|
2 | ! include( ../common.pri ) { |
||
3 | error( "Couldn't find the common.pri file!" ) |
||
4 | } |
||
5 | |||
6 | TEMPLATE = app |
||
7 | |||
8 | SOURCES += src/main.cpp |
||
9 | |||
10 | #LIBS += -L../GazeTkLib -lGazeTkLib |
||
11 | |||
12 | CONFIG += GazeTkLib |
||
13 | |||
14 | # Will build the final executable in the main project directory. |
||
15 | TARGET = GazeTkHub |