Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 508 Bytes

chain-config.pri

File metadata and controls

20 lines (15 loc) · 508 Bytes
 
Oct 26, 2010
Oct 26, 2010
1
2
3
4
5
6
7
TEMPLATE = lib
CONFIG += plugin
include( ../common-config.pri )
SENSORFW_INCLUDEPATHS = ../.. \
../../include \
Jan 12, 2011
Jan 12, 2011
8
../../core \
Oct 26, 2010
Oct 26, 2010
9
10
11
12
13
14
15
16
17
18
19
20
../../datatypes \
../../adaptors \
../../filters
DEPENDPATH += $$SENSORFW_INCLUDEPATHS
INCLUDEPATH += $$SENSORFW_INCLUDEPATHS
include(../common-install.pri)
publicheaders.files += $$HEADERS
target.path = $$PLUGINPATH
INSTALLS += target