Statistics
| Branch: | Revision:

gazetk / GazeTkHub / Plugins / DeviceEyetrackerDummy / DeviceEyetrackerDummy.pro @ 2eb54f9d

History | View | Annotate | Download (695 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 = DeviceEyetrackerDummy
14
TEMPLATE = lib
15
CONFIG += plugin
16

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

    
20
SOURCES += deviceeyetrackerdummy.cpp
21

    
22
HEADERS += deviceeyetrackerdummy.h
23
DISTFILES += DeviceEyetrackerDummy.json
24

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

    
27
DeviceEyetrackerDummy.depends = GazeTkLib
28

    
29
unix {
30
    target.path = /usr/lib
31
    INSTALLS += target
32
}