summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller-gattserver
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-10-26 10:45:42 +0200
committerLars Knoll <lars.knoll@qt.io>2016-11-01 14:50:29 +0000
commit3dbea0c3f9333235629b3249115cd300f8f41112 (patch)
treed9e0be12c61305dd8810a916b97d58d92352cc84 /tests/auto/qlowenergycontroller-gattserver
parentd464779fe2afba8c66a0987813d2f2dab7af89ea (diff)
Convert qtconnectivity to the new configure system
Properly do the detection of bluez and the linux crypto API, and don't run pkg-config at build time. Change-Id: I0f082992c0f82e90e611283ff0c2cc0143e74bd6 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'tests/auto/qlowenergycontroller-gattserver')
-rw-r--r--tests/auto/qlowenergycontroller-gattserver/test/test.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qlowenergycontroller-gattserver/test/test.pro b/tests/auto/qlowenergycontroller-gattserver/test/test.pro
index 45cff660..fc9c7a18 100644
--- a/tests/auto/qlowenergycontroller-gattserver/test/test.pro
+++ b/tests/auto/qlowenergycontroller-gattserver/test/test.pro
@@ -3,7 +3,7 @@ QT = core bluetooth bluetooth-private testlib
TARGET = tst_qlowenergycontroller-gattserver
CONFIG += testcase c++11
-config_linux_crypto_api:DEFINES += CONFIG_LINUX_CRYPTO_API
-config_bluez_le:DEFINES += CONFIG_BLUEZ_LE
+qtConfig(linux_crypto_api): DEFINES += CONFIG_LINUX_CRYPTO_API
+qtConfig(bluez_le): DEFINES += CONFIG_BLUEZ_LE
SOURCES += tst_qlowenergycontroller-gattserver.cpp