summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensor_explorer/sensor_explorer.pro
blob: 311ae0beda688033faef2aae53fa7bdf0f83a881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE=app
TARGET=sensor_explorer
QT=core gui widgets sensors

FORMS=\
    explorer.ui

HEADERS=\
    explorer.h

SOURCES=\
    explorer.cpp\
    main.cpp

maemo5:DEFINES+=MAEMO5