Statistics
| Branch: | Revision:

gazetk / GazeTkHub / Plugins / DeviceEyetrackerTobii / DeviceEyetrackerTobii.pro @ fba08427

History | View | Annotate | Download (652 Bytes)

1
#-------------------------------------------------
2
#
3
# Project created by QtCreator 2015-10-27T14:34:48
4
#
5
#-------------------------------------------------
6
# Check if the config file exists
7
! include( ../../common.pri ) {
8
    error( "Couldn't find the common.pri file!" )
9
}
10

    
11
QT       += core gui
12

    
13
TARGET = DeviceEyetrackerTobii
14
TEMPLATE = lib
15
CONFIG += plugin
16

    
17
#DESTDIR = $$[QT_INSTALL_PLUGINS]/generic
18
DESTDIR = $${DESTDIR}/bin/plugins
19

    
20
SOURCES += deviceeyetrackertobii.cpp
21

    
22
HEADERS += deviceeyetrackertobii.h
23
DISTFILES += DeviceEyetrackerTobii.json
24

    
25
INCLUDEPATH += ../../GazeTkLib/include
26

    
27
unix {
28
    target.path = /usr/lib
29
    INSTALLS += target
30
}