summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller/qlowenergycontroller.pro
blob: 24178b6e59ef0895d447f44c0b493b4ffa31d506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT = core bluetooth testlib

# Android requires GUI application when running test
android: QT += widgets

TARGET = tst_qlowenergycontroller
CONFIG += testcase

SOURCES += tst_qlowenergycontroller.cpp

osx|ios {
    QT += widgets
}