summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/import/import.pro
blob: fc163b6169e467322bca7dd20f5acf81047c7148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = declarative_grue
TARGETPATH = Grue

include(qsensorsimport.pri)

QT = declarative sensors

DESTDIR = $$QT.sensors.imports/$$TARGETPATH

INCLUDEPATH += $$PWD/../lib
LIBS += -L$$OUT_PWD/../lib -lgruesensor

SOURCES = main.cpp

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