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

TARGET = tst_qlowenergycontroller-gattserver
CONFIG += testcase c++11

qtConfig(linux_crypto_api): DEFINES += CONFIG_LINUX_CRYPTO_API
qtConfig(bluez_le): DEFINES += CONFIG_BLUEZ_LE

SOURCES += tst_qlowenergycontroller-gattserver.cpp

# qemu doesn't support all the needed socket operations
boot2qt: DEFINES += CHECK_CMAC_SUPPORT