gazetk / GazeTkHub / GazeTkLib / GazeTkLib.pro @ 5444009a
History | View | Annotate | Download (524 Bytes)
1 | 5444009a | Thies Pfeiffer | #------------------------------------------------- |
---|---|---|---|
2 | # |
||
3 | # Project created by QtCreator 2015-10-27T12:47:38 |
||
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 += network xml multimedia |
||
12 | QT -= gui |
||
13 | |||
14 | INCLUDEPATH += include |
||
15 | |||
16 | TARGET = GazeTkLib |
||
17 | TEMPLATE = lib |
||
18 | CONFIG += staticlib |
||
19 | |||
20 | SOURCES += src/gazetklib.cpp |
||
21 | |||
22 | HEADERS += include/GazeTkLib.h |
||
23 | unix { |
||
24 | target.path = /usr/lib |
||
25 | INSTALLS += target |
||
26 | } |