summaryrefslogtreecommitdiffstats
path: root/examples/sensors/grue/import/import.pro
blob: 0bb108f70f029cdf1f6d7ff2a1fc328c3df813fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TARGET = declarative_grue
TARGETPATH = Grue

include(qsensorsimport.pri)

QT = core gui declarative sensors

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

SOURCES = main.cpp

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

!isEmpty(EXAMPLES_PREFIX):DESTPATH=$$EXAMPLES_PREFIX/grue/imports/Grue
else:DESTPATH=$$[QT_INSTALL_IMPORTS]/Grue

target.path=$$DESTPATH
INSTALLS += target

qmldir.files=$$PWD/qmldir
qmldir.path=$$DESTPATH
INSTALLS += qmldir