gazetk / GazeTkHub / Plugins / DeviceEyetrackerTobii / DeviceEyetrackerTobii.pro @ 2eb54f9d
History | View | Annotate | Download (652 Bytes)
1 | 6faeae08 | Thies Pfeiffer | #------------------------------------------------- |
---|---|---|---|
2 | # |
||
3 | # Project created by QtCreator 2015-10-27T14:34:48 |
||
4 | # |
||
5 | #------------------------------------------------- |
||
6 | 2eb54f9d | Thies Pfeiffer | # Check if the config file exists |
7 | ! include( ../../common.pri ) { |
||
8 | error( "Couldn't find the common.pri file!" ) |
||
9 | } |
||
10 | 6faeae08 | Thies Pfeiffer | |
11 | QT += core gui |
||
12 | |||
13 | TARGET = DeviceEyetrackerTobii |
||
14 | TEMPLATE = lib |
||
15 | CONFIG += plugin |
||
16 | |||
17 | 2eb54f9d | Thies Pfeiffer | #DESTDIR = $$[QT_INSTALL_PLUGINS]/generic |
18 | DESTDIR = $${DESTDIR}/bin/plugins |
||
19 | 6faeae08 | Thies Pfeiffer | |
20 | SOURCES += deviceeyetrackertobii.cpp |
||
21 | |||
22 | HEADERS += deviceeyetrackertobii.h |
||
23 | DISTFILES += DeviceEyetrackerTobii.json |
||
24 | |||
25 | 2eb54f9d | Thies Pfeiffer | INCLUDEPATH += ../../GazeTkLib/include |
26 | |||
27 | 6faeae08 | Thies Pfeiffer | unix { |
28 | target.path = /usr/lib |
||
29 | INSTALLS += target |
||
30 | } |