Statistics
| Branch: | Revision:

gazetk / GazeTkHub / Plugins / DeviceEyetrackerTobii / DeviceEyetrackerTobii.pro @ 6faeae08

History | View | Annotate | Download (459 Bytes)

1 6faeae08 Thies Pfeiffer
#-------------------------------------------------
2
#
3
# Project created by QtCreator 2015-10-27T14:34:48
4
#
5
#-------------------------------------------------
6
7
QT       += core gui
8
9
TARGET = DeviceEyetrackerTobii
10
TEMPLATE = lib
11
CONFIG += plugin
12
13
DESTDIR = $$[QT_INSTALL_PLUGINS]/generic
14
15
SOURCES += deviceeyetrackertobii.cpp
16
17
HEADERS += deviceeyetrackertobii.h
18
DISTFILES += DeviceEyetrackerTobii.json
19
20
unix {
21
    target.path = /usr/lib
22
    INSTALLS += target
23
}