summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/lib/lib.pro
blob: 1cce4dae3df6c28d69cee67e0265e08d6fb27be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = lib
TARGET = gruesensor

QT = core sensors

HEADERS += gruesensor.h\
           gruesensor_p.h\

SOURCES += gruesensor.cpp\

symbian {
    TARGET.EPOCALLOWDLLDATA = 1
    TARGET.CAPABILITY = ALL -TCB
}

target.path=$$[QT_INSTALL_LIBS]
INSTALLS += target