summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/simulator/simulator.pro
blob: 18f515b13ed078045f2082a22f9d6b2af57e6160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
load(qt_module)

include(simulator.pri)

TARGET = qtsensors_simulator
load(qt_plugin)

DESTDIR = $$QT.sensors.plugins/sensors

#TODO what is the simulator called in Qt 5?
#qtAddLibrary(QtMobilitySimulator)

symbian:TARGET.EPOCALLOWDLLDATA = 1

QT=core gui network sensors

target.path += $$[QT_INSTALL_PLUGINS]/sensors
INSTALLS += target