Revision 2eb54f9d GazeTkHub/Plugins/DeviceEyetrackerTobii/DeviceEyetrackerTobii.pro

View differences:

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

  
7 11
QT       += core gui
8 12

  
......
10 14
TEMPLATE = lib
11 15
CONFIG += plugin
12 16

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

  
15 20
SOURCES += deviceeyetrackertobii.cpp
16 21

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

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

  
20 27
unix {
21 28
    target.path = /usr/lib
22 29
    INSTALLS += target

Also available in: Unified diff