gazetk / GazeTkHub / Plugins / DeviceEyetrackerDummy / DeviceEyetrackerDummy.pro @ 6faeae08
History | View | Annotate | Download (459 Bytes)
1 | 5444009a | Thies Pfeiffer | #------------------------------------------------- |
---|---|---|---|
2 | # |
||
3 | # Project created by QtCreator 2015-10-27T14:34:48 |
||
4 | # |
||
5 | #------------------------------------------------- |
||
6 | |||
7 | QT += core gui |
||
8 | |||
9 | TARGET = DeviceEyetrackerDummy |
||
10 | TEMPLATE = lib |
||
11 | CONFIG += plugin |
||
12 | |||
13 | DESTDIR = $$[QT_INSTALL_PLUGINS]/generic |
||
14 | |||
15 | SOURCES += deviceeyetrackerdummy.cpp |
||
16 | |||
17 | HEADERS += deviceeyetrackerdummy.h |
||
18 | DISTFILES += DeviceEyetrackerDummy.json |
||
19 | |||
20 | unix { |
||
21 | target.path = /usr/lib |
||
22 | INSTALLS += target |
||
23 | } |