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

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

TARGET = tst_qlowenergycontroller
CONFIG += testcase

SOURCES += tst_qlowenergycontroller.cpp

osx|ios {
    QT += widgets
}