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

View differences:

GazeTkHub/Plugins/DeviceEyetrackerDummy/DeviceEyetrackerDummy.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 += deviceeyetrackerdummy.cpp
16 21

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

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

  
27
DeviceEyetrackerDummy.depends = GazeTkLib
28

  
20 29
unix {
21 30
    target.path = /usr/lib
22 31
    INSTALLS += target

Also available in: Unified diff