From 3dbea0c3f9333235629b3249115cd300f8f41112 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 26 Oct 2016 10:45:42 +0200 Subject: 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 --- config.tests/bluez/bluez.pro | 7 ------- config.tests/bluez_le/bluez_le.pro | 7 ------- 2 files changed, 14 deletions(-) (limited to 'config.tests') diff --git a/config.tests/bluez/bluez.pro b/config.tests/bluez/bluez.pro index bb5fa2dd..28dcadcb 100644 --- a/config.tests/bluez/bluez.pro +++ b/config.tests/bluez/bluez.pro @@ -1,8 +1 @@ -TEMPLATE = app - -CONFIG += link_pkgconfig -PKGCONFIG += bluez - -TARGET = bluez - SOURCES += main.cpp diff --git a/config.tests/bluez_le/bluez_le.pro b/config.tests/bluez_le/bluez_le.pro index 27b19a45..28dcadcb 100644 --- a/config.tests/bluez_le/bluez_le.pro +++ b/config.tests/bluez_le/bluez_le.pro @@ -1,8 +1 @@ -TEMPLATE = app - -CONFIG += link_pkgconfig -PKGCONFIG += bluez - -TARGET = bluez_le - SOURCES += main.cpp -- cgit v1.2.3